This is a patch release that fixes a regression on eth_getLogs
introduced in 1.4.1: #16355
It also includes some additional RPC fixes:
- 7702 Authorizations no longer fail to deserialize if both
v
andyParity
fields are provided: alloy-rs/eips#38 - Misc Javascript tracer fixes: paradigmxyz/revm-inspectors#296 paradigmxyz/revm-inspectors#295 paradigmxyz/revm-inspectors#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 #16358 - chore: Add configuration option to enable/disable HTTP response compression by @ByteYue in #16348
- ci: check
dry_run
againsttrue
in release workflow by @shekhirin in #16360 - chore: bump version 1.4.3 by @mattsse in #16359
New Contributors
Full Changelog: v1.4.2...v1.4.3