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
I just followed recent commit from substrate, found that subxt couldn't work with latest substrate, error log like this:
Error:Rpc(Request(Error{code:ServerError(1002),message:"Verification Error: Execution failed: ApiError(\"Could not convert parameter `tx` between node and runtime: No such variant in enum MultiAddress\")",data:Some(String("RuntimeApi(\"Execution failed: ApiError(\\\"Could not convert parameter `tx` between node and runtime: No such variant in enum MultiAddress\\\")\")"))}))
And I noticed that the address type has been changed from
Hi,
I just followed recent commit from substrate, found that subxt couldn't work with latest substrate, error log like this:
And I noticed that the address type has been changed from
to
Tips: paritytech/substrate#7380
The text was updated successfully, but these errors were encountered: