Commit 4716987
feat: Adding Local node using Anvil (#594)
* chore: Add simple storage contract
* chore: Create client for integration tests
* chore: Add registry parsing
* chore: Add registry
* chore: Add mod file
* chore: Add integration mod
* feat: Add network tags and readiness validation
* chore: Apply fmt
* feat: Add network selection utils for integration tests
* chore: Use openzeppelin_relayer package
* feat: Create confirmation receipt helper
* feat: Implement basic transfer
* feat: Implement common api tests
* fix: Resolve relayer test race conditions with cleanup and serialization
* refactor: Clean up integration tests and extract EVM helpers
* feat: Add integration testing Docker setup and reorganize contracts
* chore: clean up broadcast logs and vendor dependencies in test fixtures
* chore: remove git submodules for vendor dependencies
* chore: Add integration test key
* fix: Update .env.integration.example with defaults
* chore: Moving TESTING.md file to README
* fix: Ignoring signer files
* fix: CodeRabbit suggestion
* fix: CodeRabbit suggestion
* fix: Improving logs for test cases
* fix: Docker fixes
* chore: Adding base sepolia
* fix: Fixing CI
* fix: Fixing test case
* fix: Splitting tests in different jobs
* fix: Fixing tests
* fix: Fixing CI report
* fix: Applying review suggestions
* chore: Adding feature flags for running tests
* chore: Adding job for integration tests
* chore: Adding aws kms key logic
* fix: Removing unnecessary test files
* fix: Improvements
* chore: Config files and readme improvements
* chore: Fix integration test workflow
* fix: Removing unused code
* fix: Settings for connecting to aws from actions
* fix: Fixing account id
* fix: Fixing actions
* fix: Fixing GH actions
* fix: Fixing actions
* fix: Fixing secrets
* fix: Fixing GH secrets
* fix: Fixing actions
* fix: Fixing error
* fix: Fixing docker compose
* fix: API_KEY improvements
* chore: Codecov fix
* chore: Fix integratio test yaml file
* fix: Improving registry logic to be branch agnostic
* fix: Creating configs files
* fix: Fixing workflow
* fix: Fixing config example
* fix: Re-organizing folder structure
* fix: Fixing config files
* fix: Removing tags and fixing workflow
* feat: Adding basic tests for apis
* fix: Trigger tests manually
* feat: Adding local node with Anvil
* fix: Improvements
* chore: Renaming file
* fix: Fixing integration test workflow
* fix: Fix CI workflow
* fix: Coderabbit suggestions
* fix: Improvements
* fix: Fix workflow
* fix: Fix codecov
* chore: Improving anvil local script
* chore: README improvements
* chore: README fix
* chore: README fix
* chore: Fix gitignore file
* refactor: Reading active relayers from API
* fix: Config files
* fix: Docker optimisation
* chore: Removing contract no longer needed
* fix: Applying suggestions
* fix: Fix workflow
* fix: Fix readme about anvil pk
* fix: Fix readme
* fix: Improvements
---------
Co-authored-by: Luis Urrutia <luis@urrutia.me>1 parent 2915e69 commit 4716987
File tree
24 files changed
+948
-331
lines changed- .github/workflows
- config/networks
- scripts
- tests/integration
- common
- config/local
- keys
- contracts/src
- tests
- evm
24 files changed
+948
-331
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
4 | 11 | | |
5 | 12 | | |
6 | 13 | | |
7 | 14 | | |
8 | 15 | | |
| 16 | + | |
| 17 | + | |
9 | 18 | | |
10 | 19 | | |
11 | 20 | | |
| 21 | + | |
| 22 | + | |
12 | 23 | | |
13 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
14 | 29 | | |
15 | 30 | | |
16 | 31 | | |
17 | 32 | | |
18 | 33 | | |
19 | 34 | | |
20 | | - | |
| 35 | + | |
21 | 36 | | |
22 | 37 | | |
23 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
49 | 48 | | |
50 | 49 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
33 | 43 | | |
34 | 44 | | |
35 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 22 | + | |
28 | 23 | | |
29 | 24 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 25 | + | |
33 | 26 | | |
34 | 27 | | |
35 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
19 | 46 | | |
20 | 47 | | |
21 | 48 | | |
| |||
24 | 51 | | |
25 | 52 | | |
26 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
27 | 57 | | |
28 | 58 | | |
29 | 59 | | |
| |||
37 | 67 | | |
38 | 68 | | |
39 | 69 | | |
40 | | - | |
| 70 | + | |
41 | 71 | | |
42 | 72 | | |
43 | 73 | | |
| |||
66 | 96 | | |
67 | 97 | | |
68 | 98 | | |
| 99 | + | |
| 100 | + | |
69 | 101 | | |
70 | 102 | | |
71 | 103 | | |
| |||
0 commit comments