Releases: althea-net/cosmos-gravity-bridge
Releases · althea-net/cosmos-gravity-bridge
Release v0.0.29
Accept staking token as an env arg in tests This is required for the validator set update tests to run properly on downstream chains.
Release v0.0.28
Handle prefixes during deposit events This patch helps handle prefixes during deposit events and ensure we don't relay a cosmos address instead of an althea one.
Release v0.0.27
Correct usage of DEFAULT_PREFIX in test runner Still trying to chase down all the various prefix issues and get the full test suite running downstream.
Release v0.0.26
Get prefix from Contact everywhere grpc_client is used Contact wraps the standard Cosmos gRPC functions, but we also use several query endpoints that are Gravity specific using a raw query client. Because of that we don't bundle a prefix and have to pass one around like we do in this commit. In the future we should provide a Gravity Query Client wrapper that wraps the prefix to be cleaner. In the medium term we should also be able to request this value from the chain and stop passing it around at all.
Release v0.0.25
Prefix fix for delegating tests
Release v0.0.24
Remove ignored typo in tests This 'test' statement doesn't do anything and is simply a typo that happens to be ignored by the command.
Release v0.0.23
Configurable prefix for test-runner This small change allows the test runner address prefix to be a configurable value.
Release v0.0.22
Update Solidity node deps Just an npm audit autofix that updates a lot of transitive deps and does a good job not breaking anything.
Release v0.0.20
register-delegate-keys in automated release I forgot to update this name here after changing the name of the binary over in the rust code.
Release v0.0.19
register-delegate-keys in automated release I forgot to update this name here after changing the name of the binary over in the rust code.