Commit 190742e
build(deps): bump alloy from 1.7.3 to 2.0.0 (#6501)
* build(deps): bump alloy from 1.7.3 to 2.0.0
Bumps [alloy](https://github.com/alloy-rs/alloy) from 1.7.3 to 2.0.0.
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v1.7.3...v2.0.0)
---
updated-dependencies:
- dependency-name: alloy
dependency-version: 2.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* all: Fix compilation for alloy 2.0.0 upgrade
- Add AnyTransactionRequest newtype for split TransactionBuilder traits
- Bump alloy-rpc-types to 2.0.0
- Add block_timestamp field to Transaction struct literals
- Add Amsterdam hardfork header fields (block_access_list_hash, slot_number)
- Remove .with_recommended_fillers() (now handled by .network())
* all: Install rustls aws_lc_rs as default crypto provider
With alloy 2.0.0 pulling in rustls with aws_lc_rs and object_store
(via reqwest) pulling in rustls with ring, rustls 0.23 refuses to
auto-pick and panics on first TLS use. Install aws_lc_rs explicitly
at each binary/test-harness entry point via a shared helper.
* graph: Add serde(transparent) to AnyTransactionRequest
Without this, serde wraps the inner WithOtherFields<TransactionRequest>
in an extra struct layer when serializing, which would produce malformed
JSON for eth_call RPC requests.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: incrypto32 <vpkrishnanand@gmail.com>1 parent 4630a01 commit 190742e
16 files changed
Lines changed: 589 additions & 229 deletions
File tree
- chain/ethereum/src
- gnd/src
- commands/test
- graph
- src
- components/ethereum
- util
- node/src
- bin
- store/test-store/src
- tests/src/fixture
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
165 | 170 | | |
166 | 171 | | |
167 | 172 | | |
| |||
241 | 246 | | |
242 | 247 | | |
243 | 248 | | |
| 249 | + | |
244 | 250 | | |
245 | 251 | | |
246 | 252 | | |
| |||
451 | 457 | | |
452 | 458 | | |
453 | 459 | | |
| 460 | + | |
454 | 461 | | |
455 | 462 | | |
456 | 463 | | |
| |||
528 | 535 | | |
529 | 536 | | |
530 | 537 | | |
| 538 | + | |
| 539 | + | |
531 | 540 | | |
532 | 541 | | |
533 | 542 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| 471 | + | |
471 | 472 | | |
472 | 473 | | |
473 | 474 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
181 | 180 | | |
182 | 181 | | |
183 | | - | |
184 | 182 | | |
185 | 183 | | |
186 | 184 | | |
187 | 185 | | |
188 | 186 | | |
189 | 187 | | |
190 | 188 | | |
191 | | - | |
192 | 189 | | |
193 | 190 | | |
194 | 191 | | |
| |||
2790 | 2787 | | |
2791 | 2788 | | |
2792 | 2789 | | |
2793 | | - | |
2794 | 2790 | | |
2795 | 2791 | | |
2796 | 2792 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
| 449 | + | |
449 | 450 | | |
450 | 451 | | |
451 | 452 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| 227 | + | |
227 | 228 | | |
228 | 229 | | |
229 | 230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments