mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-31 16:21:21 +00:00
cmd/utils: use preconfigured testnet flags instead of networkid (#21561)
* cmd/utils: use preconfigured testnet flags instead of networkid * cmd/utils: shorter description Co-authored-by: Martin Holst Swende <martin@swende.se> * Update flags.go Co-authored-by: Martin Holst Swende <martin@swende.se> # Conflicts: # cmd/utils/flags.go
This commit is contained in:
parent
f6c97d1df1
commit
1f0014a34e
@ -125,7 +125,7 @@ var (
|
||||
}
|
||||
NetworkIdFlag = cli.Uint64Flag{
|
||||
Name: "networkid",
|
||||
Usage: "Network identifier (integer, 1=Frontier, 3=Ropsten, 4=Rinkeby, 5=Görli)",
|
||||
Usage: "Explicitly set network id (integer)(For testnets: use --ropsten, --rinkeby, --goerli instead)",
|
||||
Value: eth.DefaultConfig.NetworkID,
|
||||
}
|
||||
GoerliFlag = cli.BoolFlag{
|
||||
|
46
to-merge.txt
46
to-merge.txt
@ -194,49 +194,3 @@ Date: Thu Sep 17 10:23:56 2020 +0200
|
||||
|
||||
* Removed counting of receipts present in leveldb
|
||||
|
||||
commit faba018b29fa35e668e98926526cbaad5863e297
|
||||
Author: Marius van der Wijden <m.vanderwijden@live.de>
|
||||
Date: Wed Sep 16 13:17:50 2020 +0200
|
||||
|
||||
cmd/utils: use preconfigured testnet flags instead of networkid (#21561)
|
||||
|
||||
* cmd/utils: use preconfigured testnet flags instead of networkid
|
||||
|
||||
* cmd/utils: shorter description
|
||||
|
||||
Co-authored-by: Martin Holst Swende <martin@swende.se>
|
||||
|
||||
* Update flags.go
|
||||
|
||||
Co-authored-by: Martin Holst Swende <martin@swende.se>
|
||||
|
||||
commit 89884dc3531c3766ba7c0b29be33d3c3af4d1674
|
||||
Author: Marius van der Wijden <m.vanderwijden@live.de>
|
||||
Date: Wed Sep 16 13:15:22 2020 +0200
|
||||
|
||||
tests/fuzzers/abi: add fuzzer for fuzzing package accounts/abi (#21217)
|
||||
|
||||
* tests/fuzzers/abi: added abi fuzzer
|
||||
|
||||
* accounts/abi: fixed issues found by fuzzing
|
||||
|
||||
* tests/fuzzers/abi: update fuzzers, added repro test
|
||||
|
||||
* tests/fuzzers/abi: renamed abi_fuzzer to abifuzzer
|
||||
|
||||
* tests/fuzzers/abi: updated abi fuzzer
|
||||
|
||||
* tests/fuzzers/abi: updated abi fuzzer
|
||||
|
||||
* accounts/abi: minor style fix
|
||||
|
||||
* go.mod: added go-fuzz dependency
|
||||
|
||||
* tests/fuzzers/abi: updated abi fuzzer
|
||||
|
||||
* tests/fuzzers/abi: make linter happy
|
||||
|
||||
* tests/fuzzers/abi: make linter happy
|
||||
|
||||
* tests/fuzzers/abi: comment out false positives
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user