Summary
This release contains various bug fixes.
Update Priority
This table provides priorities for which classes of users should update particular components.
User Class | Priority |
---|---|
Payload Builders | High |
Non-Payload Builders | High |
See Update Priorities for more information about this table.
All Changes
- chore: bump version 1.3.10 (#15756)
- feat: adding cli --rpc.txfeecap flag (#15654)
- fix: use a lower backoff duration for trusted or static peers (#15740)
- fix: activate Prague in custom-evm example (#15741)
- chore: add serde_as support for TransactionSigned (#15755)
- feat: add config for reserved CPU cores Resolves #15633 (#15710)
- chore: exempt static peers from removal (#15732)
- fix(rpc): set code hash in code override (#15738)
- fix: to_compact for CompactEnvelope (#15736)
- chore: bump revm (#15735)
- fix: make CompactEnvelope equivalent (#15731)
- Revert "feat!: replace OpTransactionSigned with alloys" (#15730)
- refactor(rpc): eliminate unnecessary cloning in
RpcService::call
(#15728) - deps: bump libmdbx to 0.12.13 (#15413)
- chore(rpc): warn on unimplemented flashbots rpc methods (#15727)
- feat!: replace OpTransactionSigned with alloys (#15634)
- feat(era): Add
EraStream
that downloads all era files (#15613)
Binaries
See pre-built binaries documentation.
The binaries are signed with the PGP key: 50FB 7CC5 5B2E 8AFA 59FE 03B7 AA5E D56A 7FBF 253E
System | Architecture | Binary | PGP Signature |
---|---|---|---|
x86_64 | reth-v1.3.10-x86_64-unknown-linux-gnu.tar.gz | PGP Signature | |
aarch64 | reth-v1.3.10-aarch64-unknown-linux-gnu.tar.gz | PGP Signature | |
x86_64 | reth-v1.3.10-x86_64-pc-windows-gnu.tar.gz | PGP Signature | |
x86_64 | reth-v1.3.10-x86_64-apple-darwin.tar.gz | PGP Signature | |
aarch64 | reth-v1.3.10-aarch64-apple-darwin.tar.gz | PGP Signature | |
System | Option | - | Resource |
Docker | paradigmxyz/reth | ||
Docker (Reproducible) | paradigmxyz/reth-reproducible |
What's Changed
- feat(era): Add
EraStream
that downloads all era files by @RomanHodulak in #15613 - feat!: replace OpTransactionSigned with alloys by @mattsse in #15634
- chore(rpc): warn on unimplemented flashbots rpc methods by @rkrasiuk in #15727
- deps: bump libmdbx to 0.12.13 by @shekhirin in #15413
- refactor(rpc): eliminate unnecessary cloning in
RpcService::call
by @Pronoss in #15728 - Revert "feat!: replace OpTransactionSigned with alloys" by @mattsse in #15730
- chore: bump revm by @mattsse in #15735
- fix: to_compact for CompactEnvelope by @mattsse in #15736
- fix(rpc): set code hash in code override by @mattsse in #15738
- chore: exempt static peers from removal by @mattsse in #15732
- feat: add config for reserved CPU cores Resolves #15633 by @Hunter-Plus in #15710
- chore: add serde_as support for TransactionSigned by @mattsse in #15755
- fix: activate Prague in custom-evm example by @SuddenOnset in #15741
- fix: use a lower backoff duration for trusted or static peers by @mattsse in #15740
- feat: adding cli --rpc.txfeecap flag by @rrrengineer in #15654
- chore: bump version 1.3.10 by @mattsse in #15756
New Contributors
- @Pronoss made their first contribution in #15728
- @Hunter-Plus made their first contribution in #15710
- @SuddenOnset made their first contribution in #15741
- @rrrengineer made their first contribution in #15654
Full Changelog: v1.3.9...v1.3.10