Commit Graph

1147 Commits (c0a4d9e1e64a09a19484c8c12e24505d9bacbd57)

Author SHA1 Message Date
Bas van Kervel 2fed476ce1
core: fix race condition in WriteMipmapBloom 8 years ago
Péter Szilágyi 18c77744ff
all: fix spelling errors 8 years ago
Felix Lange 13e3b2f433 logger, pow/dagger, pow/ezp: delete dead code 8 years ago
Felix Lange f2da6581ba all: fix issues reported by honnef.co/go/simple/cmd/gosimple 8 years ago
Felix Lange 35a7dcb162 all: gofmt -w -s 8 years ago
Felix Lange d3b751e4d9 trie: remove dependency on ethdb 8 years ago
Felix Lange 7731061903 core/vm: move Log to core/types 8 years ago
Felix Lange e171bf74f8 core/types: remove redundant SignECDSA wrappers, rename to SignTx 8 years ago
Jeffrey Wilcke bbc4ea4ae8 core/vm: improved EVM run loop & instruction calling (#3378) 8 years ago
Péter Szilágyi 08eea0f0e4 accounts, core, crypto, internal: use normalised V during signature handling (#3455) 8 years ago
Bas van Kervel a1798a8188
core,cmd/utils: bugfix for ropsten dump imports 8 years ago
Péter Szilágyi c44830ebf3
core, light: allow zero cost txs from inexistent accounts too 8 years ago
Péter Szilágyi a59fcc33e6
core: import future blocks one-by-one, enfore chain ancestry 8 years ago
Bas van Kervel 9f1520b4c0 core: init pending state in tx pool on creation 8 years ago
bas-vk 4e36b1e3da core: bugfix state change race condition in txpool (#3412) 8 years ago
Jeffrey Wilcke 3fc7c97827 core, core/vm: implemented a generic environment (#3348) 8 years ago
Felix Lange f52a1ae849 core, core/vm, eth/filters: move Removed field into vm.Log 8 years ago
Steven Roose 61ccb43487 core/types: Document Transaction.To (#3366) 8 years ago
Felix Lange 24f288770e core/types: use package hexutil for JSON handling 8 years ago
Felix Lange 65e6319b12 core/vm: use package hexutil for JSON handling 8 years ago
Jeffrey Wilcke 801a13f791 core: fixed unwinding bad hash (#3347) 8 years ago
Jeffrey Wilcke 6061707371 core: eip unit tests (#3309) 8 years ago
Jeffrey Wilcke 12d654a6fc core, core/state: fixed consensus issue added touch revert 8 years ago
Péter Szilágyi 529c502876
core: remove dead event 8 years ago
Jeffrey Wilcke c04c8f10f0 core: improved bad block error reporting (#3320) 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
Nick Johnson c8695209f6 core: Don't perform EIP150 hash check on uncles (#3303) 8 years ago
Péter Szilágyi 178da7c6a9
mobile: initial wrappers for mobile support 8 years ago
Jeffrey Wilcke 6c9c1e6712 core, core/types: refactored tx chain id checking 8 years ago
Zsolt Felfoldi b10bcd924b core/types: turn off nonce checking for Call messages 8 years ago
Jeffrey Wilcke 648bd22427 core/vm/runtime: fixed go vet 8 years ago
Jeffrey Wilcke 0231d8f86d core, params: EIP#170 8 years ago
Jeffrey Wilcke 4dca5d4db7 core/types, params: EIP#155 8 years ago
Jeffrey Wilcke 779ddb1832 core/vm, params: EIP160: EXP reprice 8 years ago
Jeffrey Wilcke 445feaeef5 core, core/state, trie: EIP158, reprice & skip empty account write 8 years ago
Felix Lange b8bd9a71c8 all: update license information 8 years ago
Felix Lange be3865211c core/types: remove header accessors 8 years ago
Zsolt Felfoldi 760fd65487 light: light chain, VM env and tx pool 8 years ago
Jeffrey Wilcke 1b73c79234 common/math, core/vm: implement fast EXP (#3214) 8 years ago
Martin Holst Swende 36956da4d2 core: metrics collection for transaction events (#3157) 8 years ago
Péter Szilágyi 90b16a3e85
core/state, eth/downloader, trie: reset fast-failure on progress 8 years ago
Péter Szilágyi f0dbec0c93
cmd, params: only set default fork configs for test and mainnet 8 years ago
Péter Szilágyi 8639b0fae9
cmd/utils, core, params: explicitly pick reprice fork for fast sync 8 years ago
bas-vk b59c8399fb internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940) 8 years ago
Hao Bryan Cheng 89014b4524 core/vm: Ignore EnableJit ChainConfig setting (#3166) 8 years ago
Péter Szilágyi 1291778032
cmd/geth, code, eth/downloader: tune import logs and mem stats 8 years ago
Péter Szilágyi 88a593d559
cmd/geth, trie: report on trie cache unloads, also add debug log 8 years ago
Péter Szilágyi 4f46bd19d0
cmd, core/state: allow configurable trie cache generations 8 years ago
Benjamin Brent 55522373fd core/vm: fix GASPRICE string (resolves #2553) 8 years ago