aboutsummaryrefslogtreecommitdiffstats
path: root/params/config.go
Commit message (Expand)AuthorAgeFilesLines
* params: update testnet dMomentWei-Ning Huang2020-03-151-2/+2
* build: ci: fix testsWei-Ning Huang2019-10-031-1/+3
* params: update testnet dMoment (#3)Jhih-Ming Huang2019-10-031-2/+2
* core: update mainnet genesisWei-Ning Huang2019-09-191-2/+2
* core: update mainnet chain ID to 411Wei-Ning Huang2019-09-171-1/+1
* params: update testnet dMomentWei-Ning Huang2019-09-171-2/+2
* params: update testnet dMomentWei-Ning Huang2019-09-171-2/+2
* params: update mainnet configWei-Ning Huang2019-09-171-13/+12
* core: add p2p whitelist for consortiumJhih-Ming Huang2019-09-171-17/+53
* params: update testnet dMomentWei-Ning Huang2019-09-171-2/+2
* params: update testnet config and dMomentWei-Ning Huang2019-09-171-11/+11
* params: update testnet dMomentWei-Ning Huang2019-09-171-2/+2
* params: update testnet dMomentWei-Ning Huang2019-09-171-3/+3
* core: set block timestamp to second instead of millisecondWei-Ning Huang2019-09-171-2/+2
* params: update testnet and remove DEXON testnetsWei-Ning Huang2019-09-171-96/+7
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-2/+2
* core: update mainnet genesis allocWei-Ning Huang2019-06-151-1/+1
* core: update mainnet genesis alloc (#389)Wei-Ning Huang2019-06-151-1/+1
* core: update mainnet genesis alloc (#384)Wei-Ning Huang2019-06-151-1/+1
* core: mainnet genesis allocation (#375)Wei-Ning Huang2019-06-151-1/+1
* params: update mainnet owner address and recovery contract (#370)Wei-Ning Huang2019-06-151-24/+24
* core: update mainnet genesis allocation data and config (#369)Wei-Ning Huang2019-06-151-2/+2
* core: implement DKG success (#362)Jimmy Hu2019-06-151-4/+4
* params: update testnet dmoment (#340)Wei-Ning Huang2019-06-151-2/+2
* core: fix genesis timestamp (#338)Jimmy Hu2019-06-151-4/+4
* core: update mainnet and testnet config and genesis alloc (#337)Wei-Ning Huang2019-06-151-18/+18
* core: vm: make fail stop fine value configurable (#312)Wei-Ning Huang2019-06-151-16/+24
* core: merge notarySet and DKGSet (#265)Jimmy Hu2019-06-151-4/+4
* consensus: dexcon: disqualify dead node (#280)Wei-Ning Huang2019-06-131-4/+4
* core: vm: automatically calculate notary set size (#276)Wei-Ning Huang2019-06-131-17/+17
* core: vm: add extra checks to prevent DKG spamming (#272)Wei-Ning Huang2019-06-121-4/+4
* core: vm: reorder minGasPriceLocWei-Ning Huang2019-06-121-4/+4
* core: fill in genesis timstamp and remove dMoment from protocol handshake (#263)Wei-Ning Huang2019-06-121-3/+4
* dex: implement recovery mechanism (#258)Wei-Ning Huang2019-06-121-4/+33
* core: vm: group min gas price with related state variables (#257)Wei-Ning Huang2019-06-121-8/+8
* params: update testnet config to 40 nodesJimmy Hu2019-06-121-7/+7
* core: vm: remove delegation mechanism (#245)Wei-Ning Huang2019-06-121-3/+3
* core: vm: expose CRSRound and DKGRound and fix consistency (#236)Wei-Ning Huang2019-06-121-3/+3
* params: Change taipei to 40 nodes (#227)Jimmy Hu2019-06-121-3/+3
* params: Update config (#224)Jimmy Hu2019-06-121-9/+9
* core: vm: validate addDKGMasterPublicKey caller properly (#220)Wei-Ning Huang2019-06-121-3/+3
* core: vm: flatten governanceWei-Ning Huang2019-06-121-3/+3
* core: sync to latest core (#214)Jimmy Hu2019-06-121-1/+1
* params: add Yilan network (#207)Mission Liao2019-06-121-0/+37
* core: Fixed gas price (#205)Jimmy Hu2019-06-121-3/+9
* core: set oracle contract's code (#209)Sonic2019-06-121-2/+2
* core: Remove K, Phi and NumChains from Governance (#198)Jimmy Hu2019-06-121-23/+8
* copy testnet config to taipeiJimmy Hu2019-06-121-8/+8
* vendor, param: sync to latest core and update dmoment (#182)Jimmy Hu2019-06-121-1/+1
* vendor, param: sync to latest core and update testnet config (#178)Jimmy Hu2019-06-121-3/+3
* params: Update taipei configJimmy Hu2019-06-121-4/+4
* params: update testnet config (#177)Jimmy Hu2019-06-121-3/+3
* params: Update testnet dmomentJimmy Hu2019-06-121-1/+1
* params: Update testnet config (#167)Jimmy Hu2019-06-121-4/+4
* param: Update testnet dmoment (#166)Jimmy Hu2019-06-121-1/+1
* params: update testnet dMomentWei-Ning Huang2019-06-121-1/+1
* params: update testnet genesis and dMomentWei-Ning Huang2019-06-121-4/+4
* core: sync to latest core (#158)Jimmy Hu2019-06-121-5/+5
* params: update testnet dMomentWei-Ning Huang2019-06-121-1/+1
* vendor: sync to latest core (#154)Jimmy Hu2019-06-121-1/+1
* params: update testnet dMomentWei-Ning Huang2019-06-121-1/+1
* params: write dMoment into ChainConfig (#150)Wei-Ning Huang2019-06-121-4/+10
* params: update genesis configWei-Ning Huang2019-06-121-9/+9
* consensus: implement DEXON cryptoeconomics v4.0 (#145)Wei-Ning Huang2019-06-121-68/+79
* core: vm: add totalSupply and totalStaked in the governance contract (#144)Wei-Ning Huang2019-06-121-2/+2
* core: vm: move governance abi to a separate file (#143)Wei-Ning Huang2019-06-121-2/+2
* core: update testnet genesis_allocJimmy Hu2019-06-121-2/+2
* core: vm: implement byzantine reporting mechanism (#128)Wei-Ning Huang2019-06-121-3/+21
* params: update taipei genesis config (#130)Wei-Ning Huang2019-06-121-3/+3
* core: update taipei testnet genesis config and alloc (#119)Wei-Ning Huang2019-06-121-2/+2
* params: update taipei testnet genesis and config (#113)Wei-Ning Huang2019-06-121-5/+5
* core/vm: Add fine to governance. (#107)Jimmy Hu2019-06-121-2/+2
* params: enable constantinople fork for testnetsWei-Ning Huang2019-06-121-1/+2
* core: vm: Add `MPKReady` to governance (#97)Jimmy Hu2019-06-121-2/+2
* core: vm: add undelegate fund lockup mechanism (#94)Wei-Ning Huang2019-06-121-3/+8
* core: fix tests (#65)Wei-Ning Huang2019-06-121-2/+2
* tests: updates testadataWei-Ning Huang2019-06-121-0/+30
* core: fix testsWei-Ning Huang2019-06-121-3/+5
* core: add Taipei testnet (#47)Wei-Ning Huang2019-06-121-1/+30
* core: various changes on tps tuning (#46)Wei-Ning Huang2019-06-121-2/+2
* governance: implement delegate/undelegate function and add tests (#33)Wei-Ning Huang2019-06-121-3/+3
* core: vm: add minStake to governance contract variable (#31)Wei-Ning Huang2019-06-121-1/+6
* core: validate DKG set with correct nodeset in round-2 (#19)Wei-Ning Huang2019-06-121-1/+1
* params: Do not use DEXON config for test. (#15)Jimmy Hu2019-06-121-1/+1
* test: increase numChains to 6Wei-Ning Huang2019-06-121-1/+1
* params: fix genesis block config and use testnet for test (#10)Wei-Ning Huang2019-06-121-4/+4
* app: fix core testBJ42019-06-121-4/+5
* core: vm: governance: remove maxIntervalWei-Ning Huang2019-06-121-5/+1
* dex: add block gas limit into governanceWei-Ning Huang2019-06-121-1/+5
* Remove reference of Rinkeby and Goerli network.Wei-Ning Huang2019-06-121-58/+0
* core: populate genesisAlloc in source code with DEXON genesis dataWei-Ning Huang2019-06-121-14/+39
* core: vm: add blockReward to governanceWei-Ning Huang2019-06-121-5/+5
* core: set governance owner in genesisWei-Ning Huang2019-06-121-13/+15
* params: load blockReward from genesis JSON fileWei-Ning Huang2019-06-121-0/+7
* dex/core: misc bug fixesWei-Ning Huang2019-06-121-1/+2
* app: add default block rewardBojie Wu2019-06-121-3/+4
* app: calculate block reward according to chain numBojie Wu2019-06-121-11/+12
* dex: network: implement the network interfaceSonic2019-06-121-1/+1
* core: populate genesis CRS in genesis stateWei-Ning Huang2019-06-121-1/+3
* core: populate dexon configuration in SetupGenesisBlockWei-Ning Huang2019-06-121-4/+24
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-1/+1
* Update testchain config and add test bootnode keyWei-Ning Huang2019-06-121-6/+6
* Add initial DEXON consensus engine implementation skeletonWei-Ning Huang2019-06-121-3/+14
* eth, les, light: enforce CHT checkpoints on fast-sync tooPéter Szilágyi2019-04-171-0/+9
* params: set Rinkeby Petersburg fork block (4th May, 2019)Péter Szilágyi2019-04-081-1/+1
* light, params: update CHTs, integrate CHT for Goerli tooPéter Szilágyi2019-04-021-16/+17
* cmd, core, params: add support for GoerliPéter Szilágyi2019-02-191-0/+27
* params: new CHTs (#18577)Felföldi Zsolt2019-01-301-12/+12
* core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486)Martin Holst Swende2019-01-301-8/+24
* params: postpone Constantinople due to net SSTORE reentrancyPéter Szilágyi2019-01-161-1/+1
* params: update CHTs for the 1.8.20 releasePéter Szilágyi2018-12-101-12/+12
* params: set mainnet and Rinkeby Constantinople fork blocksPéter Szilágyi2018-12-101-2/+2
* params: update CHTs for the v1.8.19 releasePéter Szilágyi2018-11-281-12/+12
* config: add constantinople block to testchainconfigMartin Holst Swende2018-11-261-1/+1
* params: add Constantinople block to AllXYZProtocolChanges (#18162)Enrique Fynn2018-11-221-2/+2
* params: update CHTsPéter Szilágyi2018-11-141-12/+12
* params: add ropsten fork delay, update les checkpointsPéter Szilágyi2018-10-051-13/+13
* params: enable constantinople on ropsten at 4.2MEOS Classic2018-10-011-1/+1
* Merge pull request #17383 from holiman/eip1283Péter Szilágyi2018-09-211-2/+10
|\
| * core, params: polish net gas metering PR a bitPéter Szilágyi2018-09-181-2/+10
* | les, light, params: update light client CHTsPéter Szilágyi2018-09-201-0/+39
* | core/vm: add switches to select evm+ewasm interpreters (#17687)Guillaume Ballet2018-09-201-3/+12
|/
* params: fix typo (#17552)Mymskmkt2018-09-031-1/+1
* consensus/clique, light: light client snapshots on RinkebyPéter Szilágyi2018-08-211-0/+1
* core/vm, params: implement EXTCODEHASH opcode (#17202)gary rong2018-07-241-0/+2
* params: fix golint warnings (#16853)kiel barry2018-06-051-14/+21
* core, vm, common: define constantinople fork + shift (#16045)Martin Holst Swende2018-02-231-37/+46
* cmd, consensus, core, miner: instatx clique for --dev (#15323)Péter Szilágyi2017-10-241-10/+15
* params: explain EIP150Hash (#15237)Péter Szilágyi2017-10-101-2/+3
* cmd/puppeth, params: enable Byzantium on all networksPéter Szilágyi2017-10-021-3/+2
* params: rename EIP150 gas table (#15167)gary rong2017-09-201-1/+1
* params: enable Byzantium on Ropsten/tests, fix failuresPéter Szilágyi2017-09-141-3/+3
* consensus, core, params: rebrand Metro to ByzantiumPéter Szilágyi2017-09-141-36/+36
* params: remove redundant consts, disable metro on AllProtocolChangesPéter Szilágyi2017-07-041-11/+17
* consensus, core, core/vm, parems: review fixesJeffrey Wilcke2017-05-181-18/+20
* core/types: corrected abstract signing addressJeffrey Wilcke2017-05-181-1/+1
* consensus, core/*, params: metropolis preparation refactorJeffrey Wilcke2017-05-181-23/+56
* cmd, core, params: add --rinkeby flag for fast connectivityPéter Szilágyi2017-05-041-1/+17
* consensus/clique: Proof of Authority (#3753)Péter Szilágyi2017-04-101-10/+45
* core: refactor genesis handlingFelix Lange2017-03-231-68/+140
* cmd/utils, core, params: fork all teh things for dev mode (#3697)Jeffrey Wilcke2017-03-011-0/+10
* core: improved bad block error reporting (#3320)Jeffrey Wilcke2016-11-231-0/+14
* core: implemented new ropsten testnetJeffrey Wilcke2016-11-231-8/+8
* cmd/utils, mobile, params: set the correct field on testnet EIP 155 (#3272)Péter Szilágyi2016-11-161-0/+2
* mobile: port wrappers to EIP155 and EIP158 forkPéter Szilágyi2016-11-151-0/+22
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-4/+32
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-0/+84