diff options
author | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-10 00:06:39 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-10 00:06:39 +0800 |
commit | 98f4c936f25de27dbc90f36f2c1ffd1f23b114e9 (patch) | |
tree | 07f8b038c7421e1a9af0fd54e7b78e0002c4591e /tests/init.go | |
parent | 423c2f499c2350ae54d02a3151686ebd39fc8c94 (diff) | |
parent | 344277d026001d8e114ebfad92f1c385dcd3d3da (diff) | |
download | go-tangerine-98f4c936f25de27dbc90f36f2c1ffd1f23b114e9.tar go-tangerine-98f4c936f25de27dbc90f36f2c1ffd1f23b114e9.tar.gz go-tangerine-98f4c936f25de27dbc90f36f2c1ffd1f23b114e9.tar.bz2 go-tangerine-98f4c936f25de27dbc90f36f2c1ffd1f23b114e9.tar.lz go-tangerine-98f4c936f25de27dbc90f36f2c1ffd1f23b114e9.tar.xz go-tangerine-98f4c936f25de27dbc90f36f2c1ffd1f23b114e9.tar.zst go-tangerine-98f4c936f25de27dbc90f36f2c1ffd1f23b114e9.zip |
Merge branch 'release/0.9.38'v0.9.38
Diffstat (limited to 'tests/init.go')
-rw-r--r-- | tests/init.go | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/init.go b/tests/init.go index 94178af5f..f149c11f1 100644 --- a/tests/init.go +++ b/tests/init.go @@ -37,11 +37,6 @@ var ( vmTestDir = filepath.Join(baseDir, "VMTests") BlockSkipTests = []string{ - // Fails in InsertPreState with: computed state root does not - // match genesis block bba25a96 0d8f85c8 Christoph said it will be - // fixed eventually - "SimpleTx3", - // These tests are not valid, as they are out of scope for RLP and // the consensus protocol. "BLOCK__RandomByteAtTheEnd", @@ -50,7 +45,7 @@ var ( "TRANSCT__ZeroByteAtTheEnd", } - /* Go does not support transaction (account) nonces above 2^64. This + /* Go client does not support transaction (account) nonces above 2^64. This technically breaks consensus but is regarded as "reasonable engineering constraint" as accounts cannot easily reach such high nonce values in practice |