• R/O
  • HTTP
  • SSH
  • HTTPS

vapor: 提交列表

Golang implemented sidechain for Bytom


v0.1_vote_list_transaction
RSS
Rev. 时间 作者
e282f43 v0.1_vote_list_transaction 2019-06-03 16:09:52 mars

modify list transaction

586a9e3 2019-06-03 14:51:24 Paladz


Edit consensus (#116)

* move the config file

* edit the mining block time

ab24586 2019-06-03 11:56:05 muscle_boy

fix timestamp (#115)

93dd7ce 2019-06-03 11:45:54 yahtoo

Add mempool sync test (#114)

e0bb6e8 2019-06-03 10:46:56 Paladz


Fix mining (#113)

* delete the unused stuff

* edit the mining part

* fix small bug

f306f89 2019-06-02 23:15:12 muscle_boy

fix sign block (#112)

* fix sign block

* rename

59473f6 2019-06-01 17:44:39 HAOYUatHZ

fix: fix api port (#108)

0f70565 2019-06-01 17:41:10 wz

add min vote num (#110)

4ec54a2 2019-06-01 17:13:42 muscle_boy

临时排坑 (#111)

3133199 2019-06-01 15:36:24 Paladz


little edit (#107)

43ab814 2019-06-01 15:27:24 muscle_boy

Fix vote (#106)

* fix vote

* fix vote

7b2bd19 2019-06-01 15:22:01 wz

add coinbase staking (#105)

* add coinbase staking

* fix

* fix

* fix test

* fix ci

* fix ci

* fix review

* fix ci

c79cd2e 2019-05-31 16:16:25 muscle_boy

Accumulate vote (#104)

* accumulate vote

* bug fix

* fix ci

3605a69 2019-05-31 15:39:12 muscle_boy

accumulate vote (#103)

66c756f 2019-05-31 14:53:01 wz

add time limit for votetx (#102)

* add time limit for votetx

* fix

07a5ac4 2019-05-31 12:16:25 oysheng

fix dpos nodes less than config number (#101)

* fix dpos nodes less than config number

* optimise

* fix

837f435 2019-05-31 11:59:46 yahtoo

Modify BlockSignatureMsg pubkey length (#100)

e7c3686 2019-05-31 11:40:28 muscle_boy

fix next leader time (#98)

* fix next leader time

* launch

* fix verify block signature

b9175a5 2019-05-30 16:36:31 Paladz


add init consensus node as fed node (#97)

* add init consensus node as fed node

* add node private key

* logic work

* edit for code review

* edit for code review

* fix in the real case

* fix for run

f7e2219 2019-05-29 19:24:08 muscle_boy

fix dpos (#96)

* fix dpos

* modify func name

6f7fe6f 2019-05-29 19:16:17 HAOYUatHZ

feat: add build crosschain input (#91)

* wip: init DecodeCrossOutAction

* refactor: move DecodeCrossInAction to AccountMgr

* fix: fix account/builder.go

* fix: fix asset in crossInAction.Build

* update source in crossInAction.Build

* refactor: clean up

* fix: fix sourceID in crossInAction.Build

* init

* feat: serializeAssetDef & checkValidJSON

* fix

* refactor: add asset.Registry into accountManager

* wip: add asset definition comparison

* feat: cheack asset definition mismatch

* wip

* fix: add

* refactor: add lines

* wup

* revert

* clean

* revert

* merge

* wip

* revert

* clean

* fix

* fix

* clean

* fix

* clean

* fix MustDecodeHash

* fix

* clean up

* init saveExternalAssetDefinition

* fix

* fk

* update

* wip

* update

* draft

* update

* draft

* check replay

* clean

* init

* wwww

* draft conseus fed

* clean

* merfe

* clean

* clean

* clean

* fix https://github.com/Bytom/vapor/pull/77#discussion_r286745872

* fix https://github.com/Bytom/vapor/pull/77#discussion_r286742937

* fix https://github.com/Bytom/vapor/pull/77#discussion_r286744128

* fix https://github.com/Bytom/vapor/pull/77#discussion_r286744426

* fix https://github.com/Bytom/vapor/pull/77#discussion_r286744843

* fix https://github.com/Bytom/vapor/pull/77/files#r286744635 & https://github.com/Bytom/vapor/pull/77#discussion_r286744048 & https://github.com/Bytom/vapor/pull/77#discussion_r286743987

* fix https://github.com/Bytom/vapor/pull/77#discussion_r286744322

* minor

* update

* update

* minor

* format code

* fix

* use genesis config

* update

* update

* clean

* utxo database

* utxo database test

* aha

* wip

* wip

* wip

* claimed

* ???

* init

* foix

* dododod

* fk

* add mainchainOutputIDs

* roll back

* dododo

* update

* revert

* fix

* fix

* fk

* dd

* clean

* roll back

* fix detach

* clean up

* fix https://github.com/Bytom/vapor/pull/91#discussion_r287974764

* fix https://github.com/Bytom/vapor/pull/91#discussion_r287975636

* fix https://github.com/Bytom/vapor/pull/91#discussion_r287976043

* rm path

* fix https://github.com/Bytom/vapor/pull/91#discussion_r287974969

* use type for utxo

* uint32

* add iota

* fix https://github.com/Bytom/vapor/pull/91#discussion_r287980844

* modify build

* modify utxo type

* fix

* fix

5d1c966 2019-05-29 18:49:10 yahtoo

Fix block fetcher block insert bug (#95)

ba520cc 2019-05-29 18:26:48 muscle_boy

fix vote result (#94)

* fix vote result

* bug fix

* bug fix

* opt code'

* opt code

* bug fix

* bug fix

03ddcdd 2019-05-29 16:27:09 wz

V0.1 cross chain input prog (#93)

* add federation contract prog

* modify

* delete code

* add validate federation prog for crossinput

* fix

* fix

* fix

c071c7f 2019-05-28 22:39:07 yahtoo

Add consensus messages transfer (#90)

* Add consensus messages transfer

* Abstract broadcast message processing

* opz code format

2d27cad 2019-05-28 14:52:35 muscle_boy

modify miner block to propose block (#92)

* modify miner block to propose block

* modify miner block to propose block

67afe60 2019-05-28 01:18:10 wz

V0.1 federation parse (#89)

* add init federation

* add init

* add load federation info

* add test

7e01ede 2019-05-27 16:30:22 yahtoo

Format netsync module code directory (#88)

85d69b6 2019-05-23 18:07:27 wz

store federation (#83)

* store federation

* fix test

* fix unit

* add deal err

* fix review

04e9930 2019-05-23 18:01:05 muscle_boy

dispatch signature when proccess block (#85)

* dispatch signature when proccess block

* remove unuse code

* remove unuse code

* add event dispatcher to bbft

Show on old repository browser