Commit Graph

172 Commits (55a92fa0a4570ac2bd1774c7f7d8c52311863e32)

Author SHA1 Message Date
Sina Mahmoodi 3630cafb34
node: drop support for static & trusted node list files (#25610) 2 years ago
Felix Lange 9cddfe92a3
node: prevent exposing engine API on unauthenticated endpoint (#25939) 2 years ago
Felix Lange 3db4a13230
node: fix lint issue in rpcstack.go (#25774) 2 years ago
Nicolas Gotchac 25b35c9728
node: fix HTTP server always force closing (#25755) 2 years ago
Felix Lange b628d72766
build: upgrade to go 1.19 (#25726) 2 years ago
protolambda 90711efb0a
node, rpc: add JWT auth support in client (#24911) 2 years ago
Felix Lange 2b6df280de
node: fix regression in TestJWT (#25635) 2 years ago
Seungbae Yu 7813b675f5
node: change JWT error status to 401 Unauthorized (#25629) 2 years ago
Justin Traglia 2c5648d891
all: fix some typos (#25551) 2 years ago
rjl493456442 e44d6551c3
cmd, core, ethdb, node: move chain freezer one folder deeper (#25487) 2 years ago
Delweng 733d76a88d
node: remove noop path.Join (#25475) 2 years ago
Tristan-Wilson 9244f87dc1
node, rpc: add ReadHeaderTimeout config option (#25338) 2 years ago
Marius van der Wijden f26b63089a
node: set JWT expiry to 60 seconds (#25416) 2 years ago
Delweng b196ad1c16
all: add whitespace linter (#25312) 2 years ago
Brion d839515434
rpc: add graceful shutdown timeout for HTTP server (#25258) 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
lightclient 10dc5dce08
all: remove concept of public/private API definitions (#25053) 2 years ago
Martin Holst Swende 21129ec838
node: make jwt tests less time-dependent (#25120) 2 years ago
Marius van der Wijden d78d302f3d
node: add info message when JWT secret is loaded (#25095) 2 years ago
Martin Holst Swende a907d7e81a
all: more linters (#24783) 2 years ago
Martin Holst Swende 6f075bf6af
node: make jwt test less dependent on time (#25016) 2 years ago
Felix Lange 9244d5cd61
all: update license headers and AUTHORS from git history (#24947) 2 years ago
Håvard Anda Estensen e644d45c14
all: use strings.EqualFold for string comparison (#24890) 2 years ago
Håvard Anda Estensen 07508ac0e9
all: replace uses of ioutil with io and os (#24869) 2 years ago
Eng Zer Jun 8d066f1f42
all: use T.TempDir to create temporary test directories (#24633) 2 years ago
Marius van der Wijden a8040bc2c5
node: allow JWT pass by file only (#24579) 3 years ago
Marius van der Wijden 4f4622bc8b
core: eth: implement Kiln-v2 spec (#24506) 3 years ago
Felix Lange 5079e3c6e5
cmd/geth: make authrpc listening address settable from command line (#24522) 3 years ago
Martin Holst Swende 4860e50e05
cmd/geth, node, rpc: implement jwt tokens (#24364) 3 years ago
Shihao Xia eef7a33135
core, miner, rpc, eth: fix goroutine leaks in tests (#24211) 3 years ago
Iskander (Alex) Sharipov 778ff94794
all: fix some go-critic linter warnings (#23709) 3 years ago
Sina Mahmoodi 108eec3fee
node: remove dependency on wallet backend packages (#23019) 3 years ago
Zachinquarantine 85126c4eb9
node: add comment about --nousb being deprecated (#23439) 3 years ago
baptiste-b-pegasys 95bbd46eab
node, cmd/clef: remove term "whitelist" (#23296) 3 years ago
Evolution404 89fde59a80
node: fix stopping websocket rpc.Server (#23211) 3 years ago
meowsbits e862cbff95
internal/web3ext, node: migrate node admin API (Start|Stop)RPC->HTTP (#22461) 4 years ago
gary rong 0c70b83e00
all: add read-only option to database (#22407) 4 years ago
Marius van der Wijden 142fbcfd6f
internal/ethapi: reject non-replay-protected txs over RPC (#22339) 4 years ago
Martin Holst Swende b1835b3855
node: always show websocket url in logs (#22307) 4 years ago
Alex Prut ef84da8481
all: remove unneeded parentheses (#21921) 4 years ago
rene 4eae0c6b6f
cmd/geth, node: allow configuring JSON-RPC on custom path prefix (#22184) 4 years ago
Guillaume Ballet c7a6be163f
cmd/utils: don't enumerate USB unless --usb is set (#22130) 4 years ago
rene 5c2a7ce2cc
node: rename startNetworking to openEndpoints (#22105) 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 015e78928a
node: relax websocket connection header check (#21646) 4 years ago
rene c0c01612e9
node: refactor package node (#21105) 4 years ago
gary rong 6d8e51ab88
cmd, node: dump empty value config (#21296) 4 years ago
Mariano Cortesi 9d93535674
node: missing comma on toml tags (#21187) 4 years ago