Releases: erigontech/erigon
2020.08.02-alpha
Changelog
-
RPC daemon improvements:
-
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
-
geth 1.9.18
-
fixups if sync was interrupted #903
-
numerous fixes related to LMDB
-
fix XDG in docker compose: #883
Stability Release
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 withrpcdaemon
to enable json-rpc -
fix for docker builds failing on some environments
2020.07.01 The First Public Alpha
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