This commit is contained in:
mratsim 2018-04-11 17:12:28 +02:00 committed by zah
parent fef28e876a
commit 41ffbc4049
2 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,8 @@ skipDirs = @["tests"]
requires "nim >= 0.18.1",
"https://github.com/cheatfate/nimcrypto#master",
"https://github.com/alehander42/nim-rlp#fix-ordinal", #TODO switching to the Status repo throws: "Error: undeclared identifier: 'Range'"
"https://github.com/status-im/nim-rlp",
"https://github.com/status-im/nim-ranges",
"https://github.com/status-im/nim-ttmath#master"
proc test(name: string, lang = "cpp") =

View File

@ -7,7 +7,8 @@
import
strformat, tables,
../constants, ../errors, ../validation, ../account, ../logging, ../utils_numeric, .. / utils / [padding, bytes, keccak], ttmath, rlp
../constants, ../errors, ../validation, ../account, ../logging, ../utils_numeric, .. / utils / [padding, bytes, keccak],
ttmath, rlp, ranges
type
AccountStateDB* = ref object