OSDN Git Service

update master (#487)
[bytom/bytom.git] / protocol / validation / validation_test.go
2018-03-26 Yongfeng LIupdate master (#487)
2018-02-09 Guanghua GuoMerge pull request #375 from Bytom/dev
2018-02-08 Paladzforgot delete old unit test (#373)
2018-02-01 Guanghua GuoMerge pull request #341 from Bytom/dev
2018-01-31 Paladzsuper clean tensority init push (#337)
2018-01-24 Paladzcore upgrade (#310)
2018-01-22 Guanghua GuoMerge pull request #309 from Bytom/dev
2018-01-16 PaladzCoinbase input (#290)
2018-01-03 Guanghua GuoMerge pull request #236 from Bytom/dev
2017-12-28 PaladzEdit genesis (#219)
2017-11-29 Guanghua GuoDev (#148)
2017-11-28 PaladzBvm (#138)
2017-11-27 Guanghua GuoMerge pull request #132 from Bytom/dev
2017-11-23 oyshengmodify about GasRate (#128)
2017-11-22 PaladzBvm (#118)
2017-11-06 Guanghua GuoMerge pull request #89 from Bytom/dev v0.1.4
2017-11-06 Chengcheng ZhangMerge branch 'dev' of git://github.com/Bytom/bytom
2017-11-02 Chengcheng ZhangMerge branch 'master' of https://github.com/Bytom/bytom...
2017-10-31 Blockmeta-区块元Merge branch 'dev' into wallet
2017-10-31 gguossMerge branch 'dev' of https://github.com/Bytom/bytom...
2017-10-31 paladzset the init block bits
2017-10-31 paladzmerge with dev
2017-10-29 paladzmerge with the dev
2017-10-25 paladzfix a dead lock bug
2017-09-26 gguossfix conflicts
2017-09-26 gguossMerge branch 'demo'
2017-09-24 Guanghua GuoMerge branch 'demo' into demo
2017-09-23 icodezjbstore RawDefinition1 instead of rawDefinition in struct...
2017-09-23 paladzfix wrong import issue
2017-09-22 Blockmeta-区块元Merge branch 'master' into demo
2017-09-22 gguossMerge branch 'demo' of https://github.com/Bytom/bytom...
2017-09-22 Blockmeta-区块元Merge pull request #27 from Blockmeta/master
2017-09-22 paladzMerge branch 'demo' of https://github.com/Bytom/blockch...
2017-09-22 paladzMerge branch 'bvm' into demo
2017-09-22 paladzBTM asset id should be define in the consensus folder
2017-09-18 Blockmeta-区块元Merge pull request #1 from Bytom/master
2017-09-08 icodezjbMerge pull request #1 from Bytom/master
2017-09-07 rootadd query API
2017-09-07 ColtMerge branch 'consensus' into bvm
2017-09-07 gguossMerge branch 'master' into develop
2017-09-06 ColtMerge branch 'master' into bvm
2017-09-05 Coltmerge bvm branch with master
2017-09-04 Colttmp save for branch merge
2017-08-29 Coltlimit the block size and transaction size
2017-08-29 Coltadd BlockSubsidy function
2017-08-28 Coltvalidation part unit test
2017-08-25 Coltupdate for the validation level test
2017-08-18 Coltclean the entry's data structure
2017-08-18 Coltremove the timerange check
2017-08-18 Coltadd block pointer to verify tx
2017-08-17 Coltlimit the max gas fee per transaction
2017-08-17 gguossMerge branch 'master' into develop
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-07-14 gguossmerge node_p2p and chain.
2017-07-14 gguossAdded blockchain struct.