aboutsummaryrefslogtreecommitdiffstats
path: root/dex/governance.go
Commit message (Collapse)AuthorAgeFilesLines
* core: vm: governance: remove maxIntervalWei-Ning Huang2019-04-091-1/+0
|
* Rename import due to dexon-consensus renameWei-Ning Huang2019-04-091-6/+6
|
* dex: add block gas limit into governanceWei-Ning Huang2019-04-091-6/+0
|
* vendor: sync consensus core and fix conflictWei-Ning Huang2019-04-091-9/+10
|
* dex: fix DKG round switchingWei-Ning Huang2019-04-091-3/+3
|
* dex: misc fixesWei-Ning Huang2019-04-091-8/+15
|
* dex: use RLP to encode contract payload dataWei-Ning Huang2019-04-091-6/+6
|
* dex: fix DKGMasterPublicKey and DKGComplaints unmarshalWei-Ning Huang2019-04-091-3/+2
|
* consensus: dexcon: fetch config from stateWei-Ning Huang2019-04-091-1/+7
|
* dex: fix public key parsing due to changes in consensus coreWei-Ning Huang2019-04-091-12/+8
|
* core/dex: fix governance contract implementationWei-Ning Huang2019-04-091-8/+8
|
* dex/core: misc bug fixesWei-Ning Huang2019-04-091-0/+4
|
* dex: implement peerSetLoopSonic2019-04-091-0/+5
|
* dex: gov: using dex-consensus-core NodeSetCacheSonic2019-04-091-49/+34
|
* dex: add method to get NumChains, NotarySet, DKGSet easilySonic2019-04-091-12/+56
|
* dex: network: implement the network interfaceSonic2019-04-091-0/+20
|
* dex: bug fix to allow running geth without crashingWei-Ning Huang2019-04-091-41/+41
|
* dex: implement sendTx related governance methodsWei-Ning Huang2019-04-091-5/+127
|
* dex: pass p2p nodeKey to Dexon instanceWei-Ning Huang2019-04-091-5/+12
|
* dex: implement some governance interface functionsWei-Ning Huang2019-04-091-19/+95
|
* dex: governance: implement governance interfaceWei-Ning Huang2019-04-091-2/+13
|
* core: vm: refactor and add DKGFinalizeds related implementationsWei-Ning Huang2019-04-091-2/+11
|
* core: vm: implement the rest of governance contract methodsWei-Ning Huang2019-04-091-1/+1
|
* core: vm: add governance contract skeletonWei-Ning Huang2019-04-091-7/+7
|
* dex: update consensus core interfaceWei-Ning Huang2019-04-091-7/+17
|
* Use dex.Config instead of eth.ConfigWei-Ning Huang2019-04-091-1/+2
|
* dex: make geth buildable and update interface skeletonWei-Ning Huang2019-04-091-2/+12
|
* Add udpated governance interface and app interfaceWei-Ning Huang2019-04-091-0/+32