Commit Graph

917 Commits (df3f0a81a7ef6fd56c90675c32b6d732380a9fd2)

Author SHA1 Message Date
Seungbae Yu 38e002f464
rpc: check that "version" is "2.0" in request objects (#25570) 2 years ago
protolambda 90711efb0a
node, rpc: add JWT auth support in client (#24911) 2 years ago
Justin Traglia 2c5648d891
all: fix some typos (#25551) 2 years ago
Tristan-Wilson 9244f87dc1
node, rpc: add ReadHeaderTimeout config option (#25338) 2 years ago
Marius van der Wijden c6dcd018d2
core: eth: rpc: implement safe rpc block (#25165) 2 years ago
lightclient@protonmail.com 0c6f81f888
all: remove version field from rpc.API 2 years ago
lightclient 119f955686
all: remove `public` field from `rpc.API` (#25059) 2 years ago
Zachinquarantine f49e298330
README,rpc: remove mention of "shh" RPC API (#25137) 2 years ago
Martin Holst Swende a907d7e81a
all: more linters (#24783) 2 years ago
Péter Szilágyi 106a162b7c
rpc: swap out timer metrics to histograms 2 years ago
Péter Szilágyi 34bda5eae3
core, eth, les, rpc: polish catalyst errors, add context 2 years ago
Marius van der Wijden e6fa102eb0
core, eth, internal, rpc: implement final block (#24282) 2 years ago
Håvard Anda Estensen 4b309c7006
all: replace non-trivial uses of package ioutil with os (#24886) 2 years ago
Håvard Anda Estensen 07508ac0e9
all: replace uses of ioutil with io and os (#24869) 2 years ago
Tatsuya Shimoda 0654014652
rpc: fixed a typo (#24642) 2 years ago
s7v7nislands 496f05cf52
rpc: fix defer in test (#24490) 3 years ago
Martin Holst Swende 4860e50e05
cmd/geth, node, rpc: implement jwt tokens (#24364) 3 years ago
s7v7nislands f4ff4268f7
rpc: fix godoc (#24488) 3 years ago
Valentin Trinqué abd49a6c48
rpc: set Request.GetBody for client requests (#24292) 3 years ago
Shihao Xia eef7a33135
core, miner, rpc, eth: fix goroutine leaks in tests (#24211) 3 years ago
Felix Lange 5bcbb2980b
rpc: add PeerInfo (#24255) 3 years ago
Marius van der Wijden 2295640ebd
eth/catalyst: implement kintsugi-spec v3 (#24067) 3 years ago
Roman Mazalov 0ba0b81e54
rpc: fix time key collision for logger with json output (#24112) 3 years ago
Marius van der Wijden 3038e480f5
all: core rework for the merge transition (#23761) 3 years ago
Felix Lange 53b94f135a
rpc: linear time batch response matching (#23856) 3 years ago
chuwt 1e4becb5c1
rpc/client: fix typo (#23834) 3 years ago
Martin Holst Swende ff844918e8
rpc: avoid crashing on clique getSigner during sync (#23832) 3 years ago
Guillaume Ballet 0183256e7f
all: fix warning flagging the use of DeepEqual on error (#23624) 3 years ago
Jordan Krage 51ececb64e
rpc: set pong read deadline (#23556) 3 years ago
Sina Mahmoodi ca9bce9a45
rpc: set scheme for ws and ipc conns to the server (#23615) 3 years ago
Dmitry Zenovich 7c4cad064c
rpc: add BlockNumber.MarshalText (#23324) 3 years ago
Felix Lange 8a134014b4
all: add go:build lines (#23468) 3 years ago
Felföldi Zsolt 97bd6cd216
internal/ethapi: accept both hex and decimal for blockCount (#23363) 3 years ago
baptiste-b-pegasys 3526f69047
all: remove term "whitelist" in comments and log messages (#23294) 3 years ago
ryanc414 9357280fce
rpc: add HTTPError type for HTTP error responses (#22677) 3 years ago
Felix Lange 4a37ae510e
rpc: tighter shutdown synchronization in client subscription (#22597) 4 years ago
Felix Lange 27b31371d4
rpc: add separate size limit for websocket (#22385) 4 years ago
Guillaume Ballet f4fcd4f506
rpc: increase the number of subscriptions in storm test (#22316) 4 years ago
Guillaume Ballet 2e5d141708
rpc: deprecate Client.ShhSubscribe (#22239) 4 years ago
Alex Prut c92faee66e
all: simplify nested complexity and if blocks ending with a return statement (#21854) 4 years ago
Martin Holst Swende 6f88d6530a
trie, rpc, cmd/geth: fix tests on 32-bit and windows + minor rpc fixes (#21871) 4 years ago
wbt f1e1d9f874
node: support expressive origin rules in ws.origins (#21481) 4 years ago
Felix Lange 5883afb3ef
rpc: fix issue with null JSON-RPC messages (#21497) 4 years ago
rene 290d6bd903
rpc: add SetHeader method to Client (#21392) 4 years ago
Felix Lange 9c2ac6fbd5
rpc: remove silly use of ReadVarint in subscription ID generator (#21391) 4 years ago
Marius van der Wijden 0b3f3be2b5
internal/ethapi: return revert reason for eth_call (#21083) 4 years ago
Felix Lange d98c42c0e3
rpc: send websocket ping when connection is idle (#21142) 4 years ago
Martin Michlmayr 4f2784b38f
all: fix typos in comments (#21118) 4 years ago
Steven E. Harris 9887edd580
rpc: add explicit 200 response for empty HTTP GET (#20952) 4 years ago
Julian Y 5c3993444d
rpc: make ExampleClientSubscription work with the geth API (#19483) 4 years ago