-
Notifications
You must be signed in to change notification settings - Fork 964
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
Specify appropriate version(s) of Tendermint in a machine readable format in the repo #153
Comments
From #437 (comment) for
|
scripts/install/get_tendermint.sh
to install an appropriate version of Tendermint
scripts/install/get_tendermint.sh
to install an appropriate version of Tendermintscripts/install/get_tendermint.sh
to install an appropriate version of Tendermint v0.37
If we start using a stable(ish) version of Tendermint, it might just be easier to get rid of |
scripts/install/get_tendermint.sh
to install an appropriate version of Tendermint v0.37
related to #525 |
* Adding chain config types, and several default chain configs * Minor adjustments to config * Hook namada-interface up to new chains config and type * Update integrations to incorporate new chain config * Add common interface for integrations * Continue refactoring for new configs, removing old config * clean up, remove old IBC config, correctly pull chain config * Update extension to utlize shared config properly * Finish extension config, continue integration with namada-interface * Fix initialization of Anoma extension in context * Add ability to override chain configs via .env * Map Keplr accounts to our Account type to support state * Minor clean-up * Provide .env variables to extension to override defaults * Just adding some comments to webpack config * Update defaults to real URLs in chain configs, comments * Updated webpack to fix issue with missing quotes in build * Very minor fix
closing in favor of #525 |
We should specify at least one Tendermint version we are definitely compatible in our repo in a machine friendly way. Then given any commit of namada, it should be easy to see a version of tendermint that can definitely be used. This could be a simple
tendermint-version
file that simply has a tag/ref of the Tendermint version we are using by default, or something more advanced like a.toml
that specifies the versions to be used with different feature flags.e.g. in
eth-bridge-integration
e.g. in
main
(until that also switches to v0.37)The text was updated successfully, but these errors were encountered: