-
Notifications
You must be signed in to change notification settings - Fork 7
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
0.0.18: add support for protocol version 28 #200
Conversation
Signed-off-by: Sam Batschelet <[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.
👏
timestampvm/Cargo.toml
Outdated
@@ -11,7 +11,7 @@ repository = "https://github.com/ava-labs/timestampvm-rs" | |||
readme = "../README.md" | |||
|
|||
[dependencies] | |||
avalanche-types = { version = "0.0.399", features = ["subnet", "codec_base64"] } # https://crates.io/crates/avalanche-types | |||
avalanche-types = { version = "0.1.2", features = ["subnet", "codec_base64"] } # https://crates.io/crates/avalanche-types |
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.
🚀
need to update avalanchego |
Signed-off-by: Sam Batschelet <[email protected]>
|
Signed-off-by: Dan Sover <[email protected]>
I pushed the missing methods but the ChainVM interface is updated only in the next avalanche-types release. Basically waiting to merge ava-labs/avalanche-rs#49 and cut a new release and then CI will be green. |
Signed-off-by: Dan Sover <[email protected]>
Signed-off-by: Dan Sover <[email protected]>
No description provided.