wormhole/ethereum/scripts
Kevin Peters 25d2f24b03 ethereum: deploy test token nonce race condition fix
Noticed this error happening in tilt sometimes:

[tests] Error: Returned error: VM Exception while processing transaction: the tx
doesn't have the correct nonce. account has nonce of: 17 tx has nonce of: 16

It's not safe to submit txs in parallel, because the nonce can get out of sync.
Instead we should submit them serially.
2022-10-28 11:58:42 -04:00
..
TokenABI.s.sol ethereum: add forge script to generate BridgeToken constructor args 2022-08-09 20:02:47 +01:00
deploy_batched_vaa_sender.js ensure deterministic batched-vaa contract address 2022-08-15 08:41:40 -05:00
deploy_core_bridge.js ethereum: Add truffle scripts to deploy core & token bridge 2022-06-27 19:19:16 +01:00
deploy_nft_bridge.js Add NFT deploy script 2022-03-18 13:14:32 +00:00
deploy_test_token.js ethereum: deploy test token nonce race condition fix 2022-10-28 11:58:42 -04:00
deploy_token_bridge.js ethereum: Add truffle scripts to deploy core & token bridge 2022-06-27 19:19:16 +01:00
register_algo_chain.js algo: contracts 2022-04-29 20:56:17 -04:00
register_aptos_chain.js tilt: register aptos on other chains 2022-10-15 15:17:36 +01:00
register_bsc_chain.js eth-devnet init with multiple guardians 2022-04-12 20:37:52 -05:00
register_eth_chain.js eth-devnet init with multiple guardians 2022-04-12 20:37:52 -05:00
register_near_chain.js sdk/js: Near refactor, added integration tests (#1648) 2022-09-28 08:53:15 -05:00
register_solana_chain.js eth-devnet init with multiple guardians 2022-04-12 20:37:52 -05:00
register_terra2_chain.js cosmwasm: terra2 support 2022-06-21 10:03:57 -04:00
register_terra_chain.js eth-devnet init with multiple guardians 2022-04-12 20:37:52 -05:00
register_worm_chain.js Wormhole chain integration 2022-10-03 17:34:42 +09:00
send_batched_vaa.js add EVM contract for batched VAA development 2022-08-15 08:41:40 -05:00