Commit Graph

28 Commits (b9683d3748dcb73ab5a5474334eaf157267d9c4a)

Author SHA1 Message Date
Péter Szilágyi 08eea0f0e4 accounts, core, crypto, internal: use normalised V during signature handling (#3455) 8 years ago
Felix Lange 12c964b2b7 internal/ethapi: fix hex handling for eth_call input and eth_sendRawTransaction 8 years ago
Felix Lange cf71f5cd60 rpc: remove HexNumber, replace all uses with hexutil types 8 years ago
Felix Lange adab2e16bd rpc: remove HexBytes, replace all uses with hexutil.Bytes 8 years ago
Felix Lange 3e4a04f34d internal/ethapi: fix hex handling for eth_sign, personal_{sign,recover} 8 years ago
bas-vk 4e36b1e3da core: bugfix state change race condition in txpool (#3412) 8 years ago
Zsolt Felfoldi b10bcd924b core/types: turn off nonce checking for Call messages 8 years ago
Jeffrey Wilcke 4dca5d4db7 core/types, params: EIP#155 8 years ago
Felix Lange b8bd9a71c8 all: update license information 8 years ago
Zsolt Felfoldi 9f8d192991 les: light client protocol and API 8 years ago
bas-vk b59c8399fb internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940) 8 years ago
Felix Lange 66ee2dec53 internal/ethapi: add debug.chaindbCompact 8 years ago
Kobi Gurkan 1a6682c21d internal/ethapi, internal/web3ext: adds raw tx retrieval methods 8 years ago
Bas van Kervel 6c959207db internal/ethapi: bugfix gas price and limit swapped in eth_resend 8 years ago
Bas van Kervel 71e8ae01b8 core/types: renamed receiptRoot to receiptsRoot 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
Péter Szilágyi 2924fdfcf7 ethereum, ethclient: add SyncProgress API endpoint 8 years ago
Péter Szilágyi 795b70423e core, eth, miner: only retain 1 tx/nonce, remove bad ones 8 years ago
Nick Johnson 781915f183 core/vm: Refactor tracing to make Tracer the main interface 8 years ago
Felix Lange 1a9e66915b common/compiler: simplify solc wrapper 8 years ago
Bas van Kervel 47ff813012 rpc: refactor subscriptions and filters 8 years ago
Felix Lange b0d9f7372a internal/ethapi: add missing output fields 8 years ago
Bas van Kervel 4ee00b2309 eth/api: rename signAndSendTransaction to sendTransaction 8 years ago
zsfelfoldi 00787fe781 core: added CheckNonce() to Message interface 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