Bugs Fixed
- Fix memory leak in the reload endpoint: removed validators were not being offloaded from the slashing-protection in-memory cache, and every reload unnecessarily re-registered all validators, causing old-gen heap pressure. Reload now processes only the delta of added/removed keys. PR #1167.
- Fix jdbi parsed-SQL cache growth in
ValidatorsDaoby replacing inlined values and bindList expansions with parameterized array bindings. PR #1170.
Features Added
- Update Teku to 26.4.0 [Fulu upgrade for Gnosis chain]
Downloads
Binaries
| Binary | Checksum |
|---|---|
| web3signer.tar.gz | Checksum |
| web3signer.zip | Checksum |
Docker
docker pull consensys/web3signer:26.4.1-RC1
Full Changelog: 26.4.0...26.4.1-RC1