Commit Graph

729 Commits (409b61fe3c8046dc26f3442846e9f7032bebb9c5)

Author SHA1 Message Date
bas-vk 5e29f4be93 cmd/utils, node: remove unused solc references and improve RPC config (#14324) 8 years ago
Felix Lange 30d706c35e cmd/geth: add --config file flag (#13875) 8 years ago
Péter Szilágyi 1018bf6a00 rpc: honour pending requests before tearing conn down (#3814) 8 years ago
Felix Lange c213fd1fd8 all: import "context" instead of "golang.org/x/net/context" 8 years ago
Micah Zoltu 4e4e5fca54 rpc: add support for extended headers in CORS requests (#3783) 8 years ago
Péter Szilágyi d4fd06c3dc
all: blidly swap out glog to our log15, logs need rework 8 years ago
Felix Lange a2b4abd89a rpc: send nil on subscription Err channel when Client is closed 8 years ago
Felix Lange b9b3efb09f all: fix ineffectual assignments and remove uses of crypto.Sha3 8 years ago
Péter Szilágyi 18c77744ff
all: fix spelling errors 8 years ago
Felix Lange 35a7dcb162 all: gofmt -w -s 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 a3e3235d97 rpc: improve error messages for invalid arguments 8 years ago
Kenji Siu d85d3c74db internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt" 8 years ago
Jonathan Brown ae341b31c8 rpc: set CORS Max-Age to reduce preflight OPTIONS requests 8 years ago
Bas van Kervel 43d716280e rpc: format filter ID according to spec for quantities 8 years ago
Bas van Kervel 47ff813012 rpc: refactor subscriptions and filters 8 years ago
Felix Lange e32925397b rpc: add context argument to EthSubscribe 8 years ago
Felix Lange f5f042ffdc rpc: ensure client doesn't block for slow subscribers 8 years ago
Felix Lange 464660651d rpc: don't exceed context deadline while waiting for send lock 8 years ago
Felix Lange b0d9f7372a internal/ethapi: add missing output fields 8 years ago
Felix Lange 91b7690428 rpc: add new client, use it everywhere 8 years ago
Felix Lange bb01bea4e2 rpc: fix bad method error for batch requests 8 years ago
Felix Lange c145589f25 rpc: remove grace period when shutting down the server 8 years ago
Felix Lange 74be4a62c5 Godeps, rpc: switch back to package npipe 8 years ago
Fabio Berger a3efdb13f2 README, core, rpc: fix various typos 8 years ago
Péter Szilágyi ffaf58f0a9 cmd, console: split off the console into a reusable package 8 years ago
Péter Szilágyi bc6fdad786 cmd/geth, internal/web3ext, rpc: surface rpc module, fix shh, fix miner 8 years ago
Bas van Kervel 5479097790 rpc: HTTP origin case insensitive 8 years ago
Felix Lange a40e61b4ac rpc: remove NotifierContextKey 9 years ago
Felix Lange e728aaca72 rpc: move web3.js extensions to internal/web3ext 9 years ago
Felix Lange 6fdd0893c3 all: fix go vet warnings 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
Felix Lange bea56d84e5 internal/debug: add memStats and gcStats to API 9 years ago
Felix Lange bcd8aeefdd eth: add chaindbProperty to debug API 9 years ago
Bas van Kervel aa9fff3e68 rpc: various fixes/enhancements 9 years ago
Bas van Kervel 18490d833c console: use transaction output formatter for eth.pendingTransactions output 9 years ago
Felix Lange 467bb7a719 rpc: use go-winio instead of vendoring a named pipe implementation 9 years ago
Bas van Kervel f7328c5ecb rpc: add pub/sub support 9 years ago
Jeffrey Wilcke 3601320ccd eth, rpc: implemented block debugging rpc calls 9 years ago
Bas van Kervel a7bae3b2a6 rpc/http: improve request handling 9 years ago
Bas van Kervel 789b9a9f16 console: cleanup old autocompletations relics 9 years ago
Felix Lange e8e6df5159 rpc: simplify inproc client 9 years ago
Péter Szilágyi df75dbfd68 cmd, node, rpc: readd inproc RPC client, expose via node 9 years ago
Péter Szilágyi 900e124bee cmd, common, node, rpc: rework naming convention to canonical one 9 years ago
Péter Szilágyi 7486904b92 cmd, node, rpc: move websockets into node, break singleton 9 years ago
Péter Szilágyi a13bc9d7a1 cmd, common, node, rpc: move HTTP RPC into node, drop singletone aspect 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 188ab928c3 cmd, common, node, rpc: move IPC into the node itself 9 years ago