OSDN Git Service

bytom/bytom.git
2017-08-17 Coltmerge with master
2017-08-17 Coltadd nonce and bits into the block header
2017-08-17 Guanghua GuoMerge pull request #4 from Bytom/develop
2017-08-17 gguossChanged blockchain to bytom.
2017-08-16 Coltadd gas model in the validation level
2017-08-15 Coltmodify the validation level code for charge gas
2017-08-15 Coltremove the BlockMultisi code from vmutil
2017-08-15 Coltvm is now charge gas
2017-08-11 Guanghua GuoMerge pull request #3 from Bytom/develop
2017-08-11 gguossBuild no error.
2017-08-11 gguossAdded txdb.
2017-08-11 gguossRemoved some about pg data.
2017-08-10 gguossTo compile, annotate a lot of code
2017-08-10 gguossResolve the dependency of the package
2017-08-10 gguossRemoved database
2017-08-09 gguossAdded blockchain.
2017-08-09 gguossAdded accounts to node.
2017-08-08 gguossRemoved some sql from account and added db execute...
2017-08-07 Guanghua GuoMerge pull request #2 from Bytom/develop
2017-08-07 gguossChanged memstore to db store.
2017-08-07 gguossAdded query.
2017-08-07 gguossAdded signers.
2017-08-07 gguossAdded txbuilder
2017-08-04 gguossaccount
2017-08-02 Guanghua GuoMerge pull request #1 from Bytom/develop
2017-08-02 gguossAdded leveldb to store block.
2017-08-01 jeasonadd checkProofOfWork
2017-08-01 jeasoncheckProofOfWork
2017-08-01 jeasonadd pow interface solveblock
2017-07-31 gguossAdded submit to test p2p sync.
2017-07-28 gguossrpc links blockStore.
2017-07-28 gguossDelete vendor directory, remove dependecy.
2017-07-28 jeasonpow
2017-07-28 jeasonpow
2017-07-27 gguossMerge branch 'master' of github.com:Bytom/blockchain
2017-07-27 gguossAdded routes.go
2017-07-27 Guanghua GuoUpdate README.md
2017-07-27 gguossAdded rpc and test ok
2017-07-25 gguossStart Listeners
2017-07-25 gguossAdded rpc module.
2017-07-24 gguossAdded genesis block.
2017-07-24 gguossinstall descriptor.
2017-07-21 gguossAdded memstore to store block. Used to test block sync.
2017-07-20 gguossAdded BlockChain fastSync.
2017-07-19 gguossbcreactor attach store.
2017-07-19 gguossAdded block store to store block and the latest height.
2017-07-18 gguossTest shell with two node.
2017-07-18 gguossAdded 2 node for test.
2017-07-18 gguossAdded block pool .
2017-07-18 gguosschain's log and math library.
2017-07-18 gguossAdded dependency.
2017-07-17 gguossAdded init genesis file.
2017-07-17 gguossFixed blockchain run panic.
2017-07-17 gguossAdded blockchain
2017-07-14 gguossmerge node_p2p and chain.
2017-07-14 gguossinit blockchain cmd.
2017-07-14 gguossAdded blockchain struct.
2017-07-14 Guanghua GuoInitial commit