Skip to content

Releases: althea-net/cosmos-gravity-bridge

Release v0.0.29

19 May 14:54
093af6b
Compare
Choose a tag to compare
Release v0.0.29 Pre-release
Pre-release
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

19 May 14:25
bb18ef3
Compare
Choose a tag to compare
Release v0.0.28 Pre-release
Pre-release
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

19 May 14:10
e714ad3
Compare
Choose a tag to compare
Release v0.0.27 Pre-release
Pre-release
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

19 May 12:58
65db373
Compare
Choose a tag to compare
Release v0.0.26 Pre-release
Pre-release
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

18 May 17:57
9d7e08a
Compare
Choose a tag to compare
Release v0.0.25 Pre-release
Pre-release
Prefix fix for delegating tests

Release v0.0.24

18 May 17:33
103f5b1
Compare
Choose a tag to compare
Release v0.0.24 Pre-release
Pre-release
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

18 May 14:40
4204831
Compare
Choose a tag to compare
Release v0.0.23 Pre-release
Pre-release
Configurable prefix for test-runner

This small change allows the test runner address prefix to be a
configurable value.

Release v0.0.22

18 May 14:19
61e9332
Compare
Choose a tag to compare
Release v0.0.22 Pre-release
Pre-release
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

13 Feb 14:06
8f584f9
Compare
Choose a tag to compare
Release v0.0.20 Pre-release
Pre-release
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

13 Feb 13:30
413727c
Compare
Choose a tag to compare
Release v0.0.19 Pre-release
Pre-release
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.