go-ethereum/node
Daniel Liu f74eacd2cd node: remove dependency on wallet backend packages (#23019)
* accounts: new AddBackends method in manager

* node,cmd/geth: mv accman backend init to cmd/geth

* node,cmd/geth: mv scrypt config downstreawm from node

* accounts: use static buffer size for accman sub chan

minor fix

* accounts,cmd/geth: update accman backends through its event loop

* accounts,node: add comments

* accounts: un-export newBackendEvent

* accounts: use chan instead of wg in newBlockEvent

* node: rename isKeyDirEphem

* accounts,cmd: AddBackends->AddBackend

* accounts: fix potential blocking when adding backend
2025-01-24 16:18:30 +08:00
..
api.go node: allow WebSocket and HTTP work on same port (#20810) 2024-11-13 09:35:41 +08:00
config.go node: remove dependency on wallet backend packages (#23019) 2025-01-24 16:18:30 +08:00
config_test.go node, p2p/simulations: fix node.Node AccountsManager leak (#19004) 2024-11-25 16:33:26 +08:00
defaults.go node: require LocalAppData variable (#19132) 2024-11-13 09:35:41 +08:00
doc.go node: fix golint warnings 2024-11-13 09:35:41 +08:00
endpoints.go node: shutdown HTTP and WebSocket servers gracefully (#20956) 2024-11-13 09:35:41 +08:00
errors.go node: fix instance dir locking and improve error message 2017-08-18 12:14:00 +02:00
node.go node: remove dependency on wallet backend packages (#23019) 2025-01-24 16:18:30 +08:00
node_example_test.go all: remove empty function SaveData() 2024-12-28 09:04:02 +08:00
node_test.go all: ensure resp.body closed (#26969) 2024-12-13 14:00:13 +08:00
rpcstack.go all: remove the duplicate 'the' in annotations (#17509) 2025-01-24 16:18:28 +08:00
rpcstack_test.go all: use http package to replace http method names (26535) 2024-12-05 10:59:42 +08:00
service.go all: add read-only option to database 2025-01-24 14:24:39 +08:00
service_test.go all: add read-only option to database 2025-01-24 14:24:39 +08:00
utils_test.go all: remove empty function SaveData() 2024-12-28 09:04:02 +08:00