aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* core/vm, params: refactor chain configuration (#19735)Martin Holst Swende2019-08-056-377/+287
* core, les: fix les unit tests (#19823)gary rong2019-07-222-11/+11
* all: update author list and licensesPéter Szilágyi2019-07-223-9/+9
* cmd/geth, core/rawdb: add missing error checks (#19871)Christian Muehlhaeuser2019-07-222-1/+18
* core/state, p2p/discover, trie, whisper: avoid unnecessary conversions (#19870)Christian Muehlhaeuser2019-07-221-3/+3
* core: check error before accessing potentially nil blockPéter Szilágyi2019-07-181-2/+8
* all: replace t.Log(); t.FailNow() with t.Fatal() (#19849)Felix Lange2019-07-181-11/+6
* all: replace fmt.Print* calls with t.Log* in tests (#19670)大彬2019-07-171-1/+1
* core: fix write concurrency in txpool (#19835)gary rong2019-07-172-9/+29
* core/state: fix random test args (#19255)Sheldon2019-07-091-1/+1
* core: kill off managed state, use own tiny noncer for txpoolPéter Szilágyi2019-07-095-288/+76
* core/forkid: implement the forkid EIP, announce via ENR (#19738)Péter Szilágyi2019-07-083-1/+442
* eth, les: add sanity checks for unbounded block fields (#19573)Martin Holst Swende2019-07-081-0/+26
* core: lessen mem-spike during 1.8->1.9 conversion (#19610)Martin Holst Swende2019-07-081-4/+47
* core: fix receipt insertion (#19764)gary rong2019-07-031-5/+9
* core: fix chain indexer (#19786)gary rong2019-07-031-1/+1
* core: fix chain indexer reorg bug (#19748)Felföldi Zsolt2019-07-021-3/+18
* cmd, eth, les, param: drop --override.constantinoplePéter Szilágyi2019-07-021-7/+0
* all: on-chain oracle checkpoint syncing (#19543)gary rong2019-06-281-3/+4
* core/state, cmd/geth: streaming json output for dump command (#15475)Martin Holst Swende2019-06-242-37/+104
* core/vm, internal/ethapi: fail on eth_call when it times out, fixes #19186 (#...Martin Holst Swende2019-06-241-0/+5
* core: move TxPool reorg and events to background goroutine (#19705)Felix Lange2019-06-212-453/+543
* core/types: document RawSignatureValues (#19695)Felix Lange2019-06-121-1/+3
* core, ethdb, metrics, p2p: expose various counter metrics for grafanaPéter Szilágyi2019-06-117-95/+204
* core/rawdb: avoid O_APPEND (#19676)Frank Szendzielarz2019-06-101-24/+62
* les, les/flowcontrol: implement LES/3 (#19329)Felföldi Zsolt2019-05-312-17/+17
* core: concurrent database reinit from freezer dumpPéter Szilágyi2019-05-273-38/+135
* core/rawdb: keep genesis in key-value store for full sync tooPéter Szilágyi2019-05-271-4/+10
* core: never delete genesis block (#19617)gary rong2019-05-271-4/+10
* core/state: unified function receiver names (#19615)Mohanson2019-05-261-118/+118
* core/rawdb, eth/downloader: align 64bit atomic fieldsPéter Szilágyi2019-05-172-2/+10
* cmd/geth, core/rawdb: seamless freezer consistency, friendly removedbPéter Szilágyi2019-05-165-36/+68
* cosensus, core, eth, params, trie: fixes + clique history capPéter Szilágyi2019-05-164-28/+64
* core, cmd, vendor: fixes and database inspection tool (#15)gary rong2019-05-1611-67/+353
* freezer: disable compression on hashes and difficulties (#14)Martin Holst Swende2019-05-163-5/+15
* core/rawdb: support starting offset for future deletionMartin Holst Swende2019-05-162-30/+175
* all: integrate the freezer with fast syncgary rong2019-05-1613-267/+895
* core/rawdb: add file lock for freezerrjl4934564422019-05-162-5/+36
* freezer: implement split files for dataMartin Holst Swende2019-05-162-95/+815
* cmd, core, eth, les, node: chain freezer on top of db reworkPéter Szilágyi2019-05-166-26/+683
* core, eth, trie: bloom filter for trie node dedup during fast sync (#19489)Péter Szilágyi2019-05-133-8/+16
* core: fix formatting error (trailing whitepace)Péter Szilágyi2019-05-131-1/+1
* core: move error variable to error.go (#19560)PilkyuJung2019-05-132-3/+4
* core: fix import errors on clique crashes + empty blocks (#19544)Péter Szilágyi2019-05-102-2/+47
* core: handle importing known blocks more gracefully (#19417)gary rong2019-05-082-125/+303
* core: fix canonicality confusion (#19514)Martin Holst Swende2019-05-072-1/+130
* core/rawdb: fix typo (#19526)유용환2019-05-041-2/+2
* consensus,core,miner: avoid overhead of creating a new block (#19301)Martin Holst Swende2019-04-302-2/+2
* core/rawdb: typo fix storea => stores (#19498)Hongbin Mao2019-04-261-1/+1
* core: lookup txs by block number instead of block hash (#19431)Matthew Halpern2019-04-253-68/+97
* core/types: fix cummulative gas bug and legacy decoding testsgary rong2019-04-162-22/+36
* core, eth, les, light: scope receipt functionality a bit cleanerPéter Szilágyi2019-04-159-272/+233
* core, eth, les, light: store transaction receipts without txHash and gasCostMatthew Halpern2019-04-157-110/+536
* consensus,core: shortcut uncle validationMartin Holst Swende2019-04-082-1/+20
* core/state: fix state iterator (#19127)gary rong2019-04-052-5/+18
* core: minor code polishes + rebase fixesPéter Szilágyi2019-04-042-43/+57
* core: re-omit new log event when logs rebirthrjl4934564422019-04-042-9/+224
* core/vm: fix typos in comments (#19391)hydai2019-04-041-2/+2
* core/vm: instruction tests (#16327)Martin Holst Swende2019-04-0422-87/+159
* all: simplify timestamps to uint64 (#19372)Martin Holst Swende2019-04-039-31/+28
* Merge pull request #19328 from karalabe/preloadPéter Szilágyi2019-04-026-81/+202
|\
| * cmd, core, eth: support disabling the concurrent state prefetcherPéter Szilágyi2019-04-011-15/+18
| * core: prefetch next block state concurrentlyPéter Szilágyi2019-04-016-75/+193
* | core: fix typo in insertChain method doc (#19371)Runchao Han2019-04-021-1/+1
* | Merge pull request #19348 from LiangMa/overflowPRPéter Szilágyi2019-04-012-22/+21
|\ \ | |/ |/|
| * core/vm: polish gas PR, fix tests, make table drivenPéter Szilágyi2019-04-012-21/+20
| * core/vm: Correct the Memory Gas Overflow conditionLiang Ma2019-03-291-3/+3
* | core: cache tx signature before obtaining lock贺鹏飞2019-03-291-0/+7
|/
* core/types: add block location fields to receipt (#17662)Brent2019-03-277-2/+54
* core: 3rd try on splitting the trie metrics correctlyPéter Szilágyi2019-03-271-18/+25
* core, ethdb, trie: mode dirty data to clean cache on flush (#19307)Martin Holst Swende2019-03-266-11/+20
* Merge pull request #19308 from holiman/fix_reset_txpoolPéter Szilágyi2019-03-261-1/+16
|\
| * core: make txpool handle reorg due to setHeadMartin Holst Swende2019-03-211-1/+16
* | core: split trie op metrics from the correct chain metricsPéter Szilágyi2019-03-251-6/+3
* | core: split out detailed trie access metrics from insertion time (#19316)Péter Szilágyi2019-03-253-18/+98
|/
* cmd, core, eth, trie: get rid of trie cache generations (#19262)Péter Szilágyi2019-03-143-67/+45
* asm: remove unused parameter for function Lex (#18058)Corey Lin2019-03-142-2/+2
* core: use headers only where blocks are unnecessaryPéter Szilágyi2019-03-135-11/+11
* core/vm: 64 bit memory and gas calculations (#19210)Martin Holst Swende2019-03-129-737/+910
* state: fix emptyStatet to emptyRoot (#19254)Sheldon2019-03-121-3/+3
* all: clean up and proerly abstract database accessPéter Szilágyi2019-03-0631-209/+422
* core/types: fix receipt legacy decodingPéter Szilágyi2019-02-282-4/+12
* travis, appveyor, Dockerfile: upgrade to Go 1.12Samuel Marks2019-02-271-1/+1
* les, les/flowcontrol: improved request serving and flow control (#18230)Felföldi Zsolt2019-02-261-0/+11
* core: remove unnecessary fields in logs, receipts and tx lookups (#17106)gary rong2019-02-219-51/+133
* core: more tests for sidechain import, fixes #19105 (#19113)Martin Holst Swende2019-02-212-20/+115
* core/vm: remove unused constants (#19095)Péter Szilágyi2019-02-201-4/+0
|\
| * core/vm: remove unused constantsMatthew Halpern2019-02-181-4/+0
* | core: remove redundant parentheses (#19106)Matthew Halpern2019-02-192-2/+2
|/
* core: remove unused function (#19097)Matthew Halpern2019-02-181-17/+0
* core/vm: update annotation (#19050)needkane2019-02-181-9/+6
* core: enforce camel case variable names (#19058)Matthew Halpern2019-02-151-6/+6
* core: fix pruner panic when importing low-diff-large-sidechainPéter Szilágyi2019-02-083-86/+44
* core: repro #18977Martin Holst Swende2019-02-082-1/+104
* cmd/utils, eth: relinquish GC cache to read cache in archive modePéter Szilágyi2019-02-072-4/+4
* core/state: more memory efficient preimage allocation (#16663)atsushi-ishibashi2019-02-072-1/+10
* core/vm: unshadow err to make it visible in tracers(#18504)Martin Holst Swende2019-02-041-3/+4
* Merge pull request #18121 from karalabe/goerliPéter Szilágyi2019-02-042-1/+13
|\
| * cmd, core, params: add support for GoerliPéter Szilágyi2019-02-042-1/+13
* | core: fix error in block iterator (#18986)Martin Holst Swende2019-02-042-11/+3
|/
* core/types: remove use of package unsafeGus2019-01-291-2/+4
* les: implement ultralight client (#16904)b00ris2019-01-241-6/+10
* core/vm: fix typos and use ExpGas for EXP (#18400)Nalin Bhardwaj2019-01-241-2/+2
* core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486)Martin Holst Swende2019-01-243-2/+9
* core: only cache non-nil receipts from the database (#18447)silence2019-01-171-0/+3
* core, light: get rid of the dual mutexes, hard to reason withPéter Szilágyi2019-01-112-51/+31
* core, eth: fix database version (#18429)gary rong2019-01-112-8/+16
* Merge pull request #18371 from jeremyschlatter/patch-1Péter Szilágyi2019-01-041-1/+1
|\
| * core/types: update incorrect commentJeremy Schlatter2018-12-291-1/+1
* | vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-043-8/+8
|/
* core: sanitize more TxPoolConfig fields (#17210)Jordan Krage2018-12-202-1/+21
* core/state: rename 'new' variable (#18301)Shuai Qi2018-12-141-2/+2
* Comment error (#18303)qd-ethan2018-12-141-1/+1
* cmd/geth, core, eth: implement Constantinople override flag (#18273)Martin Holst Swende2018-12-111-0/+6
* cmd/evm, core/vm, eth: implement api methods to do stdjson dump to local file...Martin Holst Swende2018-12-101-0/+83
* core, internal, eth, miner, les: Take VM config from BlockChain (#17955)Paweł Bylica2018-12-061-0/+5
* tests, core: update tests and make STATICCALL cause touch-delete (#18187)Martin Holst Swende2018-11-291-0/+6
* core: more detailed metrics for block processing (#18119)Martin Holst Swende2018-11-281-1/+12
* fix mixHash/nonce for parity compatible network (#18166)Jaynti Kanani2018-11-262-12/+12
* core: return error if repair block failed (#18126)mr_franklin2018-11-231-1/+5
* Merge pull request #17973 from holiman/splitter2Péter Szilágyi2018-11-223-157/+368
|\
| * core: polish side chain importer a bitPéter Szilágyi2018-11-213-294/+328
| * core: better side-chain importingMartin Holst Swende2018-11-201-96/+273
* | core: better printout of receipts in bad block reports (#18156)Martin Holst Swende2018-11-221-2/+4
* | core: fix comment typo (#18144)mr_franklin2018-11-211-1/+1
|/
* core, eth/downloader: fix ancestor lookup for fast syncPéter Szilágyi2018-11-162-2/+20
* cmd, core, eth, light, trie: add trie read caching layerPéter Szilágyi2018-11-152-11/+24
* core: fix default trie cache limit (#17860)gary rong2018-11-131-1/+1
* rawdb: remove unused parameter for WritePreimages func (#18059)Corey Lin2018-11-093-5/+4
* core/state: remove lock (#18065)Felix Lange2018-11-091-6/+0
* Merge pull request #17982 from holiman/polish_contantinople_extcodehashPéter Szilágyi2018-11-081-1/+6
|\
| * core/vm: check empty in extcodehashMartin Holst Swende2018-10-261-1/+6
* | core/vm, eth/tracers: use pointer receiver for GetRefund (#18018)Corey Lin2018-11-081-1/+1
* | eth/downloader: speed up tests by generating chain only once (#17916)Felix Lange2018-11-071-16/+28
* | core, eth/downloader: fix validation flaw, fix downloader printout flaw (#17974)Martin Holst Swende2018-11-071-6/+6
|/
* core/state: simplify proof methods (#17965)Felix Lange2018-10-242-17/+13
* core/vm: adds refund as part of the json standard trace (#17910)Martin Holst Swende2018-10-233-36/+50
* core: fix a typo (#17941)Wuxiang2018-10-191-1/+1
* EIP-1186 eth_getProof (#17737)Simon Jentzsch2018-10-192-0/+30
* core/types: fix comment for func SignatureValues (#17921)Smilenator2018-10-161-1/+1
* core/vm: add shortcuts for trivial exp cases (#16851)Martin Holst Swende2018-10-161-4/+16
* core/asm: Use hexadecimal addresses in assembly dumps (#17870)Guillaume Ballet2018-10-091-4/+4
* core/types: Log.Index is the index in block, not receipt (#17866)Wenbiao Zheng2018-10-081-1/+1
* core/vm: reuse Keccak-256 hashes across opcode executions (#17863)Péter Szilágyi2018-10-083-6/+48
* core/vm : fix failing testcase (#17852)Martin Holst Swende2018-10-061-1/+2
* core/vm: SHA3 word cost for CREATE2 (#17812)Martin Holst Swende2018-10-052-0/+87
* core/vm: faster create/create2 (#17806)Martin Holst Swende2018-10-046-52/+145
* core: use ChainHeadEvent subscription in the chain indexer (#17826)Felföldi Zsolt2018-10-031-6/+6
* core: fix unnecessary ancestor lookup after a fast sync (#17825)Péter Szilágyi2018-10-031-5/+5
* core, internal/ethapi: add and use LRU cache for receipts (#17610)Ryan Schneider2018-09-301-6/+18
* core/types: make tx signature values optional in JSON (#17742)reinerRubin2018-09-302-12/+23
* core/types: fix typos (#17762)thumb84322018-09-301-2/+2
* all: fix various comment typos (#17748)Liang ZOU2018-09-252-2/+2
* Merge pull request #17383 from holiman/eip1283Péter Szilágyi2018-09-218-138/+164
|\
| * core, params: polish net gas metering PR a bitPéter Szilágyi2018-09-189-218/+138
| * core,state: finish implementing Eip 1283Martin Holst Swende2018-09-186-16/+41
| * core, state: initial implementation of Eip-1283Martin Holst Swende2018-09-185-3/+84
* | core: fix a typo (#17733)Wuxiang2018-09-211-2/+2
* | core, eth: fix dependency cycle (#17720)gary rong2018-09-211-50/+21
* | all: protect self-mined block during reorg (#17656)gary rong2018-09-208-35/+75
* | common, core, light: add block age into info logsPéter Szilágyi2018-09-202-12/+30
* | core/vm: add switches to select evm+ewasm interpreters (#17687)Guillaume Ballet2018-09-202-2/+25
* | core, eth: fix goimports for Go 1.11Péter Szilágyi2018-09-191-1/+1
|/
* Merge pull request #17622 from karalabe/chain-maker-sealPéter Szilágyi2018-09-171-2/+8
|\
| * consensus/clique, core: chain maker clique + error testsPéter Szilágyi2018-09-111-2/+8
* | all: simplify s[:] to s where s is a slice (#17673)Emil2018-09-152-3/+3
* | core/vm: fix typo 'EVM EVM' ==> 'EVM' (#17654)Liang ZOU2018-09-131-1/+1
|/
* core/vm: Hide read only flag from Interpreter interface (#17461)Paweł Bylica2018-09-082-30/+16
* core: fix typo in comment (#17586)Hyung-Kyu Hqueue Choi2018-09-051-1/+1
* core/vm, tests: update tests, enable constantinople statetests, fix SAR opcod...Martin Holst Swende2018-09-041-1/+1
* core, eth, trie: use common/prque (#17508)Wenbiao Zheng2018-09-032-6/+6
* cmd, core, eth, miner, params: configurable gas floor and ceilPéter Szilágyi2018-08-293-10/+17
* core: safe indexer operation when syncing starts before the checkpoint (#17511)Felföldi Zsolt2018-08-281-11/+45
* all: make indexer configurable (#17188)gary rong2018-08-281-1/+0
* core: fix typos in comment (#17531)Sheldon2018-08-281-4/+4
* all: remove the duplicate 'the' in annotations (#17509)Wenbiao Zheng2018-08-273-3/+3
* miner: fix state commit, track old work packages too (#17490)gary rong2018-08-231-23/+0
* core/statedb: deep copy logs (#17489)gary rong2018-08-231-3/+6
* cmd, core, miner: add --txpool.locals and priority miningPéter Szilágyi2018-08-221-4/+35
* core/types: fix docs about protected Vs (#17436)Aditya2018-08-201-1/+1
* miner: regenerate mining work every 3 seconds (#17413)gary rong2018-08-161-3/+0
* light: CHT and bloom trie indexers working in light mode (#16534)Felföldi Zsolt2018-08-162-10/+26
* miner: move agent logic to worker (#17351)gary rong2018-08-141-3/+4
* crypto: change formula for create2 (#17393)gary rong2018-08-141-1/+1
* core: fix comment typo (#17376)Mymskmkt2018-08-131-2/+2
* core/vm: fix comment typo (#17319)stormpang2018-08-061-1/+1
* core/vm: update benchmarks for core/vm (#17308)Hyung-Kyu Hqueue Choi2018-08-031-0/+4
* core/vm: fix typo in cryptographic hash function name (#17285)Ha ĐANG2018-07-311-1/+1
* core: fix some small typos on comment code (#17278)Ha ĐANG2018-07-303-3/+3
* all: simplify switches (#17267)Oleg Kovalov2018-07-301-2/+1
* core: report progress on log chain exports (#17066)Raghav Sood2018-07-261-3/+7
* core/vm: support for multiple interpreters (#17093)Guillaume Ballet2018-07-256-240/+315
* core: fixed typo in addresssByHeartbeat (#17243)Antoine Rondelet2018-07-251-5/+5
* core: fix typo in comment codehadv2018-07-251-1/+1
* core: fix txpool guarantee comment (#17214)Osuke2018-07-241-1/+1
* core/vm, params: implement EXTCODEHASH opcode (#17202)gary rong2018-07-244-0/+45
* core, crypto, params: implement CREATE2 evm instrction (#17196)gary rong2018-07-246-17/+87
* core: fix comment typo (#17236)Wenbiao Zheng2018-07-241-3/+3
* core/bloombits, light: fix typos (#17235)Sheldon2018-07-242-6/+6
* core, ethdb: two tiny fixes (#17183)gary rong2018-07-181-12/+18
* core/types: polish TxDifference code and docs a bit (#17130)Smilenator2018-07-091-3/+3
* core/vm: reuse bigint pools across transactions (#17070)Guillaume Ballet2018-07-034-2/+112
* ethdb, core: implement delete for db batch (#17101)gary rong2018-07-022-10/+18
* core/vm: clear linter warnings (#17057)Guillaume Ballet2018-06-269-30/+51
* trie: cache collapsed tries node, not rlp blobs (#16876)Péter Szilágyi2018-06-213-5/+5
* core: remove dead code, limit test code scope (#17006)Wenbiao Zheng2018-06-194-48/+34
* core/asm: correct comments typo (#16974)Caesar Chad2018-06-141-2/+2
* core: reduce nesting in transaction pool code (#16980)Wenbiao Zheng2018-06-141-5/+3
* core/vm: optimize MSTORE and SLOAD (#16939)Martin Holst Swende2018-06-143-11/+68
* core/asm: correct comments typo (#16975)Caesar Chad2018-06-141-1/+1
* core: change comment to match code more closely (#16963)John C. Vernaleo2018-06-131-1/+1
* core, eth, les: more efficient hash-based header chain retrieval (#16946)Felföldi Zsolt2018-06-122-0/+49
* core/rawdb: wrap db key creations (#16914)Wenbiao Zheng2018-06-114-48/+85
* core: improve getBadBlocks to return full block rlp (#16902)Martin Holst Swende2018-06-111-13/+7
* core: relax type requirement for bc in ApplyTransaction (#16901)ledgerwatch2018-06-071-1/+1
* Merge pull request #16882 from karalabe/streaming-ecrecoverPéter Szilágyi2018-06-053-0/+113
|\
| * core: concurrent background transaction sender ecrecoverPéter Szilágyi2018-06-053-0/+113
* | params: fix golint warnings (#16853)kiel barry2018-06-054-13/+13
|/
* core: fix typo in comment codehadv2018-06-051-1/+1
* core, eth, trie: streaming GC for the trie cache (#16810)Péter Szilágyi2018-06-041-22/+20
* core: fix transaction event asynchronicityPéter Szilágyi2018-05-301-1/+1
* trie: rename TrieSync to Sync and improve hexToKeybytes (#16804)Wenbiao Zheng2018-05-291-3/+3
* Merge pull request #16831 from abeln/patch-1Péter Szilágyi2018-05-291-1/+1
|\
| * core/vm: fix typo in commentAbel Nieto2018-05-291-1/+1
* | core: improve test for TransactionPriceNonceSort (#16413)kimmylin2018-05-291-22/+7
|/
* common: improve documentation comments (#16701)kiel barry2018-05-292-4/+4
* core: use a wrapped map to remove contention in `TxPool.Get`. (#16670)Ryan Schneider2018-05-233-69/+132
* core/vm: fix typo in instructions.go (#16788)Abel Nieto2018-05-231-1/+1
* core/types: convert status type from uint to uint64 (#16784)gary rong2018-05-232-8/+10
* Merge pull request #16758 from hadv/fix/typosPéter Szilágyi2018-05-201-1/+1
|\
| * core, consensus: fix some typos in comment code and output loghadv2018-05-191-1/+1
* | core, eth: minor txpool event cleanupsPéter Szilágyi2018-05-184-47/+44
* | all: collate new transaction events togetherrjl4934564422018-05-184-33/+66
|/
* all: get rid of error when creating memory database (#16716)gary rong2018-05-0919-131/+96
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-0716-945/+989
* Merge pull request #16576 from CrispinFlowerday/bugfix/local_underpriced_txsPéter Szilágyi2018-05-022-10/+14
|\
| * core: ensure local transactions aren't discarded as underpricedCrispin Flowerday2018-05-022-10/+14
* | core: golint updates for this or self warning (#16633)kiel barry2018-05-024-18/+18
|/
* core, eth: fix tracer dirty finalizationPéter Szilágyi2018-04-272-21/+5
* core/state: cache missing storage entries (#16584)Felix Lange2018-04-271-4/+1
* core/types: avoid duplicating transactions on changing signer (#16435)kimmylin2018-04-241-1/+4
* all: fix various typos (#16533)Wuxiang2018-04-191-1/+1
* core/asm: accept uppercase instructions (#16531)dm42018-04-191-2/+2
* core/asm: remove unused condition (#16487)dm42018-04-181-3/+0
* build: enable goimports and varcheck linters (#16446)thomasmodeneis2018-04-184-10/+0
* core: txpool stable underprice drop order, perf fixesPéter Szilágyi2018-04-123-24/+101
* core/state: fix ripemd-cornercase in CopyMartin Holst Swende2018-04-111-2/+8
* core/state: fix bug in copy of copy StateMartin Holst Swende2018-04-112-0/+26
* core: remove stray account creations in state transition (#16470)Felix Lange2018-04-101-42/+16
* common: delete StringToAddress, StringToHash (#16436)Felix Lange2018-04-101-2/+2