aboutsummaryrefslogtreecommitdiffstats
path: root/core/application.go
diff options
context:
space:
mode:
authorMission Liao <mission.liao@dexon.org>2018-07-31 18:46:24 +0800
committerGitHub <noreply@github.com>2018-07-31 18:46:24 +0800
commit3778e956013cad171cd5954686831e2598de3045 (patch)
treef1d38286fc55dbf20def9a49a67449961ce89b44 /core/application.go
parentc9cf5953512e4503f4781d6a441404ff9dfe5660 (diff)
downloadtangerine-consensus-3778e956013cad171cd5954686831e2598de3045.tar
tangerine-consensus-3778e956013cad171cd5954686831e2598de3045.tar.gz
tangerine-consensus-3778e956013cad171cd5954686831e2598de3045.tar.bz2
tangerine-consensus-3778e956013cad171cd5954686831e2598de3045.tar.lz
tangerine-consensus-3778e956013cad171cd5954686831e2598de3045.tar.xz
tangerine-consensus-3778e956013cad171cd5954686831e2598de3045.tar.zst
tangerine-consensus-3778e956013cad171cd5954686831e2598de3045.zip
blockdb: allow to dump blocks to json-encoded file
- Allow to dump blockdb to a json file - Compared to leveldb, a json file is easier to trace. - Add interfaces block database: - Close would be required by database that needs cleanup. - BlockIterator is required when we need to access 'all' blocks, adding a new method 'GetAll' as the constructor for iterators. - Remove GetByValidatorAndHeight from blockdb.Reader - This function is not used anywhere, to make interface minimum, remove it. - Fix typo: backend -> backed
Diffstat (limited to 'core/application.go')
0 files changed, 0 insertions, 0 deletions