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.24 #1219

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
c995914
params: begin v1.9.23 release cycle
karalabe Sep 28, 2020
420b786
accounts/abi: ABI explicit difference between Unpack and UnpackIntoIn…
MariusVanDerWijden Sep 28, 2020
a90e645
mobile: added constructor for big int (#21597)
MariusVanDerWijden Sep 28, 2020
0ddd461
core/vm, params: make 2200 in line with spec (#21605)
holiman Sep 28, 2020
eebfb13
core: free pointer from slice after popping element from price heap (…
aaronbuchwald Sep 28, 2020
a04294d
internal/web3ext: improve eth_getBlockByNumber and eth_getBlockByHash…
mrFranklin Sep 28, 2020
b007df8
light: fix wrong description in a comment (#21573)
azuchi Sep 28, 2020
6660929
p2p/enode: remove unused code (#21612)
mrFranklin Sep 28, 2020
901471f
build: keep geth-sources.jar build result for JavaDoc (#21596)
MariusVanDerWijden Sep 28, 2020
4ee11b0
cmd/bootnode,internal/debug: fix some comments (#21623)
mrFranklin Sep 29, 2020
6c8310e
trie: use stacktrie for Derivesha operation (#21407)
gballet Sep 29, 2020
dad2658
accounts, signer: implement gnosis safe support (#21593)
holiman Sep 29, 2020
053ed9c
trie: polishes to trie committer (#21351)
rjl493456442 Sep 30, 2020
9d1e202
trie: add Commit-sequence tests for stacktrie commit (#21643)
holiman Sep 30, 2020
a15d71a
core/state/snapshot: stop generator if it hits missing trie nodes (#2…
karalabe Oct 5, 2020
d9890a6
cmd/faucet: enable DNS discovery for known networks (#21636)
fjl Oct 5, 2020
2b2fd74
params: update goerli testnet bootnodes (#21659)
q9f Oct 6, 2020
eb87121
core/bloombits: faster generator (#21625)
holiman Oct 6, 2020
e43d827
core/types: optimize bloom filters (#21624)
holiman Oct 6, 2020
716864d
cmd/devp2p/internal/ethtest: improve eth test suite (#21615)
renaynay Oct 7, 2020
015e789
node: relax websocket connection header check (#21646)
fjl Oct 7, 2020
6d29e19
signer/core: don't mismatch reject and no accounts (#21677)
holiman Oct 8, 2020
5e86e4e
p2p/discover: remove use of shared hash instance for key derivation (…
fjl Oct 8, 2020
43cd31e
core/vm: dedup config check in markdown logger (#21655)
gballet Oct 8, 2020
905ed10
eth/downloader: fix data race around the ancientlimit (#21681)
rjl493456442 Oct 9, 2020
19a1c95
eth/downloader: cache parent hash instead of recomputing (#21678)
MariusVanDerWijden Oct 9, 2020
706f5e3
core: fix txpool off-by-one error (#21683)
holiman Oct 9, 2020
86dd005
trie: polish commit function (#21692)
rjl493456442 Oct 12, 2020
66c3eb2
accouts, consensus, core: fix some comments (#21617)
mrFranklin Oct 12, 2020
32341f8
console: fix admin.sleepBlocks (#21629)
de1acr0ix Oct 13, 2020
c37e68e
all: replace RWMutex with Mutex in places where RLock is not used (#2…
mrFranklin Oct 13, 2020
94d1f58
consensus/clique: unexport calcDifficulty and improve comment (#21619)
mrFranklin Oct 13, 2020
348c3bc
trie: fix flaw in stacktrie pool reuse (#21699)
holiman Oct 13, 2020
5c6155f
internal/web3ext: improve some web3 apis (#21639)
mrFranklin Oct 13, 2020
7a5a822
eth, p2p: use truncated names (#21698)
holiman Oct 13, 2020
2a9ea6b
cmd/geth, cmd/utils: fixed flags name (#21700)
Neurone Oct 13, 2020
1e10489
miner: don't interrupt mining after successful sync (#21701)
holiman Oct 13, 2020
1fed223
accounts/keystore: fix flaky test (#21703)
MariusVanDerWijden Oct 13, 2020
bdc7554
params: update CHTs (#21706)
rjl493456442 Oct 14, 2020
4eb01b2
miner: set etherbase even if mining isn't possible at the moment (#21…
holiman Oct 14, 2020
524aaf5
p2p/discover: implement v5.1 wire protocol (#21647)
fjl Oct 14, 2020
8c2f271
params: go-ethereum v1.9.23 stable
fjl Oct 15, 2020
51d026c
params: begin v1.9.24 release cycle
fjl Oct 15, 2020
b305591
core/vm: marshall returnData as hexstring in trace logs (#21715)
MariusVanDerWijden Oct 16, 2020
cef3e2d
console: don't exit on ctrl-c, only on ctrl-d (#21660)
renaynay Oct 20, 2020
6e71371
miner: fixed race condition in tests (#21664)
MariusVanDerWijden Oct 20, 2020
9d25f34
core: track and improve tx indexing/unindexing (#21331)
rjl493456442 Oct 20, 2020
3e82c9e
eth/api: fix potential nil deref in AccountRange (#21710)
aaronbuchwald Oct 20, 2020
85d81b2
les: remove clientPeerSet and serverSet (#21566)
zsfelfoldi Oct 21, 2020
91c4607
core: fix blockchain insert report time interval calculation (#21723)
hwanjo Oct 21, 2020
fb2c79d
accounts/usbwallet: fix ledger version check (#21733)
svenski123 Oct 21, 2020
6487c00
all: implement EIP-2929 (gas cost increases for state access opcodes)…
holiman Oct 23, 2020
95f720f
cmd/devp2p/internal/ethtest: update test chain (#21742)
fjl Oct 23, 2020
f5182c7
utils, params: add yolov2 bootnode
holiman Oct 23, 2020
8a94aa9
Merge pull request #21745 from holiman/yolov2_bootnodes
karalabe Oct 23, 2020
68ac4eb
params: update yolov2 bootnode with elastic ip
holiman Oct 23, 2020
7b748e5
Merge pull request #21747 from holiman/yolov2update
karalabe Oct 23, 2020
1a55e20
cmd/geth: fix dir path in geth attach for yolov2 network (#21749)
prestwich Oct 26, 2020
296a27d
accounts/abi/bind: restore error functionality (#21743)
MariusVanDerWijden Oct 27, 2020
18145ad
core/state: maintain one more diff layer (#21730)
rjl493456442 Oct 28, 2020
43c278c
core/state: disable snapshot iteration if it's not fully constructed …
rjl493456442 Oct 28, 2020
b63e3c3
core: improve snapshot journal recovery (#21594)
rjl493456442 Oct 29, 2020
b63bffe
les, p2p/simulations/adapters: fix issues found while simulating les …
rjl493456442 Oct 30, 2020
3eebf34
common: remove ToHex and ToHexArray (#21610)
MariusVanDerWijden Nov 4, 2020
e640267
core/state/snapshot: fix journal recovery from generating old journal…
rjl493456442 Nov 4, 2020
5d20fbb
cmd/devp2p, internal/utesting: implement TAP output (#21760)
fjl Nov 4, 2020
36bb7ac
cmd/devp2p/internal/ethtest: add correct chain files and improve test…
renaynay Nov 4, 2020
175506e
core/types, rlp: optimize derivesha (#21728)
holiman Nov 4, 2020
6cfe494
build: stop verbose output to keep travis from overflowing
karalabe Nov 5, 2020
97fc1c3
Merge pull request #21787 from karalabe/pod-non-verbose
karalabe Nov 5, 2020
81ff700
consensus/ethash: fix the percentage progress report
holiman Nov 9, 2020
7b7b327
core/state/snapshot: update generator marker in sync with flushes
karalabe Nov 9, 2020
8167897
trie, tests/fuzzers: implement a stacktrie fuzzer + stacktrie fixes (…
holiman Nov 9, 2020
eb694ea
travis: drop Go 1.13 builders as it's not supported any more
karalabe Nov 9, 2020
1143dc6
build: stop building for Ubuntu Eoan, not supported any more
karalabe Nov 9, 2020
9e688fb
Merge pull request #21806 from karalabe/deprecate-eoan
karalabe Nov 9, 2020
040928d
Merge pull request #21805 from karalabe/travis-drop-1.13
karalabe Nov 9, 2020
7c30f4d
Merge pull request #21804 from karalabe/snapshot-marker-sync
karalabe Nov 9, 2020
0c34eae
Merge pull request #21803 from holiman/ethash
karalabe Nov 9, 2020
c52dfd5
p2p/simulations/adapters/exec: fix some issues (#21801)
rjl493456442 Nov 10, 2020
941d8b5
scripts: create oss-fuzz script in go-ethereum (#21808)
holiman Nov 10, 2020
70868b1
fuzzers: removed fuzzbuzz configuration (#21813)
MariusVanDerWijden Nov 10, 2020
27d93c1
build: add -dlgo flag in ci.go (#21824)
fjl Nov 11, 2020
d990df9
consensus/ethash: use 64bit indexes for the DAG generation (#21793)
slavikus Nov 11, 2020
d494074
build: fix regressions with the -dlgo change (#21831)
fjl Nov 11, 2020
920a287
.travis.yml: move test builders after install builders (#21833)
fjl Nov 11, 2020
cc05b05
params: release Geth v1.9.24 with Go 1.15.5 (#21842)
karalabe Nov 12, 2020
0ab418f
Merge branch 'master' into upgrade/go-ethereum/v1.9.24-2021621140614
Jun 21, 2021
3a60f3d
fix: linter
Jun 21, 2021
f15e3ab
fix: do getNonce+setNonce only once, quorum way
Jun 23, 2021
0b32afc
fix : go modules
Jun 23, 2021
134f7b3
fix: remove space at prefix
Jun 23, 2021
3e79b09
fix: try next version of gofuzz
Jun 23, 2021
e3eb054
revert: fix: gofuzz dependency
Jun 23, 2021
976ec7d
fix: try latest ubuntu for the tests
Jun 24, 2021
38aeaac
fix: try go mod download
Jun 24, 2021
6e6bde9
fix: go list packages omit downloadings
Jun 24, 2021
f38ed0d
tag modified line for quorum
Jun 29, 2021
35b0aa4
Merge branch 'master' into upgrade/go-ethereum/v1.9.24-2021621140614
baptiste-b-pegasys Jun 29, 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
Prev Previous commit
Next Next commit
utils, params: add yolov2 bootnode
  • Loading branch information
holiman committed Oct 23, 2020
commit f5182c7b9c874aa77e90cc4c104ca01352fac6d2
4 changes: 2 additions & 2 deletions cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ func setBootstrapNodes(ctx *cli.Context, cfg *p2p.Config) {
case ctx.GlobalBool(GoerliFlag.Name):
urls = params.GoerliBootnodes
case ctx.GlobalBool(YoloV2Flag.Name):
urls = params.YoloV1Bootnodes
urls = params.YoloV2Bootnodes
case cfg.BootstrapNodes != nil:
return // already set, don't apply defaults.
}
Expand Down Expand Up @@ -840,7 +840,7 @@ func setBootstrapNodesV5(ctx *cli.Context, cfg *p2p.Config) {
case ctx.GlobalBool(GoerliFlag.Name):
urls = params.GoerliBootnodes
case ctx.GlobalBool(YoloV2Flag.Name):
urls = params.YoloV1Bootnodes
urls = params.YoloV2Bootnodes
case cfg.BootstrapNodesV5 != nil:
return // already set, don't apply defaults.
}
Expand Down
8 changes: 4 additions & 4 deletions params/bootnodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ var GoerliBootnodes = []string{
"enode://a59e33ccd2b3e52d578f1fbd70c6f9babda2650f0760d6ff3b37742fdcdfdb3defba5d56d315b40c46b70198c7621e63ffa3f987389c7118634b0fefbbdfa7fd@51.15.119.157:40303",
}

// YoloV1Bootnodes are the enode URLs of the P2P bootstrap nodes running on the
// YOLOv1 ephemeral test network.
var YoloV1Bootnodes = []string{
"enode://9e1096aa59862a6f164994cb5cb16f5124d6c992cdbf4535ff7dea43ea1512afe5448dca9df1b7ab0726129603f1a3336b631e4d7a1a44c94daddd03241587f9@35.178.210.161:30303",
// YoloV2Bootnodes are the enode URLs of the P2P bootstrap nodes running on the
// YOLOv2 ephemeral test network.
var YoloV2Bootnodes = []string{
"enode://9e1096aa59862a6f164994cb5cb16f5124d6c992cdbf4535ff7dea43ea1512afe5448dca9df1b7ab0726129603f1a3336b631e4d7a1a44c94daddd03241587f9@18.130.52.230:30303",
}

const dnsPrefix = "enrtree://AKA3AM6LPBYEUDMVNU3BSVQJ5AD45Y7YPOHJLEF6W26QOE4VTUDPE@"
Expand Down