-
Notifications
You must be signed in to change notification settings - Fork 76
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!: update to protocol 21 #1292
Conversation
Are we going to need to create some sort of logic for installing futurenet, testnet and mainnet enabled cli versions or branches? |
@leighmcculloch I remember we discussed something similar, but perhaps we should have different branches that would act as a beta/nightly for testnet and futurenet? |
If you need a version of the CLI that only works on protocol 20, you can install v20 of the CLI. The XDR will always be binary backwards compatible from v21 to v20 so all v20 XDRs should be decodable by v21.
I think we could add a version modifier and support multiple versions installed or old behavior, such as:
But that functionality doesn't exist today, and because of the complexity to add something like that we need more information about its usefulness. |
ce38d07
to
a77d945
Compare
a77d945
to
f1c6012
Compare
No description provided.