Commit Graph

1218 Commits (fcc18f4c80a5a7e6cc39315fb1eeb2222c811701)

Author SHA1 Message Date
Jeffrey Wilcke 57f4e90257 Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)" 8 years ago
Martin Holst Swende 564b60520c core: ignore 0x prefix for code in JSON genesis blocks (#3656) 8 years ago
Jeffrey Wilcke 8b57c49490 params: core, core/vm, miner: 64bit gas instructions (#3514) 8 years ago
Brian Schroeder 296450451b state: take write lock in GetNonce (#3625) 8 years ago
bas-vk c46c41eae3 core/types: add unittest for tx json serialization (#3609) 8 years ago
Vivek Anand 82aa5b1de6 core: fix a small typo in blockchain.go (#3611) 8 years ago
Felix Lange 9b62facdd4 event: deprecate TypeMux and related types 8 years ago
Martin Holst Swende da92f5b2d6 core/genesis: add support for setting nonce in 'alloc' 8 years ago
Felix Lange fc52f2c007 core/types: make Transaction zero value printable (#3595) 8 years ago
bas-vk 0126d01435 types: bugfix invalid V derivation on tx json unmarshal (#3594) 8 years ago
Jeffrey Wilcke 508fdc3496 core: removal of dead-code 8 years ago
Martin Holst Swende 6fb76443b3 core/blockchain: Made logging of reorgs more structured (#3573) 8 years ago
Nick Johnson 17d92233d9 cmd/geth, core: add support for recording SHA3 preimages (#3543) 8 years ago
Felix Lange c5df37c111 eth: accept leading zeros for nonce parameter of submitWork (#3558) 8 years ago
Bas van Kervel 745a3adebd
core: remove support for Olympic network 8 years ago
Felix Lange 21f1370d2a core: improve import log alignment 8 years ago
Felix Lange b9b3efb09f all: fix ineffectual assignments and remove uses of crypto.Sha3 8 years ago
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