Commit Graph

975 Commits (69c52bde3f5e48a3b74264bf4854e9768ede75b2)

Author SHA1 Message Date
Péter Szilágyi dda5af0e6c eth, miner: move the public miner api into eth to access etherbase 9 years ago
Péter Szilágyi f1ec226d80 eth/downloader: raise pending state limit that prevented concurrency 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
Jeffrey Wilcke 68dda34905 eth/filters: added notifications for out of bound log events 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
Bas van Kervel 6e7620afe0 eth: changed NodeInfo Genesis and Head types 9 years ago
Péter Szilágyi 9e011ff1cd core, eth/downloader: ensure state presence in ancestor lookup 9 years ago
Péter Szilágyi 1f39746886 eth/downloader: throttling tests are time-sensitive, don't run parallel 9 years ago
Felix Lange e6fb69296e common: remove old RLP implementation, Value and ExtPackage 9 years ago
Felix Lange 9be5d5cd90 eth/downloader: fix negative balance issue in tests 9 years ago
Péter Szilágyi e51eeb8104 eth: fix #2076, where end of hash query was interpreted number query 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
Bas van Kervel 61ca14bc44 eth: use global event mux instead 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
Péter Szilágyi b6f5523bdc eth/downloader: fetch data proportionally to peer capacity 9 years ago
Péter Szilágyi e86e0ecdc8 core, eth, miner, xeth: clean up tx/receipt db accessors 9 years ago
Felix Lange dd09af27af eth/downloader: run tests in parallel 9 years ago
Felix Lange b7b62d4b3c eth/downloader: also drain stateCh, receiptCh in eth/61 mode 9 years ago
Felix Lange db52a6a0ff eth: remove workaround for asynchronous processing in the downloader 9 years ago
Felix Lange 900da3d800 eth/downloader: don't hang for spurious deliveries 9 years ago
Jeffrey Wilcke a1d9ef48c5 core, eth, rpc: split out block validator and state processor 9 years ago
Péter Szilágyi 5d89bbdda1 eth: fix error casting regression during database open 9 years ago
Péter Szilágyi b658a73ed5 eth/downloader: fix dysfunctional ignore list hidden by generic set 9 years ago
Péter Szilágyi 3c6e285d3b cmd/geth, cmd/utils, eth: group CLI flags by purpose 9 years ago
Jeffrey Wilcke 1bc789553a eth: added new testnet peers 9 years ago
Felix Lange fbdb44dcc1 cmd/utils, rpc/comms: stop XEth when IPC connection ends 9 years ago
Péter Szilágyi 2019ed71b4 eth: don't block sync goroutines that short circuit 9 years ago
Péter Szilágyi e46ab3bdcd eth, p2p, rpc/api: polish protocol info gathering 9 years ago
Felix Lange ae1b5b3ff2 eth, xeth: fix GasPriceOracle goroutine leak 9 years ago
zelig 4d005a2c1d rpc api: eth_getNatSpec 9 years ago
Felix Lange 3cf74336c9 eth: time out status message exchange after 5s 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 aa0538db0b eth: clean out light node notions from eth 9 years ago
Péter Szilágyi a9d8dfc8e7 core, eth: roll back uncertain headers in failed fast syncs 9 years ago
Péter Szilágyi b97e34a8e4 eth/downloader: concurrent receipt and state processing 9 years ago
Péter Szilágyi ab27bee25a core, eth, trie: direct state trie synchronization 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 f186b39018 eth/downloader: add fast and light sync strategies 9 years ago
Péter Szilágyi c33cc382b3 core: support inserting pure header chains 9 years ago
Péter Szilágyi 92f9a3e5fa cmd, eth: support switching client modes of operation 9 years ago
Jeffrey Wilcke 6dc14788a2 core, eth/filters, miner, xeth: Optimised log filtering 9 years ago