OSDN Git Service

modify the folder struct (#476)
authorPaladz <yzhu101@uottawa.ca>
Sat, 24 Mar 2018 06:37:48 +0000 (14:37 +0800)
committerGitHub <noreply@github.com>
Sat, 24 Mar 2018 06:37:48 +0000 (14:37 +0800)
commitdfedac499692d2f79f6938df4111ff75e8063334
treef79a3540bdf5a25540a6efe4d75a3f704bbc293c
parentb1da0f6a0380483b45d7ae8a9d992d0b081f3ff3
modify the folder struct (#476)
21 files changed:
account/accounts_test.go
account/reserve_test.go
asset/asset_test.go
database/leveldb/cache.go [moved from blockchain/txdb/cache.go with 98% similarity]
database/leveldb/mainchain.go [moved from blockchain/txdb/mainchain.go with 97% similarity]
database/leveldb/mainchain_test.go [moved from blockchain/txdb/mainchain_test.go with 98% similarity]
database/leveldb/store.go [moved from blockchain/txdb/store.go with 89% similarity]
database/leveldb/utxo_view.go [moved from blockchain/txdb/utxo_view.go with 96% similarity]
database/leveldb/utxo_view_test.go [moved from blockchain/txdb/utxo_view_test.go with 98% similarity]
database/storage/storage.pb.go [moved from blockchain/txdb/storage/storage.pb.go with 100% similarity]
database/storage/storage.proto [moved from blockchain/txdb/storage/storage.proto with 100% similarity]
database/storage/utxo_entry.go [moved from blockchain/txdb/storage/utxo_entry.go with 100% similarity]
database/store.go [new file with mode: 0644]
node/node.go
protocol/protocol.go
protocol/state/utxo_view.go
protocol/state/utxo_view_test.go
protocol/txpool.go
protocol/validation/validation.go
test/util.go
wallet/wallet_test.go