-
Notifications
You must be signed in to change notification settings - Fork 56
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
feat(data_structures): complete implementation of protocol version controller #2418
Labels
Comments
This was referenced Jan 15, 2024
Done! |
aesedepece
added a commit
to aesedepece/witnet-rust
that referenced
this issue
Jan 19, 2024
also: update secp256k1 deps close witnet#2418
aesedepece
added a commit
to aesedepece/witnet-rust
that referenced
this issue
Jan 25, 2024
also: update secp256k1 deps close witnet#2418
aesedepece
added a commit
that referenced
this issue
Jan 25, 2024
also: update secp256k1 deps close #2418
aesedepece
added a commit
to aesedepece/witnet-rust
that referenced
this issue
Jan 25, 2024
also: update secp256k1 deps close witnet#2418
aesedepece
added a commit
that referenced
this issue
Feb 12, 2024
also: update secp256k1 deps close #2418
aesedepece
added a commit
that referenced
this issue
Oct 31, 2024
also: update secp256k1 deps close #2418
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We recently started to implement a data structure that acts as a global controller for protocol versions, and provides the functionality of telling any witnet-rust component what is the protocol version that is supposed to be applied given an epoch number.
We need to complete the implementation of this component, and then start to use it in #2419 and #2420.
The text was updated successfully, but these errors were encountered: