Commit Graph

93 Commits (31bc2a2434ed29b6cd020ee712722b4b865f32e1)

Author SHA1 Message Date
Martin Holst Swende 0b4fe8d192 all: simplify timestamps to uint64 (#19372) 6 years ago
Péter Szilágyi 054412e335
all: clean up and proerly abstract database access 6 years ago
Péter Szilágyi b0ed083ead
cmd, core, params: add support for Goerli 6 years ago
Martin Holst Swende ecb781297b core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486) 6 years ago
Martin Holst Swende 83a9a73b89 cmd/geth, core, eth: implement Constantinople override flag (#18273) 6 years ago
Péter Szilágyi faa69bea1c
core, eth: fix goimports for Go 1.11 6 years ago
gary rong 7beccb29be all: get rid of error when creating memory database (#16716) 7 years ago
Péter Szilágyi 6cf0ab38bd
core/rawdb: separate raw database access to own package (#16666) 7 years ago
Péter Szilágyi 55599ee95d core, trie: intermediate mempool between trie and database (#15857) 7 years ago
Péter Szilágyi 6f69cdd109
all: switch gas limits from big.Int to uint64 7 years ago
ferhat elmas 9619a61024 all: gofmt -w -s (#15419) 7 years ago
Péter Szilágyi 6d6a5a9337 cmd, consensus, core, miner: instatx clique for --dev (#15323) 7 years ago
Martin Holst Swende 47359301a2 core: blocknumber in genesis as hex (#14812) 8 years ago
Felix Lange 225de7ca0a tests: update tests and implement general state tests (#14734) 8 years ago
Péter Szilágyi 8f12d76a47
params: remove redundant consts, disable metro on AllProtocolChanges 8 years ago
Felix Lange 9e5f03b6c4 core/state: access trie through Database interface, track errors (#14589) 8 years ago
changhong 17f0b11942
core: typos and comments improve 8 years ago
Péter Szilágyi d51a9fd6b7
cmd, core, params: add --rinkeby flag for fast connectivity 8 years ago
Péter Szilágyi edef84da2b
core: make genesis incompatibility error more explicit 8 years ago
Felix Lange 3d8de95f99 core, core/types: regenerate JSON marshaling, add "hash" to headers (#13868) 8 years ago
Felix Lange aa9a78e463 core, core/types: use non-pointer receiver for Marshal* methods 8 years ago
Felix Lange 37dd9086ec core: refactor genesis handling 8 years ago
Jeffrey Wilcke 7ff75ac2f2 cmd/utils, core, params: fork all teh things for dev mode (#3697) 8 years ago
Péter Szilágyi e588e0ca2b
all: next batch of log polishes to contextual versions 8 years ago
Felix Lange 5c8fe28b72 common: move big integer math to common/math (#3699) 8 years ago
Péter Szilágyi d4fd06c3dc
all: blidly swap out glog to our log15, logs need rework 8 years ago
Martin Holst Swende 564b60520c core: ignore 0x prefix for code in JSON genesis blocks (#3656) 8 years ago
Martin Holst Swende da92f5b2d6 core/genesis: add support for setting nonce in 'alloc' 8 years ago
Bas van Kervel 745a3adebd
core: remove support for Olympic network 8 years ago
Bas van Kervel a1798a8188
core,cmd/utils: bugfix for ropsten dump imports 8 years ago
Jeffrey Wilcke a8ca75738a core: implemented new ropsten testnet 8 years ago
Jeffrey Wilcke aad4890082 cmd/geth, core, light, mobile: removed state account StartingNonce 8 years ago
Jeffrey Wilcke 445feaeef5 core, core/state, trie: EIP158, reprice & skip empty account write 8 years ago
zsfelfoldi f9917c8c7b core: improved chainDb using sequential keys 9 years ago
Jeffrey Wilcke c1a4dcfc87 core, eth: added json tag field for proper unmarshalling 9 years ago
Jeffrey Wilcke f0cbebb19f core: added basic chain configuration 9 years ago
Péter Szilágyi 1e806c4c77 cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks 9 years ago
Péter Szilágyi e86e0ecdc8 core, eth, miner, xeth: clean up tx/receipt db accessors 9 years ago
Péter Szilágyi 832b37c822 core, eth: receipt chain reconstruction 9 years ago
Gustav Simonsson 1b1f293082 core/state, core, miner: handle missing root error from state.New 9 years ago
Jeffrey Wilcke 1de796f101 cmd, core, eth: added official testnet 9 years ago
Péter Szilágyi 830ddcee60 core: fix #1848, block receipts db entry for the genesis too 9 years ago
Felix Lange a2d5a60418 core, core/state: batch-based state sync 9 years ago
Jeffrey Wilcke eaa4473dbd core, core/types: readd transactions after chain re-org 9 years ago
Felix Lange 8c4dab77ba all: move common.Database to package ethdb 10 years ago
Péter Szilágyi cdc2662c40 core: split out TD from database and all internals 10 years ago
Péter Szilágyi 2b339cbbd8 core, eth: split the db blocks into headers and bodies 10 years ago
Gustav Simonsson 7324176f70 Add tests for uncle timestamps and refactor timestamp type 10 years ago
Jeffrey Wilcke a23478c0be core, eth, trie, xeth: merged state, chain, extra databases in one 10 years ago
Jeffrey Wilcke 3530acb9e2 core: genesis extra data field fix 10 years ago