Implement StateDB Checkpoints & Resets system

This commit is contained in:
arnaucube
2020-08-17 11:27:33 +02:00
parent db927ddd24
commit 205db8e4d3
4 changed files with 343 additions and 46 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ require (
github.com/ethereum/go-ethereum v1.9.17
github.com/gobuffalo/packr/v2 v2.8.0
github.com/iden3/go-iden3-crypto v0.0.6-0.20200806115047-327a8175d6eb
github.com/iden3/go-merkletree v0.0.0-20200807083900-f6f82d8375d5
github.com/iden3/go-merkletree v0.0.0-20200815144208-1f1bd54b93ae
github.com/jinzhu/gorm v1.9.15
github.com/jmoiron/sqlx v1.2.0
github.com/lib/pq v1.8.0