wormhole/terra/devnet
Csongor Kiss bd62e27789
terra: migrate to cosmwasm 1.1.0 (#3138)
* terra/contracts: migrate to cosmwasm 1.1.0

use `classic-bindings` crate instead of terra-cosmwasm.
This is the updated version that calls the correct query post chain upgrade

* terra/Dockerfile: update workspace optimizer

* terra: label is now required on instantiate

* terra: accept either 32 or 20 byte addresses

* terra: update devnet terra classic

* node/cosmwasm: always CW >1

* tilt: re-introduce terra classic tests

* terra: make get_address support both 20 and 32 byte addresses

* terra: fix tests to account for burn tax

Since the tests are now ran against the new LocalTerra which has burn
tax, the transaction results are different from before

* terra/token-bridge: check first 12 bytes to determine native denoms

* terra/token-bridge: simplify conditional

---------

Co-authored-by: Evan Gray <battledingo@gmail.com>
2023-12-13 16:27:17 +00:00
..
config terra: migrate to cosmwasm 1.1.0 (#3138) 2023-12-13 16:27:17 +00:00
data terra: migrate to cosmwasm 1.1.0 (#3138) 2023-12-13 16:27:17 +00:00
Dockerfile terra: migrate to cosmwasm 1.1.0 (#3138) 2023-12-13 16:27:17 +00:00
docker-compose.yml terra: migrate to cosmwasm 1.1.0 (#3138) 2023-12-13 16:27:17 +00:00