Skip to content

2021.06.04-alpha

Compare
Choose a tag to compare
@mandrigin mandrigin released this 17 Jun 17:25
bc2f8bd

LMDB support is removed in this release

If you want to keep using LMDB, you need to keep the old version. We don't have any plans to go back to LMDB now, so we recommend you to migrate and resync using MDBX.

Changelog

  • trace.compat for full (including bugs) compatibility with Open Ethereum for trace_ routines

  • better OE compatibility for trace_call and trace_callMany

  • fixup for potential hang of recovering senders sync stage

  • London testnet support

  • LMDB support removed

  • fix a concurrency crash in header downloading #2175

  • fixes for gas price oracle for EIP-1559 #2173

  • enable eth/65 p2p protocol by default (to be trackable using ethernodes and other services that don't support eth/66 yet)

  • build all Erigon executables on Windows #2163

  • add --maxpeers cli option

  • support ws compression in the RPC daemon

  • saving panic stack traces into a file for further diagnostics

SHA256

reproducible builds in Docker aren't functional at the moment