-
Notifications
You must be signed in to change notification settings - Fork 18
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
subnet: Update ChainVm trait #49
Conversation
Updates the trait to incorporate the latest avalanchego interface changes. Signed-off-by: Dan Sover <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, next step is make sure these are implemented in the rpcchainvm server [1],[2].
[1] https://github.com/ava-labs/avalanche-rs/blob/main/crates/avalanche-types/src/subnet/rpc/vm/server.rs#L975-L991
[2] https://github.com/ava-labs/avalanchego/blob/master/vms/rpcchainvm/vm_server.go#L685 (golang)
Signed-off-by: Dan Sover <[email protected]>
Signed-off-by: Dan Sover <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit on error handling then LGTM
Signed-off-by: Dan Sover <[email protected]>
Signed-off-by: Dan Sover <[email protected]>
Signed-off-by: Dan Sover <[email protected]>
Signed-off-by: Dan Sover <[email protected]>
Updates the trait to incorporate the latest avalanchego interface changes.
Signed-off-by: Dan Sover [email protected]