Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Martin Holst Swende
c1d5a012ea
core/state, tests: fix memory leak via fastcache (#28387)
This change fixes a memory leak, when running either state-tests or blockchain-tests, we allocate a `1MB` fastcache during snapshot generation. `fastcache` is a bit special, and requires a `Reset()` (it has it's own memory allocator).
The `1MB` was hidden [here](https://github.com/ethereum/go-ethereum/blob/master/tests/state_test_util.go#L333) and [here](https://github.com/ethereum/go-ethereum/blob/master/tests/block_test_util.go#L146) respectively.
|
1 year ago |
.. |
bot
|
build/bot: create .ssh directory in ppa-build.sh (#24922)
|
3 years ago |
deb/ethereum
|
go.mod, build: upgrade c-kzg-4844 (#27907)
|
1 year ago |
tools
|
accounts, build, mobile: remove Andriod and iOS support
|
2 years ago |
checksums.txt
|
tests: update execution-spec-tests to 1.0.5 (#28337)
|
1 year ago |
ci-notes.md
|
travis, build, internal: use own Go bundle for PPA builds (#20240)
|
5 years ago |
ci.go
|
core/state, tests: fix memory leak via fastcache (#28387)
|
1 year ago |
goimports.sh
|
build: make build/goimports.sh more potable
|
7 years ago |
nsis.envvarupdate.nsh
|
build: fix windows installer build for NSIS v3.05 (#22821)
|
4 years ago |
nsis.geth.nsi
|
build: safe update of PATH on Windows (#3419)
|
8 years ago |
nsis.install.nsh
|
build: fix CLI params for windows LNK files (#21055)
|
5 years ago |
nsis.pathupdate.nsh
|
build: safe update of PATH on Windows (#3419)
|
8 years ago |
nsis.simplefc.dll
|
build: NSIS based Windows installer (#3240)
|
8 years ago |
nsis.simplefc.source.zip
|
build: NSIS based Windows installer (#3240)
|
8 years ago |
nsis.uninstall.nsh
|
build: safe update of PATH on Windows (#3419)
|
8 years ago |
travis_keepalive.sh
|
travis.yml: add race detector job for Swarm (#19148)
|
6 years ago |
update-license.go
|
build: use slices package for sorting (#27486)
|
1 year ago |