forked from wormhole-foundation/wormhole
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
terra: migrate to cosmwasm 1.1.0 (wormhole-foundation#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 <[email protected]>
- Loading branch information
Showing
49 changed files
with
3,134 additions
and
1,291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.