Skip to content

21.10.1

Compare
Choose a tag to compare
@macfarla macfarla released this 09 Nov 02:43
· 485 commits to main since this release
8a6fbc7

Changelog

21.10.1

Additions and Improvements

  • Add CLI autocomplete scripts. #2854
  • Added support for PKCS11 keystore on PKI Block Creation. #2865
  • Optimize EVM Memory for MLOAD Operations #2917
  • Upgrade CircleCI OpenJDK docker image to version 11.0.12. #2928
  • Update JDK 11 to latest version in Besu Docker images. #2925
  • Add Sepolia proof-of-work testnet configurations #2920
  • Allow block period to be configured for IBFT2 and QBFT using transitions #2902
  • Add support for binary messages (0x02) for websocket. #2980

Bug Fixes

  • Do not change the sender balance, but set gas fee to zero, when simulating a transaction without enforcing balance checks. #2454
  • Ensure genesis block has the default base fee if london is at block 0 #2920
  • Fixes the exit condition for loading a BonsaiPersistedWorldState for a sibling block of the last one persisted #2967

Early Access Features

  • Enable plugins to expose custom JSON-RPC / WebSocket methods #1317