aboutsummaryrefslogtreecommitdiffstats
path: root/core/genesis.go
Commit message (Expand)AuthorAgeFilesLines
* params: update testnet and remove DEXON testnetsWei-Ning Huang2019-09-171-28/+0
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-11/+11
* core: update mainnet genesis allocation data and config (#369)Wei-Ning Huang2019-06-151-1/+1
* core: fix genesis timestamp (#338)Jimmy Hu2019-06-151-4/+4
* core: fill in genesis timstamp and remove dMoment from protocol handshake (#263)Wei-Ning Huang2019-06-121-1/+4
* app: new app test flow (#244)bojie2019-06-121-2/+0
* core: vm: remove delegation mechanism (#245)Wei-Ning Huang2019-06-121-2/+3
* core: vm: flatten governanceWei-Ning Huang2019-06-121-22/+3
* params: add Yilan network (#207)Mission Liao2019-06-121-0/+14
* core: set oracle contract's code (#209)Sonic2019-06-121-0/+5
* params: update genesis configWei-Ning Huang2019-06-121-0/+5
* core: vm: add totalSupply and totalStaked in the governance contract (#144)Wei-Ning Huang2019-06-121-0/+6
* app: implement logic for prepare/verify correctly when chain number change (#...bojie2019-06-121-0/+2
* params: update taipei testnet genesis and config (#113)Wei-Ning Huang2019-06-121-1/+1
* Fix lintWei-Ning Huang2019-06-121-1/+1
* core: add Taipei testnet (#47)Wei-Ning Huang2019-06-121-1/+13
* 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-2/+2
* core: more fix on light node synchronization (#32)Wei-Ning Huang2019-06-121-2/+2
* core: push height of round 0 in genesis block (#17)Sonic2019-06-121-0/+3
* params: fix genesis block config and use testnet for test (#10)Wei-Ning Huang2019-06-121-3/+3
* core: fix staked calculation in genesis (#8)Jimmy Hu2019-06-121-4/+0
* core: genesis: make ToBlock() compatible with legacy ethereum code (#3)Wei-Ning Huang2019-06-121-28/+36
* core: vm: governance: add node infoWei-Ning Huang2019-06-121-1/+14
* core: GenerateChainWithRoundChange for testingSonic2019-06-121-0/+6
* core: set correct balance for governance contractWei-Ning Huang2019-06-121-0/+6
* Remove reference of Rinkeby and Goerli network.Wei-Ning Huang2019-06-121-25/+1
* core: populate genesisAlloc in source code with DEXON genesis dataWei-Ning Huang2019-06-121-8/+24
* core: vm: add blockReward to governanceWei-Ning Huang2019-06-121-4/+4
* core: set governance owner in genesisWei-Ning Huang2019-06-121-1/+3
* params: load blockReward from genesis JSON fileWei-Ning Huang2019-06-121-0/+1
* core: setup stake in order so genesis block is deterministicWei-Ning Huang2019-06-121-1/+26
* core: populate genesis CRS in genesis stateWei-Ning Huang2019-06-121-0/+5
* dex: bug fix to allow running geth without crashingWei-Ning Huang2019-06-121-8/+0
* dex: governance: implement governance interfaceWei-Ning Huang2019-06-121-4/+1
* core: populate dexon configuration in SetupGenesisBlockWei-Ning Huang2019-06-121-0/+3
* core: add stake and public key to genesis account infoWei-Ning Huang2019-06-121-2/+24
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-10/+10
* all: simplify timestamps to uint64 (#19372)Martin Holst Swende2019-04-081-1/+1
* cmd, core, params: add support for GoerliPéter Szilágyi2019-02-191-1/+12
* core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486)Martin Holst Swende2019-01-301-0/+1
* cmd/geth, core, eth: implement Constantinople override flag (#18273)Martin Holst Swende2018-12-111-0/+6
* core, eth: fix goimports for Go 1.11Péter Szilágyi2018-09-191-1/+1
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-1/+1
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-071-33/+22
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-11/+13
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-2/+2
* all: gofmt -w -s (#15419)ferhat elmas2017-11-081-9/+9
* cmd, consensus, core, miner: instatx clique for --dev (#15323)Péter Szilágyi2017-10-241-10/+26
* core: blocknumber in genesis as hex (#14812)Martin Holst Swende2017-07-171-0/+1
* tests: update tests and implement general state tests (#14734)Felix Lange2017-07-111-8/+59
* params: remove redundant consts, disable metro on AllProtocolChangesPéter Szilágyi2017-07-041-3/+3
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-1/+1
* core: typos and comments improvechanghong2017-05-251-1/+1
* cmd, core, params: add --rinkeby flag for fast connectivityPéter Szilágyi2017-05-041-0/+12
* core: make genesis incompatibility error more explicitPéter Szilágyi2017-04-201-1/+1
* core, core/types: regenerate JSON marshaling, add "hash" to headers (#13868)Felix Lange2017-04-061-14/+14
* core, core/types: use non-pointer receiver for Marshal* methodsFelix Lange2017-03-271-3/+3
* core: refactor genesis handlingFelix Lange2017-03-231-161/+217
* cmd/utils, core, params: fork all teh things for dev mode (#3697)Jeffrey Wilcke2017-03-011-0/+3
* all: next batch of log polishes to contextual versionsPéter Szilágyi2017-02-281-2/+1
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-8/+37
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-3/+2
* core: ignore 0x prefix for code in JSON genesis blocks (#3656)Martin Holst Swende2017-02-131-1/+1
* core/genesis: add support for setting nonce in 'alloc'Martin Holst Swende2017-01-251-0/+2
* core: remove support for Olympic networkBas van Kervel2017-01-121-28/+8
* core,cmd/utils: bugfix for ropsten dump importsBas van Kervel2017-01-051-1/+3
* core: implemented new ropsten testnetJeffrey Wilcke2016-11-231-25/+13
* cmd/geth, core, light, mobile: removed state account StartingNonceJeffrey Wilcke2016-11-231-2/+2
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-3/+3
* core: improved chainDb using sequential keyszsfelfoldi2016-06-071-3/+3
* core, eth: added json tag field for proper unmarshallingJeffrey Wilcke2016-04-251-1/+1
* core: added basic chain configurationJeffrey Wilcke2016-04-011-9/+14
* cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacksPéter Szilágyi2015-11-271-39/+75
* core, eth, miner, xeth: clean up tx/receipt db accessorsPéter Szilágyi2015-11-191-1/+1
* core, eth: receipt chain reconstructionPéter Szilágyi2015-10-191-1/+1
* core/state, core, miner: handle missing root error from state.NewGustav Simonsson2015-10-161-3/+4
* Merge pull request #1888 from obscuren/testnetJeffrey Wilcke2015-10-091-0/+21
|\
| * cmd, core, eth: added official testnetJeffrey Wilcke2015-10-091-0/+21
* | Merge pull request #1850 from karalabe/genesis-block-receiptsJeffrey Wilcke2015-10-071-0/+3
|\ \ | |/ |/|
| * core: fix #1848, block receipts db entry for the genesis tooPéter Szilágyi2015-09-251-0/+3
* | core, core/state: batch-based state syncFelix Lange2015-09-231-6/+10
|/
* core, core/types: readd transactions after chain re-orgJeffrey Wilcke2015-09-221-5/+17
* all: move common.Database to package ethdbFelix Lange2015-09-151-4/+5
* core: split out TD from database and all internalsPéter Szilágyi2015-09-111-10/+10
* core, eth: split the db blocks into headers and bodiesPéter Szilágyi2015-09-111-1/+1
* Add tests for uncle timestamps and refactor timestamp typeGustav Simonsson2015-08-251-1/+1
* core, eth, trie, xeth: merged state, chain, extra databases in oneJeffrey Wilcke2015-08-081-9/+9
* Merge pull request #1515 from fjl/license-fixesJeffrey Wilcke2015-07-281-1/+1
|\
| * all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* | core: genesis extra data field fixJeffrey Wilcke2015-07-261-1/+1
* | core: fixed genesis write out to write only canon numberJeffrey Wilcke2015-07-261-1/+8
* | core: check genesis block before writeoutJeffrey Wilcke2015-07-251-0/+4
|/
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* cmd, core, eth, common: genesis preparationJeffrey Wilcke2015-07-101-38/+96
* all: update license informationFelix Lange2015-07-071-0/+16
* core, miner, tests: renamed state methodsJeffrey Wilcke2015-07-041-1/+1
* core: add GenerateChain, GenesisBlockForTestingFelix Lange2015-06-301-0/+18
* core/types: make blocks immutableFelix Lange2015-06-301-26/+11
* core: settable genesis nonceobscuren2015-06-091-2/+2
* types: block json unmarshal method addedobscuren2015-06-041-2/+2
* Merge branch 'frontier/natspec' of https://github.com/ethersphere/go-ethereum...obscuren2015-04-211-2/+2
|\
| * test account is no longer permanently in genesis block, only put there when t...zsfelfoldi2015-04-201-8/+2
| * NatSpec contracts are now not in the genesis block but added by the testzsfelfoldi2015-04-201-1/+0
| * NatSpec passing end to end testzsfelfoldi2015-04-201-3/+2
| * NatSpec contracts in genesis block, end to end test (unfinished)zsfelfoldi2015-04-201-0/+8
* | core: moved TD calculation from proc to chainobscuren2015-04-201-0/+1
|/
* Block header changed & console miner controlobscuren2015-04-061-1/+1
* Read most protocol params from common/params.jsonGustav Simonsson2015-04-021-5/+3
* Blocktest fixed, Execution fixedobscuren2015-04-011-1/+1
* Added Code fieldobscuren2015-03-311-2/+6
* moved state and vm to coreobscuren2015-03-231-1/+1
* core: fix testsFelix Lange2015-03-181-4/+0
* converted vmobscuren2015-03-171-4/+3
* Moved ethutil => commonobscuren2015-03-161-9/+9
* POW fixesobscuren2015-03-141-1/+0
* Increased genesis gas & gas floor limit to 3141592obscuren2015-03-131-1/+2
* Miner fixes and updates (including miner)obscuren2015-03-051-2/+3
* Fixed genesisobscuren2015-03-041-7/+7
* updated genesisobscuren2015-03-041-0/+4
* Changed nonce to a uint64obscuren2015-03-041-1/+1
* Removed some methods from the JS REPLobscuren2015-03-011-2/+0
* Minor updates for releaseobscuren2015-02-211-13/+31
* Docs & old code removedobscuren2015-02-031-1/+0
* moving to a better xethobscuren2015-01-291-1/+1
* Minor fixed and additions for block procobscuren2015-01-081-0/+1
* Refactored ethutil.Config.Db outobscuren2015-01-071-2/+3
* Switched to new trieobscuren2014-12-241-1/+1
* Refactored block & Transactionobscuren2014-12-231-32/+33
* Renamed `chain` => `core`obscuren2014-12-041-0/+52