Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Upgrade] Go-Ethereum release v1.9.22 #1214

Merged
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
8d35b1e
params: begin v1.9.22 release cycle
karalabe Sep 9, 2020
367f12f
eth/downloader: only roll back light sync if not fully validating
karalabe Sep 9, 2020
d81c9d9
accounts/abi/bind/backends: reverted some stylistic changes (#21535)
MariusVanDerWijden Sep 9, 2020
3a98c6f
Merge pull request #21537 from karalabe/les-reorg-fix
karalabe Sep 9, 2020
328901c
cmd, eth: offer maxprice flag for overwritting price cap (#21531)
rjl493456442 Sep 9, 2020
a3cd8a0
core/vm: fix benchmark overflow + prep for precompile repricings (#21…
holiman Sep 10, 2020
4ea9737
go.mod: remove golang.org/x/sync (#21541)
islishude Sep 10, 2020
1167639
ethclient: add BlockNumber method (#21500)
sosedoff Sep 10, 2020
d7f02b4
cmd/geth: print warning when whisper config is present in toml (#21544)
gballet Sep 10, 2020
7cf56d6
miner: use channels instead of atomics in update loop (#21536)
MariusVanDerWijden Sep 10, 2020
df219e2
miner: fix regression, add test for starting while download (#21547)
MariusVanDerWijden Sep 11, 2020
4e26413
p2p/discover: fix typo in comments (#21554)
gballet Sep 11, 2020
a99ac53
Dockerfile: unexpose port 8547 as GraphQL was merged into HTTP endpoi…
islishude Sep 13, 2020
4eb9296
p2p/nodestate: ensure correct callback order (#21436)
zsfelfoldi Sep 14, 2020
71c37d8
js/tracers: make calltracer report value in selfdestructs (#21549)
Sep 14, 2020
f7112cc
rlp: add SplitUint64 (#21563)
fjl Sep 14, 2020
4996fce
les, les/lespay/server: refactor client pool (#21236)
zsfelfoldi Sep 14, 2020
b65c384
eth/tracers: regenerate assets from #21549 (#21564)
holiman Sep 15, 2020
4764b2f
COYPING: restore the full text text of GPL (#21568)
kirelagin Sep 15, 2020
0185ee0
core/rawdb: single point of maintenance for writing and deleting tx l…
Neurone Sep 15, 2020
cf2a77a
ethclient: fix BlockNumber (#21565)
masonforest Sep 15, 2020
8696dd3
params: allow setting Petersburg block before chain head (#21473)
vdamle Sep 16, 2020
93f0470
les/lespay/server: bump database version (#21571)
rjl493456442 Sep 16, 2020
89884dc
tests/fuzzers/abi: add fuzzer for fuzzing package accounts/abi (#21217)
MariusVanDerWijden Sep 16, 2020
faba018
cmd/utils: use preconfigured testnet flags instead of networkid (#21561)
MariusVanDerWijden Sep 16, 2020
07751c3
cmd/geth: added counters to the geth inspect report (#21495)
Neurone Sep 17, 2020
fb835c0
eth/downloader: dynamically move pivot even during chain sync
karalabe Sep 8, 2020
2482ba0
Merge pull request #21529 from karalabe/dynamic-pivot
karalabe Sep 18, 2020
f354c62
core: fix a typo in comment (#21439)
gballet Sep 18, 2020
9a39c6b
accounts/abi: improve documentation and names (#21540)
muse254 Sep 20, 2020
2c097bb
mobile: better api for java users (#21580)
MariusVanDerWijden Sep 21, 2020
129cf07
p2p: move rlpx into separate package (#21464)
renaynay Sep 22, 2020
fdb7424
cmd/clef, cmd/geth: use SplitAndTrim from cmd/utils (#21579)
binacs Sep 22, 2020
e1365b2
trie: fix gaped range proof test case (#21484)
rjl493456442 Sep 23, 2020
25b1608
trie: support empty range proof (#21199)
rjl493456442 Sep 23, 2020
0921f8a
internal/ethapi: add optional parameter blockNrOrHash to estimateGas …
MariusVanDerWijden Sep 23, 2020
e5defcc
trie: extend range proof (#21250)
rjl493456442 Sep 23, 2020
c154442
internal/ethapi: fix nil deref + fix estimateGas console bindings (#2…
MariusVanDerWijden Sep 23, 2020
a25899f
cmd/devp2p: add eth protocol test suite (#21598)
renaynay Sep 23, 2020
39f8268
cmd/devp2p/internal/ethtest: update version in handshake (#21603)
renaynay Sep 23, 2020
fdd42d4
cmd/devp2p/internal/ethtest: lower protocol version to 64 (#21604)
renaynay Sep 24, 2020
b5d362b
params: update CHTs for Geth v1.9.22
karalabe Sep 28, 2020
7ddb44b
Merge pull request #21635 from karalabe/cht-1.9.22
karalabe Sep 28, 2020
c71a7e2
params: release Geth v1.9.22
karalabe Sep 28, 2020
6007b12
Merge branch 'master' into upgrade/go-ethereum/v1.9.22-2021615155119
baptiste-b-pegasys Jun 16, 2021
0561744
resolve remaining conflicts
baptiste-b-pegasys Jun 16, 2021
7fb3ac3
apply correctly merge conflict
baptiste-b-pegasys Jun 16, 2021
17d1c5f
revert modification made, disable function
baptiste-b-pegasys Jun 16, 2021
bb5f59a
revert commented function
baptiste-b-pegasys Jun 16, 2021
370d5c6
fix: method missing in the merge #21601
baptiste-b-pegasys Jun 18, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions cmd/clef/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -814,16 +814,6 @@ func addPluginAPIs(pm *plugin.PluginManager, rpcAPI []rpc.API, ui core.UIClientA
return append(rpcAPI, approvalPluginAPIs...)
}

// splitAndTrim splits input separated by a comma
// and trims excessive white space from the substrings.
func splitAndTrim(input string) []string {
ricardolyn marked this conversation as resolved.
Show resolved Hide resolved
result := strings.Split(input, ",")
for i, r := range result {
result[i] = strings.TrimSpace(r)
}
return result
}

// DefaultConfigDir is the default config directory to use for the vaults and other
// persistence requirements.
func DefaultConfigDir() string {
Expand Down