Implement eth_pendingTransactions, bump sdk version (#124)

* Update sdk version, implement pending txs, fix nonce check

* Bump cached dependencies in circleCI

* bump circleci go version

* updated linter and fixed bugs relating to go version 1.13
This commit is contained in:
Austin Abell
2019-10-19 08:23:09 +09:00
committed by GitHub
parent 9802cbc98e
commit 160e82b2ad
11 changed files with 210 additions and 78 deletions
+1
View File
@@ -63,6 +63,7 @@ func init() {
flag.StringVar(&flagCPUProfile, "cpu-profile", "", "write CPU profile")
flag.StringVar(&flagDataDir, "datadir", "", "test data directory for state storage")
flag.StringVar(&flagBlockchain, "blockchain", "blockchain", "ethereum block export file (blocks to import)")
testing.Init()
flag.Parse()
}