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.
gary rong
378e961d85
cmd, eth, les: enable serving light clients when non-synced ( #22250 )
...
This PR adds a more CLI flag, so that the les-server can serve light clients even the local node is not synced yet.
This functionality is needed in some testing environments(e.g. hive). After launching the les server, no more blocks will be imported so the node is always marked as "non-synced".
4 years ago
..
testdata
cmd/geth: add test to verify regexps in version check ( #21962 )
4 years ago
accountcmd.go
cmd: abstract `getPassPhrase` functions into one ( #21219 )
4 years ago
accountcmd_test.go
cmd/utils: don't enumerate USB unless --usb is set ( #22130 )
4 years ago
chaincmd.go
cmd/utils: remove deprecated command line flags ( #22263 )
4 years ago
config.go
eth: move eth.Config to a common package ( #22205 )
4 years ago
consolecmd.go
cmd/utils: remove deprecated command line flags ( #22263 )
4 years ago
consolecmd_test.go
cmd/utils: remove deprecated command line flags ( #22263 )
4 years ago
dao_test.go
cmd/utils: don't enumerate USB unless --usb is set ( #22130 )
4 years ago
dbcmd.go
cmd/geth: add db commands stats, compact, put, get, delete ( #22014 )
4 years ago
genesis_test.go
cmd/utils: don't enumerate USB unless --usb is set ( #22130 )
4 years ago
les_test.go
cmd/utils: don't enumerate USB unless --usb is set ( #22130 )
4 years ago
main.go
cmd, eth, les: enable serving light clients when non-synced ( #22250 )
4 years ago
misccmd.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago
run_test.go
cmd/utils: remove deprecated command line flags ( #22263 )
4 years ago
snapshot.go
cmd/utils: remove deprecated command line flags ( #22263 )
4 years ago
usage.go
cmd, eth, les: enable serving light clients when non-synced ( #22250 )
4 years ago
version_check.go
cmd/geth: implement vulnerability check ( #21859 )
4 years ago
version_check_test.go
cmd/geth: add test to verify regexps in version check ( #21962 )
4 years ago