Chirantan Ekbote
f7eb26124c
cosmwasm: byte_utils: Clean up padding functions
...
You don't need multiple heap allocations just to left-pad or right-pad a
buffer. Also add tests.
2022-10-07 09:41:32 +09:00
Chirantan Ekbote
7f4b0d1a09
Wormhole chain integration
...
This is a squashed commit of all the changes needed to integrate
wormhole chain into the main repo.
2022-10-03 17:34:42 +09:00
kev1n-peters
c5d2f9d54d
sdk/js: Near refactor, added integration tests ( #1648 )
...
* near-sdk-refactor: Fix attest
: Fix missing function calls
: make near on near
: renamed tryHexToNativeStringNear
* near-sdk-refactor: bumped near-sdk-js version
Co-authored-by: Josh Siegel <jsiegel@jumptrading.com>
2022-09-28 08:53:15 -05:00
Paul Noel
e2575550e8
cosmwasm/tools: fix tilt
2022-09-27 07:58:28 -05:00
Paul Noel
eb42bc48e7
cosmwasm/test: add integration tests
2022-09-27 07:58:28 -05:00
Csongor Kiss
c22d0c222b
cosmwasm: Add shutdown feature flag to token bridge
2022-09-27 07:58:28 -05:00
Csongor Kiss
650beaa79a
solana/terra: delete generate_governance
...
These are superseded by the more general script `scripts/contract-upgrade-governance.sh`
2022-08-24 16:27:04 +02:00
Csongor Kiss
d10072a33e
cosmwasm: Add is_vaa_redeemed query to token bridge
2022-08-22 16:30:23 +02:00
Csongor Kiss
f50586ad86
cosmwasm: move chain id and fee denom to storage
...
Prior to this change, these values were hardcode in the contract, as
the only supported chain was terra 2. This change allows the contract to
be deployed to other cosmwasm chains without having to recompile the
contract for each one.
The migration code ensures that terra2 is upgraded appropriately.
2022-07-20 16:09:39 -04:00
claudijd
8221708ef0
Move from ADD to COPY on Dockerfiles
2022-07-13 09:27:15 -04:00
Evan Gray
3d373669e5
cosmwasm: test update foreign asset
2022-06-22 13:24:46 -04:00
Csongor Kiss
c7a9d5ca8b
cosmwasm: make storage key constants private
2022-06-22 13:24:46 -04:00
Csongor Kiss
ea1eea99dd
cosmwasm: fix sequence number in storage
2022-06-22 13:24:46 -04:00
Csongor Kiss
d3a1fa99d9
cosmwasm: Add fromAddress to payload 3 ( #1292 )
...
* cosmwasm: fix some clippy warnings
* cosmwasm: remove fee and add msg.sender to payload 3
* cosmwasm: fix payload 3 parsing test
* cosmwasm: fix fixed payload 3 parsing test
* cosmwasm: fix fixed fixed payload 3 parsing test
* cosmwasm: update payload tests
Co-authored-by: Csongor Kiss <ckiss@jumptrading.com>
Co-authored-by: Evan Gray <battledingo@gmail.com>
2022-06-21 17:30:33 -04:00
Evan Gray
db0fc219aa
cosmwasm: terra2 support
...
Co-authored-by: Csongor Kiss <ckiss@jumptrading.com>
2022-06-21 10:03:57 -04:00
Evan Gray
13780dba51
cosmwasm: cw20_base.wasm 0.13.4
2022-06-21 10:03:57 -04:00
Evan Gray
c7d8075555
cosmwasm: initialize
2022-06-21 10:03:57 -04:00