Commit Graph

576 Commits (0acc0a1f863d2aa885fe9b9e55a722448e73ee79)

Author SHA1 Message Date
Felix Lange 1b7b2ba216 tests: update test files from github.com/ethereum/tests @ 45bc1d21d3c1 8 years ago
Felix Lange 1f1ea18b54 core/state: implement reverts by journaling all changes 8 years ago
Péter Szilágyi cb84e3f029 cmd, core, internal, light, tests: avoid hashing the code in the VM 8 years ago
Felix Lange a59a93f476 core/state: track all accounts in canon state 8 years ago
Nick Johnson 781915f183 core/vm: Refactor tracing to make Tracer the main interface 9 years ago
Péter Szilágyi 2c2e389b77 cmd, core, eth, miner, params, tests: finalize the DAO fork 9 years ago
Péter Szilágyi 461cdb593b core, params, tests: add DAO hard-fork balance moves 9 years ago
zsfelfoldi 00787fe781 core: added CheckNonce() to Message interface 9 years ago
Péter Szilágyi 6362a9d610 Revert "test, cmd/evm, core, core/vm: illegal code hash implementation" 9 years ago
Jeffrey Wilcke 7a5b571c67 test, cmd/evm, core, core/vm: illegal code hash implementation 9 years ago
zsfelfoldi f9917c8c7b core: improved chainDb using sequential keys 9 years ago
Felix Lange ca18202eb9 eth: enable bad block reports 9 years ago
Felix Lange 6fdd0893c3 all: fix go vet warnings 9 years ago
Felix Lange d04a2e7557 all: update license information 9 years ago
Felix Lange 83877a0f9d tests: remove eth, node, accounts dependencies 9 years ago
Jeffrey Wilcke f0cbebb19f core: added basic chain configuration 9 years ago
Jeffrey Wilcke 14013372ae core: Added EVM configuration options 9 years ago
Jeffrey Wilcke 342ae7ce7d core, core/vm, tests: changed the initialisation behaviour of the EVM 9 years ago
Péter Szilágyi 0a5ee08e2b Godeps, eth, tests: update ethash, used shared for testing 9 years ago
Ricardo Catalinas Jiménez 436fc8d76a all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 9 years ago
Jeffrey Wilcke 5b283663b4 core: Added new TD strategy which mitigate the risk for selfish mining 9 years ago
Jeffrey Wilcke b6d88a0e9f core, core/vm, crypto: fixes for homestead 9 years ago
Jeffrey Wilcke 4f4d2b6474 tests: updated homestead tests 9 years ago
Gustav Simonsson 371871d685 parmas, crypto, core, core/vm: homestead consensus protocol changes 9 years ago
Péter Szilágyi 1e806c4c77 cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks 9 years ago
Gustav Simonsson 220b0bf6e5 Update common test files 9 years ago
Péter Szilágyi 9dc5de51a2 tests: fix data race in bad-block-report disabling during tests 9 years ago
Drake Burroughs 05ea8926c3 cmd/utils, crypto: add --lightkdf flag for lighter KDF 9 years ago
Gustav Simonsson 145366c07e tests: update JSON files, add new wrappers 9 years ago
Jeffrey Wilcke 80f26086ee core, tests: get_hash fix 9 years ago
Felix Lange de8d5aaa92 core, core/state: move gas tracking out of core/state 9 years ago
Gustav Simonsson 1b1f293082 core/state, core, miner: handle missing root error from state.New 9 years ago
Gustav Simonsson e1616f77c7 core, core/vm, cmd/evm: remove redundant balance check 9 years ago
Jeffrey Wilcke 7c7692933c cmd/geth, cmd/utils, core, rpc: renamed to blockchain 9 years ago
Jeffrey Wilcke 361082ec4b cmd/evm, core/vm, test: refactored VM and core 9 years ago
Felix Lange a2d5a60418 core, core/state: batch-based state sync 9 years ago
Gustav Simonsson 5621308949 tests: add test for StateTests/stCallCodes.json 10 years ago
Gustav Simonsson 47ca6904b3 tests: use lastblockhash field to validate reorgs and block headers 10 years ago
Gustav Simonsson 075815e5ff tests: update common test wrappers and test files 10 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
Gustav Simonsson fe8093b71f Add TestBcForkUncleTests and update JSON files 10 years ago
Gustav Simonsson 7324176f70 Add tests for uncle timestamps and refactor timestamp type 10 years ago
Jeffrey Wilcke 36f7fe61c3 core, tests: Double SUICIDE fix 10 years ago
Jeffrey Wilcke 9cacec70f9 cmd/evm, core/vm, tests: changed DisableVm to EnableVm 10 years ago
Jeffrey Wilcke a23478c0be core, eth, trie, xeth: merged state, chain, extra databases in one 10 years ago
Jeffrey Wilcke ac697326a6 core/vm: reduced big int allocations 10 years ago
Jeffrey Wilcke 184e9ae9a8 core, tests: reduced state copy by N calls 10 years ago
Jeffrey Wilcke 846f34f78b core/vm, tests: implemented semi-jit vm 10 years ago
Jeffrey Wilcke 71d32f54f7 core, miner: added difficulty bomb 10 years ago