You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, pysui validates SUI RPC API invocation (i.e. transfer...pay..moveCall, etc. parameters are what the RPC API expects. pysui does not validate that the value in the parameter is what it should be.
It could be extended to do deeper validation, even to the point of checking, for sui_moveCall that the args and type_args are correct.
Or, do we leave it up to the RPC Server/SUI validators to take care of that?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Right now,
pysui
validates SUI RPC API invocation (i.e.transfer...
pay..
moveCall
, etc. parameters are what the RPC API expects.pysui
does not validate that the value in the parameter is what it should be.It could be extended to do deeper validation, even to the point of checking, for
sui_moveCall
that the args and type_args are correct.Or, do we leave it up to the RPC Server/SUI validators to take care of that?
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions