aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/dexon-foundation
Commit message (Collapse)AuthorAgeFilesLines
* vendor: sync to latest coreJimmy Hu2019-04-193-53/+51
|
* vendor: sync to latest coreJimmy Hu2019-04-153-30/+63
|
* core: implement DKG success (#362)Jimmy Hu2019-04-1510-13/+121
| | | | | | | | * vendor: sync to latest core * core: implmenet dkg success * cmd: govtool: add DKGSuccess
* vendor: sync to latest coreJimmy Hu2019-04-131-0/+10
|
* build: disable static built by default (#359)Wei-Ning Huang2019-04-121-1/+1
|
* dex: implement bad peer detect and disconnect mechanism (#360)Wei-Ning Huang2019-04-1212-70/+178
|
* vendor: use BLS-12_384 curve and update dependencies (#356)Wei-Ning Huang2019-04-11167-1238/+24719
|
* core: add reset to dkg private key db (#355)Jimmy Hu2019-04-114-35/+42
| | | | | * vendor: sync to latest core * core: dkg private key db
* vendor: sync to latest coreJimmy Hu2019-04-101-20/+42
|
* dex: remove time alignment when force sync (#349)Jimmy Hu2019-04-092-4/+17
| | | | | | * vendor: sync to latest core * dex: remove time alignment when force sync
* vendor: sync to latest coreJimmy Hu2019-04-091-5/+17
|
* vendor: sync to latest coreJimmy Hu2019-04-095-10/+35
|
* vendor: sync to latest coreJimmy Hu2019-04-094-6/+21
|
* vendor: sync to latest coreJimmy Hu2019-04-092-10/+22
|
* vendor: sync to latest coreWei-Ning Huang2019-04-094-23/+53
|
* vendor: sync to latest coreWei-Ning Huang2019-04-092-6/+53
|
* vendor: sync to latest coreJimmy Hu2019-04-0911-188/+243
|
* dexcon: correctly fine DKGSet for not producing blocks (#325)Wei-Ning Huang2019-04-091-3/+4
|
* vendor: sync to latest core (#320)Jimmy Hu2019-04-0915-285/+197
| | | | | | | | * vendor: sync to latest core * dex, core: fix conflict x
* vendor: sync to latest coreJimmy Hu2019-04-094-58/+98
|
* vendor: sync to latest coreJimmy Hu2019-04-095-11/+39
|
* core: merge notarySet and DKGSet (#265)Jimmy Hu2019-04-0918-512/+761
| | | | | | | | * vendor: sync to latest core * core: merge notarySet and dkgSet * dex: optimize network traffic for finalized block
* vendor: sync to latest core (#300)Jimmy Hu2019-04-0910-214/+199
|
* vendor: sync to latest core (#295)Wei-Ning Huang2019-04-094-94/+151
|
* core/vm: remove round from addDKG functions (#279)Jimmy Hu2019-04-0914-192/+901
| | | | | | | | * vendor: sync to latest core * core/vm: remove addDKG functions * core: fix conflict
* core: check reset of dkg types when adding (#268)Jimmy Hu2019-04-096-31/+156
| | | | | | * vendor: sync to latest core * core: check dkg reset
* dex: implement recovery mechanism (#258)Wei-Ning Huang2019-04-099-383/+658
| | | | | | | | | * dex: implement recovery mechanism The DEXON recovery protocol allows us to use the Ethereum blockchain as a fallback consensus chain to coordinate recovery. * fix
* vendor: sync to latest core (#253)Jimmy Hu2019-04-0912-111/+648
|
* vendor: sync to latest core and fix conflictJimmy Hu2019-04-099-185/+250
|
* vendor: sync to latest core (#237)Jimmy Hu2019-04-095-13/+75
|
* vendor: sync to latest core (#231)Jimmy Hu2019-04-093-5/+30
|
* vendor: sync to latest core (#225)Jimmy Hu2019-04-092-51/+11
|
* core: sync to latest core (#214)Jimmy Hu2019-04-0919-485/+405
| | | | | * vendor: sync to latest core * fix for single chain
* core: Remove K, Phi and NumChains from Governance (#198)Jimmy Hu2019-04-0925-4224/+1137
| | | | | | * change default sync_core.sh * vendor: sync to latest core * core: Remove K, Phi and NumChain
* vendor, param: sync to latest core and update dmoment (#182)Jimmy Hu2019-04-091-3/+7
| | | | | | * vendor: sync to latest core * params: update dmoment
* vendor, param: sync to latest core and update testnet config (#178)Jimmy Hu2019-04-091-0/+1
| | | | | * param: update testnet config * vendor: sync to latest core
* params: update testnet config (#177)Jimmy Hu2019-04-093-72/+140
| | | | | * vendor:sync to latest core * params: Update config for testnet
* consensus: dexcon: snapshot round height when finalizing block (#170)Wei-Ning Huang2019-04-099-120/+301
| | | | Instead of having BP to send a tx to register the round height, just modify the state when finalizing block.
* params: Update testnet dmomentJimmy Hu2019-04-091-1/+1
|
* params: Update testnet config (#167)Jimmy Hu2019-04-0911-50/+93
| | | | | | | | * vendor: sync to latest core * param: update testnet config * params: update dmoment
* core: sync to latest core (#158)Jimmy Hu2019-04-094-20/+36
| | | | | | * vendor: sync to latest core * param: Update config * core: update genesis alloc
* vendor: sync to latest core (#154)Jimmy Hu2019-04-0918-318/+864
| | | | | | * vendor: sync to latest core with BA3.0 * params: Update dmoment
* travis-ci: fix gcp-linux build (#131)Wei-Ning Huang2019-04-091-3/+0
|
* vendor: sync to latest core (#129)Wei-Ning Huang2019-04-0911-64/+47
|
* vendor: update bls package (#127)Meng-Ying Yang2019-04-091-0/+3
| | | | * Add missing cpp file * Align root and sub folder hash
* vendor: sync to latest core (#125)Jimmy Hu2019-04-099-62/+264
|
* vendor: sync to latest core (#121)Wei-Ning Huang2019-04-091-6/+9
|
* Sync latest DEXON core (#111)Mission Liao2019-04-092-44/+90
|
* vendor: sync dexon-foundation/bls to latest dev (#108)Wei-Ning Huang2019-04-093-29/+7
|
* dex: add pull randomness (#105)Jimmy Hu2019-04-099-130/+135
| | | | | * vendor: sync to latest core * dex: Add PullRandomness
* vendor: sync DEXON core and fix conflicts/missings (#101)Mission Liao2019-04-0913-284/+337
| | | | | | | Merging these commits in DEXON consensus core: - https://github.com/dexon-foundation/dexon-consensus/commit/dce509a13ef5873b9cae3c1cabdb97e219b6fb7d - https://github.com/dexon-foundation/dexon-consensus/commit/6d1c1aeea0d3e75d10cbb2712c68b4c422ba8ba6 - https://github.com/dexon-foundation/dexon-consensus/commit/c1ed57c4abaf1f4758e52f082bb7114ad00c8b39
* core, dex, internal: block proposer syncing (first iteration) (#96)Sonic2019-04-092-0/+928
| | | | | | | | | | | | | | | | | | | | | | * dex, internal: block proposer syncing (first iteration) * core: find block from db if not in memory This fix handles stopping proposing and then restarting * core: no need to reorg when reset Dexon will not fork. This commit also fix when a block confirm but its parent is not in db yet, during restarting proposing. * dex: always accept NewBlockMsg, NewBlockHashesMsg We need to accept NewBlockMsg, NewBlockHashesMsg to sync current block with other peers in block proposer mode when syncing lattice data. It's a waste when the node is synced and start proposing. Todo: control msg processing on/off more granular, accept NewBlockMsg, NewBlockHashesMsg when syncing, but stop when synced.
* core: vm: Add `MPKReady` to governance (#97)Jimmy Hu2019-04-0913-63/+242
| | | | | | * core/vm: Add DKGMPKReady * param: update GenesisHash * vendor: sync to latest core
* vendor: sync to latest core (#91)Mission Liao2019-04-098-80/+383
| | | | | | - Implement new methods in db to cache DKG private key. - Implement new methods in db to cache compaction chain tip.
* vendor: sync to latest core and fix conflictJimmy Hu2019-04-0913-196/+298
|
* vendor: sync to latest core and fix conflict (#79)Jimmy Hu2019-04-094-77/+251
|
* vendor: update to latest core (#71)Jimmy Hu2019-04-099-228/+118
|
* vendor: sync to latest core (#52)Jimmy Hu2019-04-098-309/+727
|
* vendor: sync to latest core (#37)Jimmy Hu2019-04-0917-137/+401
|
* core: validate DKG set with correct nodeset in round-2 (#19)Wei-Ning Huang2019-04-095-27/+10
| | | | | * vendor: sync consensus core * core: validate DKG set with correct nodeset in round-2
* vendor: sync to latest core (#16)Jimmy Hu2019-04-098-71/+113
|
* vendor: sync to latest coreJimmy Hu2019-04-095-97/+107
|
* vendor: sync to latest coreJimmy Hu2019-04-095-90/+117
|
* vendor: sync to latest coreWei-Ning Huang2019-04-096-204/+241
|
* vendor: sync to latest coreJimmy Hu2019-04-091-0/+9
|
* vendor: sync to latest coreJimmy Hu2019-04-0911-44/+146
|
* vendor: sync to latest consensus coreWei-Ning Huang2019-04-092-297/+245
|
* app: lock by chain correctly and remove old core in vendorBJ42019-04-0948-9811/+31
|
* core: vm: governance: remove maxIntervalWei-Ning Huang2019-04-093-21/+10
|
* Rename import due to dexon-consensus renameWei-Ning Huang2019-04-0985-299/+10076
|
* vendor: sync to latest coreJimmy Hu2019-04-095-42/+234
|
* vendor: sync consensus core and fix conflicJimmy Hu2019-04-094-27/+31
|
* vendor: sync consensus core and fix conflictWei-Ning Huang2019-04-0911-34/+159
|
* vendor: sync consensus core and fix conflictWei-Ning Huang2019-04-0911-133/+440
|
* vendor: sync consensus core and fix conflictWei-Ning Huang2019-04-0910-164/+140
|
* vendor: sync consensus coreWei-Ning Huang2019-04-093-32/+28
|
* app: correct process pending block logicBojie Wu2019-04-094-3/+18
|
* vendor: use govendor to import dexon-consensus-coreWei-Ning Huang2019-04-09163-1/+349958
|
* dex: make geth buildable and update interface skeletonWei-Ning Huang2019-04-091-0/+1