bruce-riley
818038ef80
Deploy Sepolia based L2s ( #3606 )
...
* Deploy Sepolia based L2s
* Code review rework
2023-12-20 08:56:14 -06:00
Jeff Schroeder
126d330b07
docs: remove certus one references from operations
2023-12-19 12:55:12 -06:00
djb15
ac1716ea01
node: governor token list update
2023-12-15 18:15:36 -06:00
bruce-riley
ebd1802956
Node/CCQ: Allow subscribes from bootstrap peers ( #3604 )
2023-12-14 13:24:31 -06:00
bruce-riley
ef408a9f71
Node/EVM: Celo not setting timestamp in blocks ( #3603 )
2023-12-14 12:16:32 -06:00
Csongor Kiss
bfd4ba40ef
terra/doc: add some implementation notes ( #3597 )
2023-12-13 17:21:34 +00:00
Evan Gray
09d18801fd
terra: update devnet address
2023-12-13 11:45:07 -05:00
Evan Gray
1305b52a0a
terra: additional pre-upgrade tests
2023-12-13 11:45:07 -05:00
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
Dirk Brink
80f5b75e58
node: Updated governor token list update script ( #3588 )
...
* node: Updated governor token list update script
* node: Improved logging + PR comments
2023-12-13 08:08:45 -08:00
bruce-riley
1a2fbd5047
Node/EVM: Minor code cleanup ( #3600 )
2023-12-13 09:21:09 -06:00
Csongor Kiss
71cae152e5
terra: delete migration ( #3601 )
...
Co-authored-by: Evan Gray <battledingo@gmail.com>
2023-12-12 21:50:59 +00:00
Evan Gray
094a404902
tilt: remove additional root CA support
2023-12-12 14:22:05 -06:00
iwantanode
a397599a2a
fix typo 0013_ccq.md
2023-12-12 11:24:41 -06:00
iwantanode
6a74ad7bcb
fix typo 0012_ibc_generic_messaging.md
2023-12-12 11:24:41 -06:00
iwantanode
eb86d7e8af
fix typo 0011_accountant.md
2023-12-12 11:24:41 -06:00
iwantanode
dca0404c5f
fix typo 0008_batch_messaging.md
2023-12-12 11:24:41 -06:00
iwantanode
6c35b89e0c
fix typo 0007_governor.md
2023-12-12 11:24:41 -06:00
iwantanode
81811801a1
fix typo 0006_nft_bridge.md
2023-12-12 11:24:41 -06:00
iwantanode
03cd63e9ed
fix typo 0005_data_availability.md
2023-12-12 11:24:41 -06:00
iwantanode
c9a22aa68b
fix typo 0003_token_bridge.md
2023-12-12 11:24:41 -06:00
iwantanode
33dd97ce4f
fix typo 0001_generic_message_passing.md
2023-12-12 11:24:41 -06:00
iwantanode
a348dfa68d
fix typo token_verification.md
2023-12-12 11:24:41 -06:00
iwantanode
6fcb329698
fix typo operations.md
2023-12-12 11:24:41 -06:00
hattizai
07161d191d
docs: typos in SECURITY.md ( #3567 )
...
fix typos
2023-12-12 07:35:05 -05:00
Dirk Brink
da2bdd67be
ccq: Extra docs for validateEthCallData
2023-12-12 00:45:32 -06:00
Dirk Brink
39f51b0766
CCQ: Remove max block time/num from validation helpers
2023-12-12 00:45:32 -06:00
Dirk Brink
4cce7d5392
CCQ: Fuzz tests for helpers
2023-12-12 00:45:32 -06:00
Dirk Brink
3c243e0e87
CCQ: High level validation helpers + slight refactor
2023-12-12 00:45:32 -06:00
bruce-riley
7a2a19c31b
Node/CCQ/Server: Clean restart ( #3598 )
...
* Node/CCQ/Server: Clean restart
* Code review rework
* Code review rework
2023-12-11 16:00:46 -06:00
bruce-riley
fd05cb0a48
Node/CCQ/Server: Add permissions file watcher ( #3586 )
2023-12-11 14:44:48 -06:00
bruce-riley
2a3d4c805c
Node/CCQ/Server: Add per user metrics ( #3596 )
2023-12-11 11:24:05 -06:00
Evan Gray
69dbfb7c30
ci: fix terra2 test
2023-12-11 11:53:57 -05:00
bruce-riley
a2cb2a1226
Deploy Mantle to testnet ( #3438 )
2023-12-11 10:26:56 -06:00
Csongor Kiss
868eb984db
aptos/wormhole: remove redundant entry modifier ( #3595 )
2023-12-11 14:01:10 +00:00
Paul Noel
bf9660f75b
node/pkg/proto: add wormchain
2023-12-08 10:06:55 -06:00
bruce-riley
d09dc13918
Node/EVM: Another blocktime query retry reason ( #3583 )
2023-12-07 15:18:48 -06:00
bruce-riley
af3a8bf414
client/js: Update governance endpoint ( #3582 )
2023-12-07 14:43:54 -06:00
Jonathan Claudius
10a3a65a47
governor: lower aptos governor limit to 1M
2023-12-07 13:34:27 -05:00
bruce-riley
0c0158ac13
Node/SDK: Add neutron support via IBC ( #3563 )
...
* Node/SDK: Add neutron support via IBC
* Set core addresses in SDK
2023-12-07 09:42:09 -06:00
bruce-riley
9ccf5e593e
Node/EVM: Retry block time read ( #3577 )
2023-12-06 16:54:03 -06:00
Csongor Kiss
cab4419a4f
terra/Dockerfile: fix target cache
...
the cosmwasm optimizer script builds to the root directory
2023-12-06 20:40:17 +00:00
Csongor Kiss
9a46b2e317
cosmwasm/Dockerfile: fix target cache
...
the cosmwasm optimizer script builds to the root directory
2023-12-06 20:40:17 +00:00
Csongor Kiss
959d5cfb71
sdk/js: drop terra NFT bridge functionality
2023-12-06 20:40:17 +00:00
Csongor Kiss
0cc1f677e5
drop mention of the terra NFT bridge from docs and scripts
2023-12-06 20:40:17 +00:00
Csongor Kiss
6fa6a2d0c1
terra: delete nft bridge
...
This was never deployed, and has become a maintenance burden with the
new cosmwasm 1.0 migration that Terra classic mainnet has recently gone through.
2023-12-06 20:40:17 +00:00
Csongor Kiss
47faf43355
terra/contracts/README.md: update maintenance info
2023-12-06 20:40:17 +00:00
Ben Guidarelli
47f3e5e6fe
update sequence tracker deserialization to account for bump and emitter type ( #3578 )
2023-12-06 15:27:55 -05:00
Paul Noel
dee0d1532b
node/pkg/telemetry: prometheus remote write
2023-12-06 10:01:37 -06:00
Nikhil Suri
5525caad08
wormchain: allow hot-swapping validator address association when guar… ( #3576 )
...
* wormchain: allow hot-swapping validator address association when guardian set size is 1
* Replace panics with require in tests, add additional context in comments, simplify checks and code flow
2023-12-05 14:52:56 -08:00