Skip to content

Stability Release

Compare
Choose a tag to compare
@mandrigin mandrigin released this 06 Aug 08:25
1495979

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