| Commit message (Expand) | Author | Age | Files | Lines |
* | core: vm: refactor file structure | jm | 2019-05-06 | 1 | -1/+1 |
* | core: update mainnet genesis allocation data and config (#369) | Wei-Ning Huang | 2019-04-16 | 1 | -1/+1 |
* | core: fix genesis timestamp (#338) | Jimmy Hu | 2019-04-09 | 1 | -4/+4 |
* | core: fill in genesis timstamp and remove dMoment from protocol handshake (#263) | Wei-Ning Huang | 2019-04-09 | 1 | -1/+4 |
* | app: new app test flow (#244) | bojie | 2019-04-09 | 1 | -2/+0 |
* | core: vm: remove delegation mechanism (#245) | Wei-Ning Huang | 2019-04-09 | 1 | -2/+3 |
* | core: vm: flatten governance | Wei-Ning Huang | 2019-04-09 | 1 | -22/+3 |
* | params: add Yilan network (#207) | Mission Liao | 2019-04-09 | 1 | -0/+14 |
* | core: set oracle contract's code (#209) | Sonic | 2019-04-09 | 1 | -0/+5 |
* | params: update genesis config | Wei-Ning Huang | 2019-04-09 | 1 | -0/+5 |
* | core: vm: add totalSupply and totalStaked in the governance contract (#144) | Wei-Ning Huang | 2019-04-09 | 1 | -0/+6 |
* | app: implement logic for prepare/verify correctly when chain number change (#... | bojie | 2019-04-09 | 1 | -0/+2 |
* | params: update taipei testnet genesis and config (#113) | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
* | Fix lint | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
* | core: add Taipei testnet (#47) | Wei-Ning Huang | 2019-04-09 | 1 | -1/+13 |
* | core: various changes on tps tuning (#46) | Wei-Ning Huang | 2019-04-09 | 1 | -2/+2 |
* | governance: implement delegate/undelegate function and add tests (#33) | Wei-Ning Huang | 2019-04-09 | 1 | -2/+2 |
* | core: more fix on light node synchronization (#32) | Wei-Ning Huang | 2019-04-09 | 1 | -2/+2 |
* | core: push height of round 0 in genesis block (#17) | Sonic | 2019-04-09 | 1 | -0/+3 |
* | params: fix genesis block config and use testnet for test (#10) | Wei-Ning Huang | 2019-04-09 | 1 | -3/+3 |
* | core: fix staked calculation in genesis (#8) | Jimmy Hu | 2019-04-09 | 1 | -4/+0 |
* | core: genesis: make ToBlock() compatible with legacy ethereum code (#3) | Wei-Ning Huang | 2019-04-09 | 1 | -28/+36 |
* | core: vm: governance: add node info | Wei-Ning Huang | 2019-04-09 | 1 | -1/+14 |
* | core: GenerateChainWithRoundChange for testing | Sonic | 2019-04-09 | 1 | -0/+6 |
* | core: set correct balance for governance contract | Wei-Ning Huang | 2019-04-09 | 1 | -0/+6 |
* | Remove reference of Rinkeby network. | Wei-Ning Huang | 2019-04-09 | 1 | -25/+1 |
* | core: populate genesisAlloc in source code with DEXON genesis data | Wei-Ning Huang | 2019-04-09 | 1 | -8/+24 |
* | core: vm: add blockReward to governance | Wei-Ning Huang | 2019-04-09 | 1 | -4/+4 |
* | core: set governance owner in genesis | Wei-Ning Huang | 2019-04-09 | 1 | -1/+3 |
* | params: load blockReward from genesis JSON file | Wei-Ning Huang | 2019-04-09 | 1 | -0/+1 |
* | core: setup stake in order so genesis block is deterministic | Wei-Ning Huang | 2019-04-09 | 1 | -1/+26 |
* | core: populate genesis CRS in genesis state | Wei-Ning Huang | 2019-04-09 | 1 | -0/+5 |
* | dex: bug fix to allow running geth without crashing | Wei-Ning Huang | 2019-04-09 | 1 | -8/+0 |
* | dex: governance: implement governance interface | Wei-Ning Huang | 2019-04-09 | 1 | -4/+1 |
* | core: populate dexon configuration in SetupGenesisBlock | Wei-Ning Huang | 2019-04-09 | 1 | -0/+3 |
* | core: add stake and public key to genesis account info | Wei-Ning Huang | 2019-04-09 | 1 | -2/+24 |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-04-09 | 1 | -10/+10 |
* | all: simplify timestamps to uint64 (#19372) | Martin Holst Swende | 2019-04-08 | 1 | -1/+1 |
* | cmd, core, params: add support for Goerli | Péter Szilágyi | 2019-02-19 | 1 | -1/+12 |
* | core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486) | Martin Holst Swende | 2019-01-30 | 1 | -0/+1 |
* | cmd/geth, core, eth: implement Constantinople override flag (#18273) | Martin Holst Swende | 2018-12-11 | 1 | -0/+6 |
* | core, eth: fix goimports for Go 1.11 | Péter Szilágyi | 2018-09-19 | 1 | -1/+1 |
* | all: get rid of error when creating memory database (#16716) | gary rong | 2018-05-09 | 1 | -1/+1 |
* | core/rawdb: separate raw database access to own package (#16666) | Péter Szilágyi | 2018-05-07 | 1 | -33/+22 |
* | core, trie: intermediate mempool between trie and database (#15857) | Péter Szilágyi | 2018-02-06 | 1 | -11/+13 |
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 1 | -2/+2 |
* | all: gofmt -w -s (#15419) | ferhat elmas | 2017-11-08 | 1 | -9/+9 |
* | cmd, consensus, core, miner: instatx clique for --dev (#15323) | Péter Szilágyi | 2017-10-24 | 1 | -10/+26 |
* | core: blocknumber in genesis as hex (#14812) | Martin Holst Swende | 2017-07-17 | 1 | -0/+1 |
* | tests: update tests and implement general state tests (#14734) | Felix Lange | 2017-07-11 | 1 | -8/+59 |
* | params: remove redundant consts, disable metro on AllProtocolChanges | Péter Szilágyi | 2017-07-04 | 1 | -3/+3 |
* | core/state: access trie through Database interface, track errors (#14589) | Felix Lange | 2017-06-27 | 1 | -1/+1 |
* | core: typos and comments improve | changhong | 2017-05-25 | 1 | -1/+1 |
* | cmd, core, params: add --rinkeby flag for fast connectivity | Péter Szilágyi | 2017-05-04 | 1 | -0/+12 |
* | core: make genesis incompatibility error more explicit | Péter Szilágyi | 2017-04-20 | 1 | -1/+1 |
* | core, core/types: regenerate JSON marshaling, add "hash" to headers (#13868) | Felix Lange | 2017-04-06 | 1 | -14/+14 |
* | core, core/types: use non-pointer receiver for Marshal* methods | Felix Lange | 2017-03-27 | 1 | -3/+3 |
* | core: refactor genesis handling | Felix Lange | 2017-03-23 | 1 | -161/+217 |
* | cmd/utils, core, params: fork all teh things for dev mode (#3697) | Jeffrey Wilcke | 2017-03-01 | 1 | -0/+3 |
* | all: next batch of log polishes to contextual versions | Péter Szilágyi | 2017-02-28 | 1 | -2/+1 |
* | common: move big integer math to common/math (#3699) | Felix Lange | 2017-02-27 | 1 | -8/+37 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -3/+2 |
* | core: ignore 0x prefix for code in JSON genesis blocks (#3656) | Martin Holst Swende | 2017-02-13 | 1 | -1/+1 |
* | core/genesis: add support for setting nonce in 'alloc' | Martin Holst Swende | 2017-01-25 | 1 | -0/+2 |
* | core: remove support for Olympic network | Bas van Kervel | 2017-01-12 | 1 | -28/+8 |
* | core,cmd/utils: bugfix for ropsten dump imports | Bas van Kervel | 2017-01-05 | 1 | -1/+3 |
* | core: implemented new ropsten testnet | Jeffrey Wilcke | 2016-11-23 | 1 | -25/+13 |
* | cmd/geth, core, light, mobile: removed state account StartingNonce | Jeffrey Wilcke | 2016-11-23 | 1 | -2/+2 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 1 | -3/+3 |
* | core: improved chainDb using sequential keys | zsfelfoldi | 2016-06-07 | 1 | -3/+3 |
* | core, eth: added json tag field for proper unmarshalling | Jeffrey Wilcke | 2016-04-25 | 1 | -1/+1 |
* | core: added basic chain configuration | Jeffrey Wilcke | 2016-04-01 | 1 | -9/+14 |
* | cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks | Péter Szilágyi | 2015-11-27 | 1 | -39/+75 |
* | core, eth, miner, xeth: clean up tx/receipt db accessors | Péter Szilágyi | 2015-11-19 | 1 | -1/+1 |
* | core, eth: receipt chain reconstruction | Péter Szilágyi | 2015-10-19 | 1 | -1/+1 |
* | core/state, core, miner: handle missing root error from state.New | Gustav Simonsson | 2015-10-16 | 1 | -3/+4 |
* | Merge pull request #1888 from obscuren/testnet | Jeffrey Wilcke | 2015-10-09 | 1 | -0/+21 |
|\ |
|
| * | cmd, core, eth: added official testnet | Jeffrey Wilcke | 2015-10-09 | 1 | -0/+21 |
* | | Merge pull request #1850 from karalabe/genesis-block-receipts | Jeffrey Wilcke | 2015-10-07 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | core: fix #1848, block receipts db entry for the genesis too | Péter Szilágyi | 2015-09-25 | 1 | -0/+3 |
* | | core, core/state: batch-based state sync | Felix Lange | 2015-09-23 | 1 | -6/+10 |
|/ |
|
* | core, core/types: readd transactions after chain re-org | Jeffrey Wilcke | 2015-09-22 | 1 | -5/+17 |
* | all: move common.Database to package ethdb | Felix Lange | 2015-09-15 | 1 | -4/+5 |
* | core: split out TD from database and all internals | Péter Szilágyi | 2015-09-11 | 1 | -10/+10 |
* | core, eth: split the db blocks into headers and bodies | Péter Szilágyi | 2015-09-11 | 1 | -1/+1 |
* | Add tests for uncle timestamps and refactor timestamp type | Gustav Simonsson | 2015-08-25 | 1 | -1/+1 |
* | core, eth, trie, xeth: merged state, chain, extra databases in one | Jeffrey Wilcke | 2015-08-08 | 1 | -9/+9 |
* | Merge pull request #1515 from fjl/license-fixes | Jeffrey Wilcke | 2015-07-28 | 1 | -1/+1 |
|\ |
|
| * | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | | core: genesis extra data field fix | Jeffrey Wilcke | 2015-07-26 | 1 | -1/+1 |
* | | core: fixed genesis write out to write only canon number | Jeffrey Wilcke | 2015-07-26 | 1 | -1/+8 |
* | | core: check genesis block before writeout | Jeffrey Wilcke | 2015-07-25 | 1 | -0/+4 |
|/ |
|
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | cmd, core, eth, common: genesis preparation | Jeffrey Wilcke | 2015-07-10 | 1 | -38/+96 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | core, miner, tests: renamed state methods | Jeffrey Wilcke | 2015-07-04 | 1 | -1/+1 |
* | core: add GenerateChain, GenesisBlockForTesting | Felix Lange | 2015-06-30 | 1 | -0/+18 |
* | core/types: make blocks immutable | Felix Lange | 2015-06-30 | 1 | -26/+11 |
* | core: settable genesis nonce | obscuren | 2015-06-09 | 1 | -2/+2 |
* | types: block json unmarshal method added | obscuren | 2015-06-04 | 1 | -2/+2 |
* | Merge branch 'frontier/natspec' of https://github.com/ethersphere/go-ethereum... | obscuren | 2015-04-21 | 1 | -2/+2 |
|\ |
|
| * | test account is no longer permanently in genesis block, only put there when t... | zsfelfoldi | 2015-04-20 | 1 | -8/+2 |
| * | NatSpec contracts are now not in the genesis block but added by the test | zsfelfoldi | 2015-04-20 | 1 | -1/+0 |
| * | NatSpec passing end to end test | zsfelfoldi | 2015-04-20 | 1 | -3/+2 |
| * | NatSpec contracts in genesis block, end to end test (unfinished) | zsfelfoldi | 2015-04-20 | 1 | -0/+8 |
* | | core: moved TD calculation from proc to chain | obscuren | 2015-04-20 | 1 | -0/+1 |
|/ |
|
* | Block header changed & console miner control | obscuren | 2015-04-06 | 1 | -1/+1 |
* | Read most protocol params from common/params.json | Gustav Simonsson | 2015-04-02 | 1 | -5/+3 |
* | Blocktest fixed, Execution fixed | obscuren | 2015-04-01 | 1 | -1/+1 |
* | Added Code field | obscuren | 2015-03-31 | 1 | -2/+6 |
* | moved state and vm to core | obscuren | 2015-03-23 | 1 | -1/+1 |
* | core: fix tests | Felix Lange | 2015-03-18 | 1 | -4/+0 |
* | converted vm | obscuren | 2015-03-17 | 1 | -4/+3 |
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -9/+9 |
* | POW fixes | obscuren | 2015-03-14 | 1 | -1/+0 |
* | Increased genesis gas & gas floor limit to 3141592 | obscuren | 2015-03-13 | 1 | -1/+2 |
* | Miner fixes and updates (including miner) | obscuren | 2015-03-05 | 1 | -2/+3 |
* | Fixed genesis | obscuren | 2015-03-04 | 1 | -7/+7 |
* | updated genesis | obscuren | 2015-03-04 | 1 | -0/+4 |
* | Changed nonce to a uint64 | obscuren | 2015-03-04 | 1 | -1/+1 |
* | Removed some methods from the JS REPL | obscuren | 2015-03-01 | 1 | -2/+0 |
* | Minor updates for release | obscuren | 2015-02-21 | 1 | -13/+31 |
* | Docs & old code removed | obscuren | 2015-02-03 | 1 | -1/+0 |
* | moving to a better xeth | obscuren | 2015-01-29 | 1 | -1/+1 |
* | Minor fixed and additions for block proc | obscuren | 2015-01-08 | 1 | -0/+1 |
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 1 | -2/+3 |
* | Switched to new trie | obscuren | 2014-12-24 | 1 | -1/+1 |
* | Refactored block & Transaction | obscuren | 2014-12-23 | 1 | -32/+33 |
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -0/+52 |