This is a patch release that fixes a regression on eth_getLogs
introduced in 1.4.1: https://github.com/paradigmxyz/reth/pull/16355
It also includes some additional RPC fixes:
- 7702 Authorizations no longer fail to deserialize if both v
and yParity
fields are provided: https://github.com/alloy-rs/eips/pull/38
- Misc Javascript tracer fixes: https://github.com/paradigmxyz/revm-inspectors/pull/296 https://github.com/paradigmxyz/revm-inspectors/pull/295 https://github.com/paradigmxyz/revm-inspectors/pull/293
Update Priority
This table provides priorities for which classes of users should update particular components.
User Class | Priority |
---|---|
Payload Builders | Medium |
Non-Payload Builders | Medium |
See Update Priorities for more information about this table.
Binaries
See pre-built binaries documentation.
The binaries are signed with the PGP key: 50FB 7CC5 5B2E 8AFA 59FE 03B7 AA5E D56A 7FBF 253E
Reth
System | Architecture | Binary | PGP Signature |
---|---|---|---|
x86_64 | reth-v1.4.3-x86_64-unknown-linux-gnu.tar.gz | PGP Signature | |
aarch64 | reth-v1.4.3-aarch64-unknown-linux-gnu.tar.gz | PGP Signature | |
x86_64 | reth-v1.4.3-x86_64-pc-windows-gnu.tar.gz | PGP Signature | |
x86_64 | reth-v1.4.3-x86_64-apple-darwin.tar.gz | PGP Signature | |
aarch64 | reth-v1.4.3-aarch64-apple-darwin.tar.gz | PGP Signature | |
Docker | paradigmxyz/reth | - |
OP-Reth
System | Architecture | Binary | PGP Signature |
---|---|---|---|
x86_64 | op-reth-v1.4.3-x86_64-unknown-linux-gnu.tar.gz | PGP Signature | |
aarch64 | op-reth-v1.4.3-aarch64-unknown-linux-gnu.tar.gz | PGP Signature | |
x86_64 | op-reth-v1.4.3-x86_64-pc-windows-gnu.tar.gz | PGP Signature | |
x86_64 | op-reth-v1.4.3-x86_64-apple-darwin.tar.gz | PGP Signature | |
aarch64 | op-reth-v1.4.3-aarch64-apple-darwin.tar.gz | PGP Signature | |
Docker | paradigmxyz/op-reth | - |
What's Changed
- ci: do not dry run by default in
release.yml
by @shekhirin in https://github.com/paradigmxyz/reth/pull/16358 - chore: Add configuration option to enable/disable HTTP response compression by @ByteYue in https://github.com/paradigmxyz/reth/pull/16348
- ci: check
dry_run
againsttrue
in release workflow by @shekhirin in https://github.com/paradigmxyz/reth/pull/16360 - chore: bump version 1.4.3 by @mattsse in https://github.com/paradigmxyz/reth/pull/16359
New Contributors
- @ByteYue made their first contribution in https://github.com/paradigmxyz/reth/pull/16348
Full Changelog: https://github.com/paradigmxyz/reth/compare/v1.4.2...v1.4.3