Commit Graph

100 Commits (d0fd8d6fc29ec859650adf30718e2b06786e854f)

Author SHA1 Message Date
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
Jeffrey Wilcke 725f2a4cf7 eth: Added GPO to suggest default gas prices 9 years ago
Péter Szilágyi 59cd60b266 eth, eth/downloader, jsre: surface state sync progress through the API 9 years ago
Péter Szilágyi dda5af0e6c eth, miner: move the public miner api into eth to access etherbase 9 years ago
Bas van Kervel 5fb68f4b39 eth: sendTransaction would not report the error when tx could not be added to tx pool 9 years ago
Péter Szilágyi 6b939fbeaa rpc: add jsonrpc version to module request, use json types 9 years ago
Péter Szilágyi 5da7ec7c18 cmd, eth, rpc: fix some RPC issues with pending blocks 9 years ago
Peter Pratscher 15780ead07 core/vm, rpc/api: renamed to debug.replayTransaction, migrated to new RPC, integrated feedback 9 years ago
Péter Szilágyi d3642b0715 core, eth, rpc/api: rpc method to inspect the txpool queue 9 years ago
Bas van Kervel 19b2640e89 rpc: migrated the RPC insterface to a new reflection based RPC layer 9 years ago
zsfelfoldi 975c591261 core: tx pool skip price validation for "owned" transactions 9 years ago
Péter Szilágyi d8370a4e15 core, eth, node, rpc: port the admin and debug API 9 years ago
Bas van Kervel eae81465c1 rpc: new RPC implementation with pub/sub support 9 years ago