Merge pull request #448 from status-im/nim1.0.6

Nim1.0.6
This commit is contained in:
andri lim 2020-02-06 10:01:55 +07:00 committed by GitHub
commit 9f59887fe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
newBlockchainTests
newBlockChainTests
===
## bcBlockGasLimitTest
```diff
@ -398,7 +398,7 @@ OK: 20/20 Fail: 0/20 Skip: 0/20
+ walletReorganizeOwners.json OK
```
OK: 5/5 Fail: 0/5 Skip: 0/5
## newBlockchainTests
## newBlockChainTests
```diff
+ randomStatetest391.json OK
```

View File

@ -679,7 +679,7 @@ proc blockchainJsonMain*(debugMode = false) =
suite "block chain json tests":
jsonTest("BlockchainTests", testFixture, skipBCTests)
suite "new block chain json tests":
jsonTest("newBlockchainTests", testFixture, skipNewBCTests)
jsonTest("newBlockChainTests", testFixture, skipNewBCTests)
else:
# execute single test in debug mode
let config = getConfiguration()

View File

@ -41,7 +41,7 @@ proc stackMain*() =
# in other file.
when not(defined(windows) and
defined(cpu64) and
(NimMajor, NimMinor, NimPatch) == (1, 0, 4)):
(NimMajor, NimMinor, NimPatch) >= (1, 0, 4)):
testFailPush("yzyzyzyzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz".toBytes)
test "push does not allow stack to exceed 1024":

@ -1 +1 @@
Subproject commit 6cfabf7820834cb99bd30fc664d3ab91eb0493bf
Subproject commit 2a70c4f152ee849db1ededa92c1d80f7102dd718