Commit Graph

616 Commits (e287b56b69cdf8340f679e9cfd229c959cc45e24)

Author SHA1 Message Date
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
Gustav Simonsson 1b1f293082 core/state, core, miner: handle missing root error from state.New 9 years ago
Jeffrey Wilcke 30f057aaf9 eth/filters: added benchmark 9 years ago
Péter Szilágyi 402fd6e8c6 core, eth, event, miner, xeth: fix event post / subscription race 9 years ago
Jeffrey Wilcke 1de796f101 cmd, core, eth: added official testnet 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
Jeffrey Wilcke f7a71996fb core, event/filter, xeth: refactored filter system 9 years ago