Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sina Mahmoodi
108eec3fee
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
|
3 years ago |
.. |
api.go
|
internal/web3ext, node: migrate node admin API (Start|Stop)RPC->HTTP (#22461)
|
4 years ago |
api_test.go
|
internal/web3ext, node: migrate node admin API (Start|Stop)RPC->HTTP (#22461)
|
4 years ago |
config.go
|
node: remove dependency on wallet backend packages (#23019)
|
3 years ago |
config_test.go
|
cmd, node, p2p/simulations: fix node account manager leak (#19004)
|
6 years ago |
defaults.go
|
node: refactor package node (#21105)
|
4 years ago |
doc.go
|
node: refactor package node (#21105)
|
4 years ago |
endpoints.go
|
node: refactor package node (#21105)
|
4 years ago |
errors.go
|
node: refactor package node (#21105)
|
4 years ago |
lifecycle.go
|
node: refactor package node (#21105)
|
4 years ago |
node.go
|
node: remove dependency on wallet backend packages (#23019)
|
3 years ago |
node_example_test.go
|
node: refactor package node (#21105)
|
4 years ago |
node_test.go
|
all: add read-only option to database (#22407)
|
4 years ago |
rpcstack.go
|
node, cmd/clef: remove term "whitelist" (#23296)
|
3 years ago |
rpcstack_test.go
|
cmd/geth, node: allow configuring JSON-RPC on custom path prefix (#22184)
|
4 years ago |
utils_test.go
|
all: remove unneeded parentheses (#21921)
|
4 years ago |