-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated near-primitives and associated crates #122
Conversation
simplified Co-authored-by: Miraculous Owonubi <[email protected]>
…-jsonrpc-client-rs into update_near_primitives
Contextual CI error: thread 'methods::query::tests::test_contract_execution_error' panicked at 'this is unexpected: ServerError(
HandlerError(
ContractExecutionError {
vm_error: "wasm execution failed with error: MethodResolveError(MethodEmptyName)",
block_height: 63503911,
block_hash: 4vMwedjLwTvGGzW23qJQrbaPmNKxQ3xetKXm6s1o8isP,
},
),
)', src/methods/query.rs:175:9 Looks like near/nearcore#7815 changed things a bit. And got rid of the For this reason, the string inside the outcome report has changed a little. -wasm execution failed with error: FunctionCallError(MethodResolveError(MethodEmptyName))
+wasm execution failed with error: MethodResolveError(MethodEmptyName) @anthony-near, can you update the following lines to exclude the
|
needed for releasing the relayer used for meta transactions near/pagoda-relayer-rs#1 and cli changes near/near-cli-rs#151
near-primitives
and associated crates to0.16.0
1.19.0
to be compatible withnear-primitives
subdependency versions oftokio
rust-version
to1.67.1
after toolchain: update to 1.67.1 nearcore#8456.