Commit b239e12
Merge master into forking feature branch (#482)
* Rename pvm to polkadot (#455)
* Fix release workflow (#461)
* Add protobuf dependency
* Match nextest installs
* Update rust version inside docker
* Add wasm32-unknown-unknown
* [Anvil] Bug fixing + add debug_traceBlockByNumber RPC (#466)
* bug fixes + add debug_traceBlockByNumber RPC endpoint
* bug fix
* CR comment
* Dockerize anvil-polkadot node (#454)
* Dockerize anvil node
* Add workflow to publish the docker image
* update rust version
* Add new CLI flags (#465)
---------
Co-authored-by: Pavlo Khrystenko <[email protected]>
* Backport foundry-rs#12537 (#469)
* adds polkadot testnet
* backport
* fix(`verification`): BSC chain id is incorrect, verification fails with `missing or unsupported chainid parameter` (foundry-rs#11716)
* bump to alloy-chains 0.2.10
* mumbai -> amoy, deprecated
---------
Co-authored-by: Alberto Viera <[email protected]>
Co-authored-by: zerosnacks <[email protected]>
* fix vm roll (#451)
* fixup vm.roll cheatcode
Signed-off-by: Alexandru Gheorghe <[email protected]>
* fixup roll cheatcode
Signed-off-by: Alexandru Gheorghe <[email protected]>
* make blockhashes match
Signed-off-by: Alexandru Gheorghe <[email protected]>
* fixup test
Signed-off-by: Alexandru Gheorghe <[email protected]>
* fix block
Signed-off-by: Alexandru Gheorghe <[email protected]>
* make fmt/clippy happy
Signed-off-by: Alexandru Gheorghe <[email protected]>
---------
Signed-off-by: Alexandru Gheorghe <[email protected]>
* State recording fixes (#443)
* Add support for ExpectCreate (#471)
* use parity-large runner (#472)
* use parity-large runner
* switch to macos-14 as macos-13 got deprecated
* add a link to README.MD about forge test
* add eip191 prefix to eth_sign and personal_sign (#474)
* add prefix to eth_sign and personal_sign
* format import
* [Anvil] Fix use of Ethereum hashes in RPC endpoints (#468)
* Use eth hash in eth_GetBlockByHash
* Prevent docker from trying to use SSH
* remove hash resolving in test utility method
* Fix use of block hash across endpoints
* fix
* fix send_transaction
* fix tests for metadata endpoints
* fix test_anvil_node
* Fix + index genesis block eth hash
* Best-effort indexing for latest block
* make tests less flaky
* Subscribe and cache genesis block manually
* nit - revert unnecessary changes
* Fix anvil-polkadot attestation (#477)
* fix: avoid eth hash round-trip in send_transaction for forking mode
---------
Signed-off-by: Alexandru Gheorghe <[email protected]>
Co-authored-by: Sebastian Miasojed <[email protected]>
Co-authored-by: filip-parity <[email protected]>
Co-authored-by: Giuseppe Re <[email protected]>
Co-authored-by: Pavlo Khrystenko <[email protected]>
Co-authored-by: Pavlo Khrystenko <[email protected]>
Co-authored-by: Alberto Viera <[email protected]>
Co-authored-by: zerosnacks <[email protected]>
Co-authored-by: Alexandru Gheorghe <[email protected]>
Co-authored-by: Monica Jin <[email protected]>1 parent 3c84e8f commit b239e12
File tree
79 files changed
+3438
-645
lines changed- .github/workflows
- crates
- anvil-polkadot
- docker
- src/api_server
- substrate-runtime/src
- tests/it
- anvil
- core/src/eth
- src/eth
- cheatcodes
- assets
- spec/src
- src
- cli/src
- opts
- build
- utils
- config/src
- forge
- src
- cmd
- test
- tests
- cli
- it
- revive
- revive-strategy/src
- cheatcodes
- tracing
- script/src
- verify/src/etherscan
- release-test
- testdata
- cheats
- default
- cheats
- revive
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
79 files changed
+3438
-645
lines changed| 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 | + | |
| 17 | + | |
| 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 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
127 | 133 | | |
128 | 134 | | |
129 | 135 | | |
130 | 136 | | |
131 | 137 | | |
132 | 138 | | |
133 | 139 | | |
134 | | - | |
135 | | - | |
| 140 | + | |
| 141 | + | |
136 | 142 | | |
137 | | - | |
138 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
139 | 152 | | |
140 | 153 | | |
141 | 154 | | |
| |||
159 | 172 | | |
160 | 173 | | |
161 | 174 | | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
162 | 179 | | |
163 | | - | |
164 | 180 | | |
165 | 181 | | |
166 | 182 | | |
| |||
176 | 192 | | |
177 | 193 | | |
178 | 194 | | |
179 | | - | |
| 195 | + | |
| 196 | + | |
180 | 197 | | |
181 | 198 | | |
182 | 199 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments