Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Releases: tokencard/ethertest

GETH 1.9.12

09 Apr 13:32
8405740
Compare
Choose a tag to compare

Bumped up dependency to GETH 1.9.12, updated tests to check interoperability with solidity 0.6.x compilers

Expose blockchain in the test backend

07 Nov 11:31
c16f39d
Compare
Choose a tag to compare
v0.8.2

expose blockchain on the test backend (#29)

Exports account's priv key

18 Sep 11:18
5e3fb52
Compare
Choose a tag to compare
Merge pull request #28 from tokencard/exportPrivKey

Export account's priv key

GETH 1.9.2

20 Aug 10:26
f62c812
Compare
Choose a tag to compare
Moved to geth 1.9.2 (#27)

* Moved to geth 1.9.2

* bump up build version

bounds check for sourcemaps

15 Jul 10:14
Compare
Choose a tag to compare
v0.7.9

quick fix for going beyond sourcemap length with solc 0.5

silent mode

09 Jul 15:28
07edbce
Compare
Choose a tag to compare

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

29 Jan 13:19
c55f948
Compare
Choose a tag to compare
v0.7.7

fixed the memory leak - the easy way! (#24)

Fixed memory leak

29 Jan 11:25
599c8c7
Compare
Choose a tag to compare

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

21 Jan 16:29
e513b47
Compare
Choose a tag to compare
Merge pull request #22 from tokencard/sha3

Replace go-ethereum sha3 library with google one

Properly fixed tracing and coverage over multiple files

11 Dec 16:57
9c89afe
Compare
Choose a tag to compare
v0.7.0

fix tracing and code coverage of contracts in different files (#21)