OSDN Git Service

Mining pool (#403)
[bytom/bytom.git] / protocol / validation /
2018-03-06 Paladzinit version of charge tx size gas (#394)
2018-03-01 Paladzinit version of edit block header (#389)
2018-02-08 Paladzforgot delete old unit test (#373)
2018-02-08 Paladzfix retire issue bug (#372)
2018-01-31 Paladzsuper clean tensority init push (#337)
2018-01-29 PaladzTxpool upgrade (#327)
2018-01-24 Paladzcore upgrade (#310)
2018-01-16 PaladzCoinbase input (#290)
2018-01-15 PaladzNative segwit (#283)
2017-12-28 PaladzEdit genesis (#219)
2017-12-26 PaladzAddress (#213)
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 Liu-Cheng XuAdd is-mining and gas-rate (#124)
2017-11-22 PaladzBvm (#118)
2017-11-13 Guanghua GuoMerge pull request #99 from Bytom/dev
2017-11-13 PaladzBvm (#96)
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 gguossMerge branch 'master' into demo
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 paladzformat the check proof of work enter point
2017-09-22 paladzBTM asset id should be define in the consensus folder
2017-09-22 paladzmove the max tx size and block size to the consensus...
2017-09-22 paladzvalidation should handle the int/uint type convert
2017-09-21 Blockmeta-区块元Merge pull request #2 from Bytom/demo
2017-09-21 Blockmeta-区块元Merge pull request #24 from Blockmeta/master
2017-09-21 zhouyasongmmerge zhouyasong-patch-1 to demo
2017-09-21 paladzmerge with master baby
2017-09-18 Blockmeta-区块元Merge pull request #1 from Bytom/master
2017-09-17 paladzinit version of merger all thr things together
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 Coltinit version of coinbase tx vm verify
2017-08-18 Coltadd the coinbase vm verify logic
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 Coltadd gas rate to the system
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.