This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
Releases: tokencard/ethertest
Releases · tokencard/ethertest
GETH 1.9.12
Expose blockchain in the test backend
v0.8.2 expose blockchain on the test backend (#29)
Exports account's priv key
Merge pull request #28 from tokencard/exportPrivKey Export account's priv key
GETH 1.9.2
Moved to geth 1.9.2 (#27) * Moved to geth 1.9.2 * bump up build version
bounds check for sourcemaps
v0.7.9 quick fix for going beyond sourcemap length with solc 0.5
silent mode
setting env SILENT_MODE to true
, yes
or 1
will suppress code coverage assertions and printing gas usage
Reverted memory leak fix and fixed it in another way
v0.7.7 fixed the memory leak - the easy way! (#24)
Fixed memory leak
Geth 1.8.21 introduced a bigcache memory leak for the simulated backend - this release adds Close() method to the Backend, that will clean up the memory allocated by cache.
use geth 1.8.21
Merge pull request #22 from tokencard/sha3 Replace go-ethereum sha3 library with google one
Properly fixed tracing and coverage over multiple files
v0.7.0 fix tracing and code coverage of contracts in different files (#21)