OSDN Git Service

Dev (#61)
authorGuanghua Guo <1536310027@qq.com>
Fri, 20 Oct 2017 02:04:04 +0000 (10:04 +0800)
committerGitHub <noreply@github.com>
Fri, 20 Oct 2017 02:04:04 +0000 (10:04 +0800)
commit94fa4ba37f84fddb7c452554fd170fa263bea4ee
treeec75c7ab8d3e3fc67d1b56336b6364fe9b39926f
parentddd0e8b94e39fb6eb1437c7906c53b1ebac70ef9
Dev (#61)

* Specifiy the branches of CI

It's enough to test on master and dev branch. Furthermore, no need to
clone dev branch particularly in script part

* Fix a bug(#46)

* Close(#41)

* Replace the basic log statement with logrus

* Finish the basic log replacement

* Add block process to build accountutxos db  (#53)

* Add block process to build accountutxos db

* Update 544bf9be2752abaa5f1ff58f392ba41fc4126a72

* Update init pin.Store

* Rename some variables

* Update gofmt

* Modify io_test to not support bytom/log && Add logrus in glide.lock

* Replace the basic log in p2p (#60)

* Account bind key && Asset bind key (#59)

* Add bindAccount && bindAsset function in bytomcli

* Add signTransactions in bytomcli
33 files changed:
.travis.yml
blockchain/account/accounts.go
blockchain/account/builder.go
blockchain/account/indexer.go
blockchain/hsm.go
blockchain/pin/pin.go [new file with mode: 0644]
blockchain/query.go
blockchain/reactor.go
blockchain/transact.go
cmd/bytomcli/main.go
cmd/bytomd/commands/init.go
cmd/bytomd/commands/run_node.go
cmd/bytomd/main.go
common/bytes.go
config/config.go
crypto/crypto.go
glide.lock
mining/cpuminer/cpuminer.go
mining/mining.go
net/http/httpjson/io.go
net/http/httpjson/io_test.go
node/node.go
p2p/addrbook.go
p2p/connection.go
p2p/listener.go
p2p/peer.go
p2p/peer_test.go
p2p/pex_reactor.go
p2p/switch.go
protocol/bc/legacy/block.go
protocol/block.go
protocol/protocol.go
version/version.go