Commit Graph

833 Commits (3e795881ea6d68c32da5da3c95f0d458a64e35c3)

Author SHA1 Message Date
Péter Szilágyi 188ab928c3 cmd, common, node, rpc: move IPC into the node itself 9 years ago
Péter Szilágyi 5da7ec7c18 cmd, eth, rpc: fix some RPC issues with pending blocks 9 years ago
Péter Szilágyi 72c255caef rpc: allow RPC requests on GET too 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
Felix Lange 3750d835a1 internal/debug: APIs for profiling and tracing 9 years ago
Felix Lange 5728dd381d rpc: fix success response encoding for null return value 9 years ago
Bas van Kervel 19b2640e89 rpc: migrated the RPC insterface to a new reflection based RPC layer 9 years ago
Felix Lange e4d794851b node, rpc/api: add debug_vmodule, move admin_verbosity to debug_verbosity 9 years ago
Bas van Kervel cdd34fcb16 console: add admin.sleep and admin.sleepBlocks 9 years ago
zsfelfoldi f3aac71fad rpc/v2: optionally passing context argument to rpc v2 api methods 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
Péter Szilágyi 3e1000fda3 cmd, eth, node, rpc, xeth: use single-instance services 9 years ago
Péter Szilágyi 1e806c4c77 cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks 9 years ago
Jeffrey Wilcke a1d9ef48c5 core, eth, rpc: split out block validator and state processor 9 years ago
Péter Szilágyi 53f28e71dc rpc/api: fix #1986, newIdentity autocomplete 9 years ago
Jeffrey Wilcke 6ea05f5a54 rpc/api, xeth: added signTransaction method 9 years ago
Péter Szilágyi 6e5349880e rpc/api: fix #1972 api regression (nil eth panic) in attach 9 years ago
Bas van Kervel 76410df6a2 rpc: return an unsupported error when "pending" was used to create a filter 9 years ago
Felix Lange fbdb44dcc1 cmd/utils, rpc/comms: stop XEth when IPC connection ends 9 years ago
Bas van Kervel c3c5f8b654 rpc: fixed params parsing problem which could lead to a panic 9 years ago
Péter Szilágyi e46ab3bdcd eth, p2p, rpc/api: polish protocol info gathering 9 years ago
zelig 4d005a2c1d rpc api: eth_getNatSpec 9 years ago
zelig 8b81ad1fc4 console: 9 years ago
Péter Szilágyi 5b0ee8ec30 core, eth, trie: fix data races and merge/review issues 9 years ago
Péter Szilágyi 832b37c822 core, eth: receipt chain reconstruction 9 years ago
Péter Szilágyi 42c8afd440 core: differentiate receipt concensus and storage decoding 9 years ago
Péter Szilágyi c33cc382b3 core: support inserting pure header chains 9 years ago
Gustav Simonsson 1b1f293082 core/state, core, miner: handle missing root error from state.New 9 years ago
Gustav Simonsson ec6a548ee3 all: Add GPU mining, disabled by default 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 90cd8ae9f2 rpc/api: don't crash for unknown blocks 9 years ago
Péter Szilágyi d4d3fc6a70 jsre, rpc/api: pull in new web3 and use hex numbers 9 years ago
Péter Szilágyi 0a7d059b6a eth, rpc: standardize the chain sync progress counters 9 years ago
Péter Szilágyi cdc2662c40 core: split out TD from database and all internals 9 years ago
Péter Szilágyi 3e6964b841 rpc/comms: fix #1795, ensure IPC path exists before binding 9 years ago
Hector Chu 4ea81f170a rpc/comms: fix bug attaching the console over http 9 years ago
Felix Lange 8b12bcc0ac rpc: add receiptRoot to getBlock* responses 9 years ago
Bas van Kervel 39e9560600 rpc/api allow empty password 9 years ago
Gustav Simonsson d9addf79fa Improve error string and remove unneeded else clause 9 years ago
Gustav Simonsson 829201382b rpc: return error code for eth_getWork when no work ready 9 years ago
Bas van Kervel 5dd2462816 rpc/api - remove personal.deleteAccount from RPC interface 9 years ago
Bas van Kervel f448310eef bugfix console error handling 9 years ago
caktux a1d8015817 add missing shh_getMessages to RPC mappings 9 years ago
Bas van Kervel d910148a96 Set ipc channel as user agent client 9 years ago
Bas van Kervel 9bf17eb05a rpc/comms reconnect ipc client after write error 9 years ago
Jeffrey Wilcke 269c5c7107 Revert "fdtrack: temporary hack for tracking file descriptor usage" 9 years ago
Jeffrey Wilcke 8839fee415 rpc/api: return boolean value for eth_submitHashrate 9 years ago