Commit Graph

71 Commits (d3b751e4d94f95f6cc89544852f2d5811e075665)

Author SHA1 Message Date
Jeffrey Wilcke bbc4ea4ae8 core/vm: improved EVM run loop & instruction calling (#3378) 8 years ago
Péter Szilágyi 89a32267f7
eth: fix miner start API to accept int, not hexint 8 years ago
Felix Lange cf71f5cd60 rpc: remove HexNumber, replace all uses with hexutil types 8 years ago
Péter Szilágyi 0ee796632a eth, miner: verify PoW in the remote agent to notify submitter (#3438) 8 years ago
Nick Johnson 9ba9fe818d cmd/utils, eth: Add gzip support for chain dump and restore 8 years ago
Jeffrey Wilcke 3fc7c97827 core, core/vm: implemented a generic environment (#3348) 8 years ago
Jeffrey Wilcke 4dca5d4db7 core/types, params: EIP#155 8 years ago
Jeffrey Wilcke 445feaeef5 core, core/state, trie: EIP158, reprice & skip empty account write 8 years ago
Péter Szilágyi 289b30715d Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
Péter Szilágyi 710435b51b core, eth, trie: reuse trie journals in all our code 8 years ago
Felix Lange a59a93f476 core/state: track all accounts in canon state 8 years ago
Nick Johnson 2f99720901 core/vm, eth: Add support for javascript trace functions 8 years ago
Nick Johnson 781915f183 core/vm: Refactor tracing to make Tracer the main interface 8 years ago
zsfelfoldi 00787fe781 core: added CheckNonce() to Message interface 8 years ago
Péter Szilágyi 96dc42d99c cmd, common, console, eth, release: drop redundant "full"s 8 years ago
zsfelfoldi 3a97280ae8 eth: separate common and full node-specific API and backend service 8 years ago
Jeffrey Wilcke bb3651abc8 core/state, eth: Updated suicides objects when tracing transactions 8 years ago
zsfelfoldi f9917c8c7b core: improved chainDb using sequential keys 8 years ago
Rémy Roy f86ea9aad5 eth/api: fixed GetCompilers when there is no error creating Solc 8 years ago
Bas van Kervel 64a6c2c1b6 eth: add new RPC method (personal.) SignAndSendTransaction 8 years ago
Péter Szilágyi 1580ec1804 accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and call 8 years ago
Jeffrey Wilcke 4b1a7d3868 eth: fixed regression in eth_signTransaction fixes #2578 8 years ago
Jeffrey Wilcke 7d59c5c58d eth: fixed tracing functions using the current header instead of parent 8 years ago
Péter Szilágyi 586eddfd09 release, all: integrate the release service into geth 9 years ago
Ales Katona 572da73d4d eth: add personal_importRawKey for runtime private key import 9 years ago
Péter Szilágyi cdcbb2f160 accounts/abi/bind, eth: add contract non-existent error 9 years ago
Felix Lange a40e61b4ac rpc: remove NotifierContextKey 9 years ago
Felix Lange d04a2e7557 all: update license information 9 years ago
Péter Szilágyi 53016c1225 eth, rpc: make trace configs optional 9 years ago
Péter Szilágyi bbc77f488e eth: fix single transaction tracing (run prev mutations) 9 years ago
Felix Lange bcd8aeefdd eth: add chaindbProperty to debug API 9 years ago
Felix Lange 46df50be18 accounts: improve API and add documentation 9 years ago
Felix Lange 549f1add29 eth: report unlock errors to RPC clients 9 years ago
Felix Lange 46e8940b19 accounts: streamline API 9 years ago
Bas van Kervel aa9fff3e68 rpc: various fixes/enhancements 9 years ago
Bas van Kervel f7328c5ecb rpc: add pub/sub support 9 years ago
Jeffrey Wilcke 1f3596c25a core: transition db now also returns the required gas amount 9 years ago
Jeffrey Wilcke f0cbebb19f core: added basic chain configuration 9 years ago
Jeffrey Wilcke 916fe11241 eth: enforce signing hashes using eth_sign instead of arbitrary data 9 years ago
Péter Szilágyi 4326061e35 eth: fix accidental nil panic on nil errors 9 years ago
Péter Szilágyi 6c670eff01 eth: manually convert errors to strings on the trace API (json cannot) 9 years ago
Péter Szilágyi 72826bb5ad accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABI 9 years ago
Jeffrey Wilcke 5f92606be2 eth/api: added root to the receipts 9 years ago
Jeffrey Wilcke 3601320ccd eth, rpc: implemented block debugging rpc calls 9 years ago
Jeffrey Wilcke 14013372ae core: Added EVM configuration options 9 years ago
Péter Szilágyi 0228fb57cd eth, miner: fetch pending block/state in on go (data race) 9 years ago
Leif Jurvetson bbbe2360d0 eth: various typos 9 years ago
Jeffrey Wilcke c616391df2 eth: fixed homestead tx check 9 years ago
Gustav Simonsson 371871d685 parmas, crypto, core, core/vm: homestead consensus protocol changes 9 years ago
Bas van Kervel 0ff2adb21b core: improved check for contract creation 9 years ago