OSDN Git Service

Merge branch 'dev' into backup
[bytom/bytom.git] / protocol /
2018-04-18 lbqdsMerge branch 'dev' into skip-solve-in-tests
2018-04-17 PaladzMerge pull request #681 from Bytom/fix-tx-feed
2018-04-17 PaladzMerge pull request #680 from Bytom/fix-print-json-inval...
2018-04-17 PaladzMerge pull request #675 from Bytom/p2p_test
2018-04-17 PaladzMerge pull request #668 from Bytom/dev-gas
2018-04-17 lbqdsMerge branch 'dev' into fix-tx-feed
2018-04-17 oyshengMerge branch 'dev' into dev-gas
2018-04-17 oyshengoptimise
2018-04-17 yahtooMerge branch 'dev' into p2p_test
2018-04-17 PaladzMerge pull request #657 from Bytom/coinbase-tx-test
2018-04-17 PaladzMerge pull request #635 from Bytom/unit_test
2018-04-17 oyshengadd lock for func GetTxPool
2018-04-17 paladzfix for code review
2018-04-16 oyshengadd api get-txpool
2018-04-16 PaladzMerge pull request #636 from Bytom/fix-bytomcli-bugs
2018-04-14 haoyuAThzmerge
2018-04-13 paladzadd unit test for block header
2018-04-13 PaladzMerge pull request #629 from Bytom/unit_test
2018-04-13 paladzrename the variable
2018-04-13 paladzadd unit test for calcReorganizeNodes
2018-04-12 Paladzfix bug for err tx should not goes into txpool (#605)
2018-04-12 WangYifuFunctional tests (#543)
2018-04-11 PaladzFrozen vm (#577)
2018-04-09 PaladzFrozen bc (#552)
2018-04-09 HAOYUatHZchmod -x for source files (#557)
2018-04-08 WangYifufix get reorganize blocks stuck (#549)
2018-04-08 Yongfeng LIRemove unused code (#548)
2018-04-08 Paladzadd logs for debug (#545)
2018-04-08 PaladzBlock node (#541)
2018-04-07 yahtooOptimize p2p transfer business layer logic (#501)
2018-04-06 PaladzStatic types (#529)
2018-04-03 Yongfeng LIfix style with goimports except p2p directory (#520)
2018-03-31 Paladzedit api for get-work and submit work (#507)
2018-03-30 Paladzinit push for tx status hash use merkle tree (#499)
2018-03-27 Paladzinit push for verify seed (#488)
2018-03-26 Yongfeng LIremove error check of GetBlockByHash in SaveBlock ...
2018-03-26 Yongfeng LIfix build failure (#484)
2018-03-26 Yongfeng LIimprove some code (#482)
2018-03-26 PaladzBlock min time (#481)
2018-03-24 Paladzmodify the folder struct (#476)
2018-03-22 Paladzadd timerange to txbuilder (#461)
2018-03-22 WangYifumake test build failed (#457)
2018-03-21 Paladzinit push for add newBlockCh for p2p (#443)
2018-03-17 Blockmeta-区块元Repalce tp with mp (#434)
2018-03-16 Yongfeng LIRename legacy (#433)
2018-03-16 Yongfeng LIremove InitialBlockHash in Asset (#431)
2018-03-15 Yongfeng LIremove RefDataHash in SpendCommitment and UTXO (#428)
2018-03-14 Yongfeng LIRemove reference data in TxInput & TxOutput (#420)
2018-03-13 PaladzHash static len (#422)
2018-03-13 oyshengadjust format for golint (#419)
2018-03-13 Paladzfix import issue (#417)
2018-03-13 Yongfeng LIRemove transaction reference data (#416)
2018-03-13 PaladzSeed (#415)
2018-03-10 Paladzrename the file from mempool.go -> txpool.go (#411)
2018-03-10 PaladzGetwork (#410)
2018-03-09 yahtooAdd p2p network manager function (#397)
2018-03-08 PaladzMining pool (#403)
2018-03-06 Paladzinit version of charge tx size gas (#394)
2018-03-01 Paladzinit version of edit block header (#389)
2018-02-27 Paladzp2sh use RawWitnessKeys (#386)
2018-02-08 Paladzadd comment (#374)
2018-02-08 Paladzforgot delete old unit test (#373)
2018-02-08 Paladzfix retire issue bug (#372)
2018-02-07 Guanghua GuoChange blockheader support json encode/decode (#367)
2018-02-06 Paladzfix apply tx to handle the retire (#366)
2018-01-31 Paladzsuper clean tensority init push (#337)
2018-01-29 PaladzTxpool upgrade (#327)
2018-01-24 Paladzcore upgrade (#310)
2018-01-18 Paladzstand tx is eveywhere (#298)
2018-01-16 PaladzCoinbase input (#290)
2018-01-16 Liu-Cheng XuRename spend to spent (#287)
2018-01-15 PaladzNative segwit (#283)
2018-01-03 Paladzinit push for pay-to-script-hash (#235)
2017-12-28 PaladzEdit genesis (#219)
2017-12-27 Paladzedit for golint (#216)
2017-12-26 PaladzAddress (#213)
2017-12-18 PaladzUtxo storage (#196)
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-20 Guanghua GuoMerge pull request #112 from Bytom/dev
2017-11-17 icodezjbRefactor accountutxos DB rollback when orphan block...
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-03 gguossFix chain's height is 0
2017-11-02 Blockmeta-区块元Merge remote-tracking branch 'origin/dev' into wallet
2017-11-02 Paladzchain.state using block.height instead of height (#82)
2017-11-02 Guanghua GuoAdd rpc interface: get-current-block-hash (#80)
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 Guanghua GuoMerge pull request #75 from Bytom/dev v0.1.3
2017-10-31 paladzmerge with dev
2017-10-30 paladzfix bug for net level change
next