index
:
dexon
cliff-log
dev-test
dexon-classic
jimmy-monkey
jm-vm-design-doc
jm-vm-entry
master
mission-merge-core
mission-tmp
release/1.0
s-lds
s-network-monitor
s-truffle
taipei
testnet
vm
vm-skymizer
vm-skymizer-wasm-cache
vm-skymizer-wasm-no-cache
wasm-vm
wip/gy-sqlvm-gas-model
wip/gy-sqlvm-runtime-benchmark
wip/gy-sqlvm-runtime-p5
wip/lantw/checker
wip/wmin0/codegen
wip/yenlin/planner
wip/yenlin/storage_index
yilan
DEXON full node (https://github.com/dexon-foundation/dexon)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
vm
/
governance.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: vm: refactor governance and add node info oracle (#174)
Wei-Ning Huang
2019-04-09
1
-2270
/
+0
*
core: vm: Add amount to undelegate event (#176)
Jimmy Hu
2019-04-09
1
-4
/
+4
*
consensus: dexcon: snapshot round height when finalizing block (#170)
Wei-Ning Huang
2019-04-09
1
-48
/
+0
*
core, dex/downloader: polish headers verification and blocks insertion logic ...
Sonic
2019-04-09
1
-0
/
+123
*
consensus: implement DEXON cryptoeconomics v4.0 (#145)
Wei-Ning Huang
2019-04-09
1
-29
/
+73
*
core: vm: add totalSupply and totalStaked in the governance contract (#144)
Wei-Ning Huang
2019-04-09
1
-25
/
+54
*
core: vm: move governance abi to a separate file (#143)
Wei-Ning Huang
2019-04-09
1
-1053
/
+1
*
core: vm: emit events for more governance actions (#142)
Wei-Ning Huang
2019-04-09
1
-0
/
+145
*
core: vm: implement byzantine reporting mechanism (#128)
Wei-Ning Huang
2019-04-09
1
-38
/
+393
*
core: vm: add missing unittests for nodes/delegators (#116)
Wei-Ning Huang
2019-04-09
1
-2
/
+2
*
core/vm: Add fine to governance. (#107)
Jimmy Hu
2019-04-09
1
-15
/
+88
*
vendor: sync DEXON core and fix conflicts/missings (#101)
Mission Liao
2019-04-09
1
-4
/
+6
*
core: vm: Add `MPKReady` to governance (#97)
Jimmy Hu
2019-04-09
1
-0
/
+166
*
core/vm: fix nodes method in governance
Jimmy Hu
2019-04-09
1
-1
/
+1
*
core: vm: add undelegate fund lockup mechanism (#94)
Wei-Ning Huang
2019-04-09
1
-36
/
+162
*
core: governance interface should return correct DKG master public keys (#85)
Wei-Ning Huang
2019-04-09
1
-15
/
+20
*
core: vm: change offset type to int256
Wei-Ning Huang
2019-04-09
1
-2
/
+7
*
governance: implement delegate/undelegate function and add tests (#33)
Wei-Ning Huang
2019-04-09
1
-107
/
+588
*
core: more fix on light node synchronization (#32)
Wei-Ning Huang
2019-04-09
1
-55
/
+37
*
core: vm: add minStake to governance contract variable (#31)
Wei-Ning Huang
2019-04-09
1
-0
/
+41
*
core: fix light node synchronization issue (#30)
Wei-Ning Huang
2019-04-09
1
-9
/
+11
*
core: validate DKG set with correct nodeset in round-2 (#19)
Wei-Ning Huang
2019-04-09
1
-7
/
+17
*
core: push height of round 0 in genesis block (#17)
Sonic
2019-04-09
1
-8
/
+8
*
core: vm: expose governance contract ABI (#5)
Wei-Ning Huang
2019-04-09
1
-2
/
+2
*
core: vm: governance: add node info
Wei-Ning Huang
2019-04-09
1
-8
/
+110
*
core: validate roundHeight mapping in governance contract
Wei-Ning Huang
2019-04-09
1
-4
/
+20
*
core: vm: governance: remove maxInterval
Wei-Ning Huang
2019-04-09
1
-32
/
+0
*
core: vm: add nodesLengh method for reading nodeSet size
Wei-Ning Huang
2019-04-09
1
-0
/
+20
*
Rename import due to dexon-consensus rename
Wei-Ning Huang
2019-04-09
1
-11
/
+11
*
dex: add block gas limit into governance
Wei-Ning Huang
2019-04-09
1
-0
/
+35
*
vendor: sync consensus core and fix conflict
Wei-Ning Huang
2019-04-09
1
-7
/
+8
*
dex: fix DKG round switching
Wei-Ning Huang
2019-04-09
1
-6
/
+18
*
dex: fix round switching and initialize dMoment correctly
Wei-Ning Huang
2019-04-09
1
-1
/
+2
*
dex: misc fixes
Wei-Ning Huang
2019-04-09
1
-3
/
+3
*
dex: use RLP to encode contract payload data
Wei-Ning Huang
2019-04-09
1
-6
/
+6
*
core: vm: add blockReward to governance
Wei-Ning Huang
2019-04-09
1
-0
/
+35
*
dex: fix public key parsing due to changes in consensus core
Wei-Ning Huang
2019-04-09
1
-1
/
+4
*
test: create account storage for governance contract
Wei-Ning Huang
2019-04-09
1
-1
/
+1
*
core/dex: fix governance contract implementation
Wei-Ning Huang
2019-04-09
1
-19
/
+13
*
dex/core: misc bug fixes
Wei-Ning Huang
2019-04-09
1
-1
/
+1
*
core: vm: modify dkg threshold
Jimmy Hu
2019-04-09
1
-1
/
+1
*
core: vm: add GovernanceStateHelper test
Wei-Ning Huang
2019-04-09
1
-0
/
+17
*
dex: bug fix to allow running geth without crashing
Wei-Ning Huang
2019-04-09
1
-1
/
+1
*
dex: implement sendTx related governance methods
Wei-Ning Huang
2019-04-09
1
-0
/
+5
*
core: vm: validate if mpk, complaint, finalize is in DKG set
Wei-Ning Huang
2019-04-09
1
-36
/
+62
*
core: vm: allow other people to stake for a node
Wei-Ning Huang
2019-04-09
1
-6
/
+0
*
dex: implement some governance interface functions
Wei-Ning Huang
2019-04-09
1
-213
/
+342
*
dex: governance: implement governance interface
Wei-Ning Huang
2019-04-09
1
-7
/
+22
*
core: populate dexon configuration in SetupGenesisBlock
Wei-Ning Huang
2019-04-09
1
-31
/
+25
*
core: add stake and public key to genesis account info
Wei-Ning Huang
2019-04-09
1
-44
/
+55
*
core: vm: check pk ownership in stake()
Wei-Ning Huang
2019-04-09
1
-1
/
+12
*
core: vm: expose nodes as public
Wei-Ning Huang
2019-04-09
1
-14
/
+52
*
core: vm: add eventlog for governance contract
Wei-Ning Huang
2019-04-09
1
-41
/
+98
*
core: vm: refactor and add DKGFinalizeds related implementations
Wei-Ning Huang
2019-04-09
1
-94
/
+300
*
core: vm: implement the rest of governance contract methods
Wei-Ning Huang
2019-04-09
1
-132
/
+275
*
core: vm: check if caller already staked when adding dkg mpk
Jimmy Hu
2019-04-09
1
-0
/
+7
*
core: vm: fix bug and add gas usage
Wei-Ning Huang
2019-04-09
1
-21
/
+54
*
core: vm: finish implementing state helper
Wei-Ning Huang
2019-04-09
1
-23
/
+206
*
core: vm: update governance contract ABI
Wei-Ning Huang
2019-04-09
1
-9
/
+75
*
core: vm: implement governance contract methods
Wei-Ning Huang
2019-04-09
1
-51
/
+218
*
core: vm: add governance contract skeleton
Wei-Ning Huang
2019-04-09
1
-0
/
+492