OSDN Git Service

replace goleveldb with tendermint db (#1660)
authormuscle_boy <shenao.78@163.com>
Fri, 29 Mar 2019 09:01:29 +0000 (17:01 +0800)
committerPaladz <yzhu101@uottawa.ca>
Fri, 29 Mar 2019 09:01:29 +0000 (17:01 +0800)
commit5f62f8fa8c68f0a4b1c7e07f374b45c404910bb1
treebc1fcd0833c3647454ecb5c4b177531c05210427
parent5ef2040260e9f51dd666658f12f3cab145cb16d5
replace goleveldb with tendermint db (#1660)

* replace goleveldb with tendermint db

* format code

* remove goleveldb

* recover goleveldb

* move db package

* fix ci

* recover .db

* bug fix

* bug fix
55 files changed:
accesstoken/accesstoken.go
accesstoken/accesstoken_test.go
account/accounts.go
account/accounts_test.go
account/utxo_keeper.go
account/utxo_keeper_test.go
api/api_test.go
asset/asset.go
asset/asset_test.go
blockchain/txfeed/txfeed.go
database/cache.go [moved from database/leveldb/cache.go with 98% similarity]
database/cache_test.go [moved from database/leveldb/cache_test.go with 98% similarity]
database/leveldb/LICENSE.md [moved from vendor/github.com/tendermint/tmlibs/db/LICENSE.md with 100% similarity]
database/leveldb/README.md [moved from vendor/github.com/tendermint/tmlibs/db/README.md with 100% similarity]
database/leveldb/db.go [moved from vendor/github.com/tendermint/tmlibs/db/db.go with 98% similarity]
database/leveldb/go_level_db.go [moved from vendor/github.com/tendermint/tmlibs/db/go_level_db.go with 97% similarity]
database/leveldb/go_level_db_test.go [moved from vendor/github.com/tendermint/tmlibs/db/go_level_db_test.go with 100% similarity]
database/leveldb/mem_db.go [moved from vendor/github.com/tendermint/tmlibs/db/mem_db.go with 95% similarity]
database/leveldb/mem_db_test.go [moved from vendor/github.com/tendermint/tmlibs/db/mem_db_test.go with 100% similarity]
database/store.go [moved from database/leveldb/store.go with 99% similarity]
database/store_test.go [moved from database/leveldb/store_test.go with 98% similarity]
database/utxo_view.go [moved from database/leveldb/utxo_view.go with 96% similarity]
database/utxo_view_test.go [moved from database/leveldb/utxo_view_test.go with 98% similarity]
net/http/authn/authn_test.go
node/node.go
p2p/discover/database.go
p2p/discover/database_test.go
p2p/discover/net.go
p2p/discover/udp.go
p2p/switch.go
p2p/switch_test.go
p2p/test_util.go
test/bench_blockchain_test.go
test/block_test.go
test/chain_test_util.go
test/integration/standard_transaction_test.go
test/performance/mining_test.go
test/protocol_test.go
test/protocol_test_util.go
test/tx_test.go
test/tx_test_util.go
test/util.go
test/utxo_view/utxo_view_test.go
test/wallet_test_util.go
vendor/github.com/tendermint/tmlibs/db/c_level_db.go [deleted file]
vendor/github.com/tendermint/tmlibs/db/c_level_db_test.go [deleted file]
wallet/annotated.go
wallet/indexer.go
wallet/recovery.go
wallet/recovery_test.go
wallet/unconfirmed_test.go
wallet/utxo.go
wallet/utxo_test.go
wallet/wallet.go
wallet/wallet_test.go