Skip to content

Releases: erigontech/erigon

2020.08.02-alpha

13 Aug 08:09
f7deef7
Compare
Choose a tag to compare

Changelog

  • RPC daemon improvements:

    • net_version, eth_coinbase
    • eth_call improvements: #881
    • eth_sendTransaction in the RPC daemon: #882
  • Hashed State (accounts+storage) size reduced from 40Gb to 8Gb: #896

  • new stage: extracting block numbers from headers (for faster lookups and friendlier for HDDs) #862

  • ETL docs

  • geth 1.9.18

  • fixups if sync was interrupted #903

  • numerous fixes related to LMDB

  • fix XDG in docker compose: #883

Stability Release

06 Aug 08:25
1495979
Compare
Choose a tag to compare

Changelog

  • print the size of temp files while syncing

  • drop badgerdb support

  • don't launch memory profiling by default, use --pprof flag for that

  • db migrations and improvements to db structure

  • improvements to restarting interrupted stages

  • fixes for Raspberri PI machines:

    • remove unsupported instructions for ARM

    • make a flag that allows overriding LMDB settings, --lmdb.mapSize. For Raspberry PI, use --lmdb.mapSize=200G

  • documentation for staged sync

  • improved readme

  • experimental support for block compression at stage 3

  • fix issue with temp files being always generated in /tmp directory, regardless of the --datadir flag.

  • jumpdest fix optimization

  • memory leaks fixups

  • support XDG_DATA_DIR on Linux

  • add docker-compose file to run tg together with rpcdaemon to enable json-rpc

  • fix for docker builds failing on some environments

2020.07.01 The First Public Alpha

30 Jul 11:48
fa14c48
Compare
Choose a tag to compare

The very first public version of Turbo-Geth. It is an alpha, so things can change and things can break.

Where to start? README.md