Commit 1be6718
Merge
* fix: use remote chain id for pre-fork simulation (#567)
* fix: use remote chain id for pre-fork simulation
* Fix error message
* chore: Bump hardhat to 2.22.7 (#571)
* chore: Bump hardhat to 2.22.7
* fixup: Don't enable RIP-7212 in our tests
* Adapt for NomicFoundation/hardhat#5411
* fix: prevent crash when returning large JSON responses (#569)
* ci: update collaborator check in the benchmarks workflow (#574)
* edr-0.5.1 (#559)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: add json alias property in provider response (#582)
* fix: add json alias property in provider response
* Create empty-bobcats-refuse.md
* edr-0.5.2 (#583)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* breaking change: rename response.json to response.data (#584)
* breaking change: rename response.json to response.data
* Create sour-donkeys-draw.md
* Update sour-donkeys-draw.md
* fix: improve error message and option to skip unsupported transaction type in debug trace (#606)
* fix: improve error message and option to skip unsupported tx type in debug trace
* Address code review feedback
* Handle unsupported transaction type requested
* Fix test setup
* ci: remove review-related slack notifications (#612)
* chore: js tooling improvements (#609)
* Fix pnpm warning
* Add syncpakc
* Add syncpack
* Run syncpack format
* Run syncpack on CI
* Add setup-node action
* Fixes related to upgrading prettier
* Run prettier
* Add setup-rust action
* Run prettier in edr_napi
* Add lint scripts to packages
* Run prettier in crates/tools/js/benchmark
* Port benchmark code to typescript
* Add eslint to all packages
* Upgrade @types/node to v20
* Fix broken build:edr script
* Resolve benchmark output path
* chore: upgrade hardhat and add patch (#613)
* Upgrade Hardhat to v2.22.9
* Add patch for hardhat#5664
* chore: Bump to vanilla Hardhat 2.22.9
* chore: Regenerate the Hardhat patch to use the new EDR internals
* chore: Bump @napi-rs/cli to fix duplicated napi typedefs
See <napi-rs/napi-rs#2088>
* fixup: Prettify test.ts
* Fixes after testing in OZ (#625)
* fix: add bounds checks
* fix: check that steps is not empty before traversing it
* fixup: formatting [skip ci]
---------
Co-authored-by: Igor Matuszewski <xanewok@gmail.com>
---------
Co-authored-by: Agost Biro <5764438+agostbiro@users.noreply.github.com>
Co-authored-by: Wodann <Wodann@users.noreply.github.com>
Co-authored-by: Piotr Galar <piotr.galar@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Franco Victorio <victorio.franco@gmail.com>main into the stack trace port feature branch (#618)1 parent 88dd5a1 commit 1be6718
File tree
52 files changed
+1815
-864
lines changed- .changeset
- .github
- actions
- setup-node
- setup-rust
- workflows
- crates
- edr_evm/src
- blockchain
- edr_napi
- src
- trace
- test
- edr_provider
- src
- requests/eth
- tests/issues
- edr_rpc_eth/src
- tools/js/benchmark
- src
- test
- hardhat-tests
- integration/smock
- test/internal/hardhat-network
- provider/modules
- eth
- stack-traces
- patches
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+1815
-864
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
This file was deleted.
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 30 | + | |
| 31 | + | |
45 | 32 | | |
46 | 33 | | |
47 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 26 | + | |
32 | 27 | | |
33 | 28 | | |
34 | 29 | | |
35 | 30 | | |
36 | | - | |
37 | | - | |
38 | 31 | | |
39 | 32 | | |
40 | 33 | | |
| |||
51 | 44 | | |
52 | 45 | | |
53 | 46 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 47 | + | |
62 | 48 | | |
63 | 49 | | |
64 | 50 | | |
| |||
145 | 131 | | |
146 | 132 | | |
147 | 133 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
| 134 | + | |
156 | 135 | | |
157 | 136 | | |
158 | 137 | | |
159 | 138 | | |
160 | 139 | | |
161 | 140 | | |
162 | 141 | | |
163 | | - | |
| 142 | + | |
164 | 143 | | |
165 | 144 | | |
166 | 145 | | |
167 | 146 | | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
| 147 | + | |
177 | 148 | | |
178 | 149 | | |
179 | 150 | | |
180 | | - | |
181 | | - | |
182 | | - | |
| 151 | + | |
| 152 | + | |
183 | 153 | | |
184 | 154 | | |
185 | 155 | | |
186 | 156 | | |
187 | 157 | | |
188 | 158 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
| 159 | + | |
197 | 160 | | |
198 | 161 | | |
199 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
| 177 | + | |
186 | 178 | | |
187 | 179 | | |
188 | 180 | | |
| |||
208 | 200 | | |
209 | 201 | | |
210 | 202 | | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
| 203 | + | |
220 | 204 | | |
221 | 205 | | |
222 | 206 | | |
| |||
244 | 228 | | |
245 | 229 | | |
246 | 230 | | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
| 231 | + | |
252 | 232 | | |
253 | 233 | | |
254 | | - | |
255 | | - | |
256 | 234 | | |
257 | 235 | | |
258 | 236 | | |
| |||
395 | 373 | | |
396 | 374 | | |
397 | 375 | | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
| 376 | + | |
407 | 377 | | |
408 | 378 | | |
409 | 379 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 23 | + | |
29 | 24 | | |
30 | 25 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 26 | + | |
40 | 27 | | |
41 | 28 | | |
42 | 29 | | |
| |||
55 | 42 | | |
56 | 43 | | |
57 | 44 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 45 | | |
62 | 46 | | |
63 | 47 | | |
| |||
72 | 56 | | |
73 | 57 | | |
74 | 58 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| 59 | + | |
84 | 60 | | |
85 | 61 | | |
86 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 22 | + | |
32 | 23 | | |
33 | 24 | | |
34 | 25 | | |
| |||
0 commit comments