OSDN Git Service

move DB interface to dbutils
authorChengcheng Zhang <943420582@qq.com>
Wed, 19 Jun 2019 11:29:14 +0000 (19:29 +0800)
committerChengcheng Zhang <943420582@qq.com>
Wed, 19 Jun 2019 11:29:14 +0000 (19:29 +0800)
commita072d52d767a3eaa08f0409c75e0a9ca68a839ad
treef4126a9e310e113df9e1b6a2cf981ba0121ca0cd
parent1ec30c05550dfbd29a69dc212115304aa0e864fb
move DB interface to dbutils
23 files changed:
accesstoken/accesstoken.go
account/accounts.go
account/utxo_keeper.go
asset/asset.go
database/dbutils/db_interface.go [new file with mode: 0644]
database/leveldb/db.go
database/leveldb/go_level_db.go
database/leveldb/mem_db.go
database/store.go
database/utxo_view.go
p2p/discover/dht/database.go
p2p/security/blacklist.go
p2p/test_util.go
test/bench_blockchain_test.go
test/chain_test_util.go
test/tx_test_util.go
test/util.go
wallet/annotated.go
wallet/indexer.go
wallet/recovery.go
wallet/utxo.go
wallet/wallet.go
wallet/wallet_test.go