Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: evm integration tests using tilt #206

Merged
merged 110 commits into from
Dec 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
110 commits
Select commit Hold shift + click to select a range
e2da93e
feat: update hub deploy script to incliude agg proposer, decoder, and…
marcomariscal Oct 8, 2024
4333264
fix: build warnings/errors
marcomariscal Oct 8, 2024
d277791
fix: handle stack too deep
marcomariscal Oct 8, 2024
399b376
feat: update spoke deploy script to use create2
marcomariscal Oct 8, 2024
e2655e6
fix: salts
marcomariscal Oct 8, 2024
0785352
chore: runs
marcomariscal Oct 9, 2024
49a2fa4
fix: init after
marcomariscal Oct 9, 2024
be934f3
fix: contract addr refs
marcomariscal Oct 9, 2024
f979f99
fix: contract addr ref
marcomariscal Oct 9, 2024
cfa3e93
chore: latest run
marcomariscal Oct 9, 2024
e4d9e1d
feat: holesky as hub deploy script
marcomariscal Oct 11, 2024
1e4330a
feat: add etherscan
marcomariscal Oct 11, 2024
53c43e6
WIP
alexkeating Oct 15, 2024
1eb6650
WIP: changes
alexkeating Oct 15, 2024
e01b274
Remove old deployments
alexkeating Oct 15, 2024
0b5aefb
Add formatting
alexkeating Oct 15, 2024
623e735
Actual deployments
alexkeating Oct 17, 2024
e7131d4
Remove dry runs
alexkeating Oct 17, 2024
58fcc51
Merge branch 'main' into feat/deploy-testing-3
marcomariscal Oct 17, 2024
87629f2
fix: compile
marcomariscal Oct 17, 2024
5842165
feat: deploy scripts for devnet
marcomariscal Oct 18, 2024
ddd7fd4
feat: script to output abis
marcomariscal Oct 21, 2024
a35e669
feat: runs
marcomariscal Oct 28, 2024
1ebced2
feat: handle mock token deploy for devnet
marcomariscal Oct 28, 2024
e347fc6
feat: integration test structure wip
marcomariscal Oct 28, 2024
151b5aa
feat: handle auto addresses from deploys
marcomariscal Oct 28, 2024
40788bb
feat: flesh out proposal helpers
marcomariscal Oct 29, 2024
a838438
fix: trying to make proposals unique
marcomariscal Oct 29, 2024
f91e234
fix: queue proposal
marcomariscal Oct 29, 2024
983b4c6
fix: wait for tx
marcomariscal Oct 29, 2024
622a3ae
chore: check
marcomariscal Oct 29, 2024
ff3254c
fix: wait for tx
marcomariscal Oct 29, 2024
59a8706
feat: get proposal data
marcomariscal Oct 29, 2024
69a0d9f
chore: cleaning/organizing
marcomariscal Oct 29, 2024
b4a698c
fix: move handleNoAccount to a more appropriate place
marcomariscal Oct 29, 2024
ed916d1
fix: naming clarity
marcomariscal Oct 29, 2024
70e501a
chore: check
marcomariscal Oct 29, 2024
8c91a20
feat: biome at root to fix format on save issues
marcomariscal Oct 30, 2024
57bcdec
chore: comment
marcomariscal Oct 30, 2024
dd1dc3f
feat: handle bridging votes to hub
marcomariscal Oct 30, 2024
3d84f98
fix: await tx's
marcomariscal Oct 30, 2024
868a512
fix: helpers for registering on hub vote pool
marcomariscal Oct 30, 2024
b797cf2
chore: runs
marcomariscal Oct 30, 2024
0a6e8cb
fix: to wormhole format
marcomariscal Oct 30, 2024
e45829d
Merge branch 'main' into feat/integration-test-w-main
marcomariscal Oct 30, 2024
e5f77d8
fix: params
marcomariscal Oct 30, 2024
6f31c1b
fix: handle conflicting env vars
marcomariscal Oct 30, 2024
a5899eb
chore: remove logs
marcomariscal Oct 30, 2024
d8fe042
fix: transfer ownership of hub vote pool to timelock
marcomariscal Nov 4, 2024
d4f7c23
feat: executeCrossChain
marcomariscal Nov 5, 2024
d87b8b7
feat: deploy from within integrations test folder
marcomariscal Nov 7, 2024
49f8eb8
chore: remove unused
marcomariscal Nov 7, 2024
3310a45
fix: remove etherscan
marcomariscal Oct 31, 2024
c00fe42
fix: evm gitignore to relevant folder
marcomariscal Oct 31, 2024
e5b9130
fix: setup
marcomariscal Nov 7, 2024
f73fc23
fix: better logging, wormhole format the hub message dispatcher in co…
marcomariscal Nov 8, 2024
332e575
fix: scripts
marcomariscal Nov 8, 2024
a063108
chore: check
marcomariscal Nov 8, 2024
382181c
fix: setup
marcomariscal Nov 8, 2024
75d3914
fix: setup
marcomariscal Nov 8, 2024
8fa9d5d
fix: setup
marcomariscal Nov 8, 2024
2267ee5
feat: deployment cache and setup check locally
marcomariscal Nov 8, 2024
c79c3e1
fix: improve setup handling
marcomariscal Nov 8, 2024
40d6eb0
fix: testing structure to one file since tests are dependent on each …
marcomariscal Nov 8, 2024
8661e03
fix: contract addr
marcomariscal Nov 8, 2024
cec1018
fix: setup
marcomariscal Nov 8, 2024
f564969
chore: logs and inc timeout
marcomariscal Nov 8, 2024
4c1dfa4
chore: check
marcomariscal Nov 8, 2024
e79bd4a
chore: remove broadcast
marcomariscal Nov 8, 2024
4e54de9
revert: dont need fs permish now
marcomariscal Nov 8, 2024
22fdd89
fix: revert to original deploy wallet logic
marcomariscal Nov 8, 2024
ae8a916
chore: remove unused
marcomariscal Nov 8, 2024
b433650
chore: remove unused
marcomariscal Nov 8, 2024
a7aabd0
fix: use /// for comments
marcomariscal Nov 8, 2024
e73756c
chore: comment for token creation
marcomariscal Nov 8, 2024
3cc031b
fix: revert deploy wallet logic
marcomariscal Nov 8, 2024
cfbc2bc
chore: dupe line
marcomariscal Nov 8, 2024
2bc916e
fix: remove unused default deploy version
marcomariscal Nov 8, 2024
dbe1725
fix: remove unused deploy version
marcomariscal Nov 8, 2024
8122b3c
fix: revert
marcomariscal Nov 8, 2024
89ca469
fix: revert
marcomariscal Nov 8, 2024
4a75ae4
fix: foundry toml for import lint errors
marcomariscal Nov 8, 2024
c4c2e0d
fix: build
marcomariscal Nov 8, 2024
300e8df
chore: remove unused
marcomariscal Nov 8, 2024
a1ffad9
feat: readme
marcomariscal Nov 8, 2024
ef7073e
fix: readme
marcomariscal Nov 8, 2024
04faa35
feat: gen abis lang
marcomariscal Nov 8, 2024
bb82f3a
chore: remove unused file
marcomariscal Nov 8, 2024
5bcfed6
fix: name
marcomariscal Nov 8, 2024
3358713
fix: abs paths and no forge clean
marcomariscal Nov 8, 2024
0710cca
fix: remove cache oldness check
marcomariscal Nov 11, 2024
4e3d2d9
fix: deployment cache handling
marcomariscal Nov 11, 2024
1ad2023
fix: init ci workflow for integration tests
marcomariscal Nov 11, 2024
d059401
fix: node
marcomariscal Nov 11, 2024
48b7e65
chore: check
marcomariscal Nov 11, 2024
a3aecdd
fix: remove redundant wrapping call to create proposal via agg proposer
marcomariscal Nov 11, 2024
9ca6ff8
fix: remove unused
marcomariscal Nov 11, 2024
02203d3
fix: check for proposal state pending
marcomariscal Nov 11, 2024
45cc584
fix: name
marcomariscal Nov 11, 2024
f8b01d3
chore: check
marcomariscal Nov 11, 2024
1dca00c
fix: name
marcomariscal Nov 11, 2024
a512f3c
fix: use token mint for proposal execution data
marcomariscal Nov 11, 2024
205dd32
chore: check
marcomariscal Nov 11, 2024
0a05d64
Merge branch 'main' into feat/integration-test-at-prev-commit
marcomariscal Nov 11, 2024
bbd86a5
chore: format
marcomariscal Nov 11, 2024
127d7e2
fix: name
marcomariscal Nov 12, 2024
dd816c3
fix: restore broadcast files
marcomariscal Nov 12, 2024
64fc164
fix: handle broadcast files
marcomariscal Nov 12, 2024
36253aa
fix: comment wrapping
marcomariscal Nov 12, 2024
dee495b
Add EVM tilt to CI (#208)
alexkeating Dec 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: runs
marcomariscal committed Oct 28, 2024

Verified

This commit was signed with the committer’s verified signature.
commit a35e6698c3655c3acfa60d9a82a68fb8f205e620
1,144 changes: 1,144 additions & 0 deletions evm/broadcast/DeployHubContractsEthDevnet1.sol/1337/run-1729700907.json

Large diffs are not rendered by default.

1,144 changes: 1,144 additions & 0 deletions evm/broadcast/DeployHubContractsEthDevnet1.sol/1337/run-1729701729.json

Large diffs are not rendered by default.

1,238 changes: 1,238 additions & 0 deletions evm/broadcast/DeployHubContractsEthDevnet1.sol/1337/run-1729707287.json

Large diffs are not rendered by default.

1,238 changes: 1,238 additions & 0 deletions evm/broadcast/DeployHubContractsEthDevnet1.sol/1337/run-1729712337.json

Large diffs are not rendered by default.

1,238 changes: 1,238 additions & 0 deletions evm/broadcast/DeployHubContractsEthDevnet1.sol/1337/run-1729787499.json

Large diffs are not rendered by default.

1,238 changes: 1,238 additions & 0 deletions evm/broadcast/DeployHubContractsEthDevnet1.sol/1337/run-1729788223.json

Large diffs are not rendered by default.

1,238 changes: 1,238 additions & 0 deletions evm/broadcast/DeployHubContractsEthDevnet1.sol/1337/run-1729791120.json

Large diffs are not rendered by default.

1,238 changes: 1,238 additions & 0 deletions evm/broadcast/DeployHubContractsEthDevnet1.sol/1337/run-1729875169.json

Large diffs are not rendered by default.

1,238 changes: 1,238 additions & 0 deletions evm/broadcast/DeployHubContractsEthDevnet1.sol/1337/run-1730136245.json

Large diffs are not rendered by default.

978 changes: 536 additions & 442 deletions evm/broadcast/DeployHubContractsEthDevnet1.sol/1337/run-latest.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

312 changes: 201 additions & 111 deletions evm/broadcast/DeploySpokeContractsEthDevnet2.sol/1397/run-latest.json

Large diffs are not rendered by default.