-
Notifications
You must be signed in to change notification settings - Fork 0
Rename invokeFunction
and testInvoke
methods
#13
Comments
The protocol methods were never intended to have a 1-1 mapping to rpc methods since there are features we want to expand which dont require node interfacing. This was a bit of an oversight. We are currently discussing how to handle this more cleanly and will most likely need to push the rpc methods down 1 level in the request payload format to accommodate this since the flat structure does not properly reflect this distinction. |
For cases where there is no corollary like |
I agree to change this method name, it is very different than a invokefunction RPC method and it will receive many upgrades to facilitate the usability, so, yea. What about |
invokeFunction
method
invokeFunction
methodinvokeFunction
and testInvoke
methods
Why not just match the RPC method name? The method currently called |
I'm guessing that the names
testInvoke
andinvokeFunction
are for back compat w/ older version of Neo and/or NEON wallet. But it's very confusing thatinvokeFunction
wallet command is NOT the same asinvokefunction
RPC method.Given that the wallet connect infrastructure is so new, is it possible to change the wallet methods to match the rpc method names?
The text was updated successfully, but these errors were encountered: