Jeff Schroeder
afc174e8ca
scripts: fix install-foundry
...
The latest update to the github actions runner sets the XDG_CONFIG_HOME
directory to /home/runner/.config. When this variable is set, the curl |
bash installer installs foundryup to that path. This was resulting in
foundryup being installed to /home/runner/.config/.foundry/bin/foundryup
and breaking this script.
With this change, it correctly installs to:
/home/runner/.foundry/bin/foundryup
Also ensure XDG_CONFIG_HOME is unset when running foundryup so forge is
installed in the right location as well.
2023-05-04 17:30:46 -04:00
tbjump
db0c1193e0
scripts/scope checkers: reduce false negatives
2023-05-04 13:45:56 -07:00
tbjump
a88982e43d
upgrade to golang 1.19.9
2023-05-04 07:22:38 -07:00
tbjump
04bcfe3ed9
lint: upgrade golangci-lint to v1.52.2
2023-05-04 07:22:38 -07:00
tbjump
335c83f080
upgrade to golang 1.19.8
2023-05-04 07:22:38 -07:00
heyitaki
412680fba5
sui: update devnet addresses
2023-05-02 15:14:23 -04:00
heyitaki
ed733f8e73
sdk/js: add Sui support
...
Co-authored-by: Evan Gray <battledingo@gmail.com>
Co-authored-by: Kevin Peters <kpeters@jumptrading.com>
2023-05-02 15:14:23 -04:00
bruce-riley
caa71f18a6
Deploy base to testnet ( #2422 )
...
* Deploy base to testnet
* Shouldn't add testnet evmChainId to impl
* Add base to rpc dump command
* Oops, wrong branch!
2023-02-23 15:42:30 -05:00
bruce-riley
9aeb704e58
Deploy: Make contract upd script support pyth ( #2349 )
...
* Deploy: Make contract upd script support pyth
Change-Id: I9c40498ef9849979f89e8d48d60333932f8a696f
* Deploy: Tweak the wording
Change-Id: Iddaca17b74ab2c9aa3a1386280457e02433a6593
2023-02-10 11:15:05 -05:00
Evan Gray
7f9a03254a
test: accountant e2e
2023-01-31 11:09:43 -05:00
Justin Schuldt
e09a2616bf
wormchain: contracts env data ( #2297 )
2023-01-27 14:27:21 -05:00
Csongor Kiss
500f70c858
CI: update scripts/check-docker-pin.sh to allow sui
2023-01-20 14:57:00 +00:00
justinschuldt
9db82e310f
cosmwasm - separate deploy code per chain
2023-01-19 09:32:13 -06:00
Justin Schuldt
ff7273cc5d
tilt: two wormchain nodes for devnet ( #2228 )
2023-01-18 17:15:23 -05:00
Nikhil Suri
07831437ba
wormchain: run Ignite through docker and update documentation ( #2169 )
2023-01-18 07:56:32 -08:00
Csongor Kiss
88d13e694b
aptos/nft-bridge: mainnet deploy
2023-01-12 02:46:42 +00:00
Csongor Kiss
fe5ca53a98
aptos/nft-bridge: Tilt integration
...
aptos: update Docker image
2023-01-12 02:46:42 +00:00
heyitaki
b7d870efcb
docker: reorganize dockerfiles
2022-12-21 10:58:22 -08:00
Paul Noel
8d92d23d48
cosmwasm: update verify script ( #1936 )
...
* cosmwasm: update script
* scripts: update governance script
* cosmwasm: remove commented code
* cosmwasm: redirect to stderr
2022-11-28 15:24:25 -06:00
jumpsiegel
091ee0877d
WH-1934: upgrade golang to 1.19 ( #1941 )
...
* upgrade to golang 1.19.3
Co-authored-by: tbjump <>
Co-authored-by: tbjump <unknown>
2022-11-28 07:48:27 -06:00
Csongor Kiss
0fea135ebe
scripts: add arbitrum&optimism to governance script
2022-11-16 17:09:51 +00:00
Evan Gray
83e0f053f8
remove explorer related code
2022-10-31 13:22:51 -04:00
Evan Gray
090a8e0c74
relayer: fix ci
2022-10-27 14:04:38 -04:00
Conor Patrick
91bd9a5c36
rename all wormholechain and wormhole-chain references
2022-10-24 17:59:52 -04:00
Evan Gray
32f0159319
ci: unscoped npm package check
2022-10-20 17:11:13 -05:00
Csongor Kiss
500654cf02
scripts: uppercase digest in governance generator
...
the injection command prints out in this format, so it's easier to read
for guardians this way
2022-10-17 23:35:17 -04:00
Csongor Kiss
3877f6f3c3
tilt: register aptos on other chains
2022-10-15 15:17:36 +01:00
Conor Patrick
127cd32e03
add vaa-gated wasmd to wormchain ( #1674 )
...
* wormchain: add wasmd module
* wormchain: update proto
* wormchain: gate wasmd contract uploading around vaa
* wormchain: add tests around wasmd operations and guardian set upgrades
* wormchain: split wasm handlers into multiple files and permit bank methods
* wormchain: address review comments
* wormchain: use legacy keccak instead of sha3
* wormchain: add way to compute vaa hash manually
* wormchain: update proto package paths and dependencies
* wormchain: remove wasmd keeper guard
* wormchain: add CLI helpers for starting the chain
* wormchain: increase max validators and add genesis time
* wormchain: remove .pb.go from lint check
* wormchain: cleanup and address review comments
* wormchain: stop tracking .pb.go files
* wormchain: address comment to create buffer safely
Co-authored-by: Chirantan Ekbote <cekbote@jumptrading.com>
* wormchain: generate proto in ci
* wormchain: fix wrong description
* wormchain: always rebuild proto in ci
* wormchain: fix unit test compile error
* wormchain: build proto in tilt
Change-Id: Ibc4f4ff0c34108f4ecbe1af3c47373816739c669
Co-authored-by: Chirantan Ekbote <cekbote@jumptrading.com>
Co-authored-by: Hendrik Hofstadt <hendrik@nexantic.com>
2022-10-14 17:12:57 -05:00
Csongor Kiss
ffa31da17c
aptos: dockerfile + scripts + README
2022-10-14 12:42:44 -05:00
Paul Noel
066a2a56aa
clients/js: upgrade to latest wormhole-sdk ( #1675 )
...
* clients/js: upgrade to latest wormhole-sdk
* scripts: account for secp256k1 log msg
2022-10-06 11:24:43 -04:00
Chirantan Ekbote
d577b931a4
wormchain: Fix formatting and add to lint.sh
2022-10-03 17:34:42 +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
Josh Siegel
5d71e619c1
algo/builds: algorand mainnet builds
2022-09-20 10:37:59 -05:00
Chirantan Ekbote
87c89745fb
scripts: Add go sdk to lint.sh
2022-09-15 14:35:46 +01:00
Josh Siegel
1003ab163e
near/governance: add in support for near
2022-09-12 19:59:25 -05:00
bruce-riley
b357ad7061
Script to generate change registration governance ( #1508 )
...
* Script to generate change registration governance
Change-Id: If99e78b031dcd4049a9ee40b09914eeb93e7518a
* Rework from code review
Change-Id: I93cf3166c1ab961add2c524084de1981a44b194e
* Change chain_id to chain-id
Change-Id: Iae6f9854a64d8559d03c56949d03043a94dbf7f6
2022-09-06 08:20:51 -05:00
Josh Siegel
4fe9841810
near: initial commit
2022-08-24 15:11:05 -04:00
Csongor Kiss
33f1b28662
scripts: Update scripts/contract-upgrade-governance.sh
...
Now it prints instructions on checking out the current git hash + some refactoring
2022-08-24 16:27:04 +02:00
Csongor Kiss
3e051e97b6
ethereum: Init foundry project and add installer for native solc
2022-08-09 20:02:47 +01:00
Jonathan Claudius
0919f29dc3
Docker FROM image pinning ( #1337 )
...
* Add script to check docker pinning project wide
* Add workflow to run check-docker-pin
* Pin Docker image refs which were unpinned
* Add exceptions to the pin checking logic
* Fixes to check-docker-pin
* Clean up find command
* Bash optimizations
* Switch to env shebang
* Switch from find to git ls-files and add justification for ignore choices
2022-07-06 15:05:30 -04:00
Csongor Kiss
b5997a10f0
scripts/devnet-consts: use native format for addresses
...
commit-id:c8c78ae8
2022-07-05 19:24:58 +01:00
Csongor Kiss
3641682c63
scripts/guardian-set-init.sh: use prebuilt CLI executable
...
instead of invoking with 'ts-node'. This way the script runs 10 times
faster, 40s->4s.
commit-id:36bf9853
2022-07-05 18:43:58 +01:00
Csongor Kiss
f26ecbae7d
scripts/guardian-set-init.sh: make script run on darwin
...
The version of 'sed' shipped on macOS needs a little more handholding
than gnu sed
commit-id:324ce8b7
2022-07-05 18:43:58 +01:00
Csongor Kiss
58cd031ea8
ethereum: Add verify script to match up the deployed bytecode with the
...
local build
Also include this step in the generated governance verification instructions
2022-06-30 13:57:02 +01:00
tbjump
4575fe05d9
Better lint and formatting ( #1263 )
...
Enforce goimports, add tooling and documentation, and run it on the repo.
2022-06-21 12:18:16 -07:00
Evan Gray
db0fc219aa
cosmwasm: terra2 support
...
Co-authored-by: Csongor Kiss <ckiss@jumptrading.com>
2022-06-21 10:03:57 -04:00
Bruce Riley
f25e42ae02
Fix chain ID in governance script
2022-06-03 14:44:22 -04:00
Bruce Riley
dcce155f43
Acala mainnet deploy
2022-06-03 14:44:22 -04:00
Csongor Kiss
7dc2b7b7ae
scripts: automate writing contract upgrade governance proposals ( #1218 )
...
Co-authored-by: Csongor Kiss <ckiss@jumptrading.com>
2022-05-23 19:36:52 +02:00
Csongor Kiss
1c006f9bed
cli: Refactor js cli to support all contracts + add improvements ( #1100 )
...
* cli: Refactor js cli to support all contracts + add improvements
* Fix path in Makefile
* Don't be strict
* Fix registration VAA deserialisation
* Add karura gas calculation logic
* cli: fix after sdk rebase
* cli: improve makefile
* cli: depend on @certusone/wormhole-sdk locally instead of importing relative paths
* cli: add polygon overrides
* client: update for devnet
* fix tx signing in solana cli
* client: alias network
Co-authored-by: Csongor Kiss <ckiss@jumptrading.com>
Co-authored-by: Evan Gray <battledingo@gmail.com>
2022-05-05 20:51:24 -04:00