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

Merge/foundation release/1.13.5 #593

Merged
merged 483 commits into from
Mar 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
483 commits
Select commit Hold shift + click to select a range
d135baf
cmd/geth: print progress logs when iterating large contracts too (#28…
karalabe Sep 22, 2023
f1b2ec0
core/rawdb: use readonly file lock in readonly mode (#28180)
jsvisa Sep 22, 2023
82ec555
cmd: add state.scheme to the database flag group for local flag handl…
karalabe Sep 22, 2023
323542a
core, params: update Holesky testnet to relaunched spec (#28191)
karalabe Sep 25, 2023
d051ea5
params: update hash for Holesky relaunch (#28192)
karalabe Sep 25, 2023
c2cfe35
core/bloombits: fix deadlock when matcher session hits an error (#28184)
msmania Sep 25, 2023
1fa3362
core/forkid: add forkid test for holesky (#28193)
MariusVanDerWijden Sep 25, 2023
c3742a9
internal/debug: add --log.rotate to the logging category (#28190)
fjl Sep 25, 2023
3d297fc
cmd/geth: ensure db is closed before exit (#28150)
jsvisa Sep 25, 2023
f6f64cc
cmd/utils: fix bootnodes config priority (#28095)
buddh0 Sep 25, 2023
4985d83
ethclient: fix BlockReceipts parameter encoding (#28087)
kandrianov Sep 25, 2023
4de89e9
core/vm: minor code formatting (#28199)
hzysvilla Sep 26, 2023
4021910
eth/downloader: typo in comment (#28196)
phenix3443 Sep 26, 2023
2b7bc2c
eth/fetcher: allow underpriced transactions in after timeout (#28097)
MariusVanDerWijden Sep 26, 2023
adb9b31
internal/ethapi: eth_call block parameter is optional (#28165)
s1na Sep 26, 2023
b85c183
eth/downloader: remove header rollback mechanism (#28147)
rjl493456442 Sep 26, 2023
614804b
core/txpool: fix typos (#28208)
bnovil Sep 27, 2023
a081130
core/txpool: fix typos (#28213)
0xbstn Sep 28, 2023
73f5bcb
core, accounts, eth, trie: handle genesis state missing (#28171)
rjl493456442 Sep 28, 2023
dc34fe8
params: release Geth v1.13.2
karalabe Sep 28, 2023
3dc45a3
params: begin v1.13.3 release cycle
karalabe Sep 28, 2023
37a2d91
params: update 4788 beacon roots contract addr (#28205)
lightclient Sep 28, 2023
46c850a
internal/ethapi: compact db missing key starts with 0xff (#28207)
jsvisa Sep 28, 2023
b9450bf
core, eth: typos and some code formatting (#28201)
phenix3443 Sep 28, 2023
f988b23
ethdb, internal/ethapi: support exposing Pebble stats too, beside Lev…
karalabe Sep 28, 2023
1f6e639
core: fix typos (#28218)
0xbstn Sep 29, 2023
0ded110
core: infer blobGasUsed in chain maker (#28212)
s1na Sep 29, 2023
c5ff839
core/state: small trie prefetcher nits (#28183)
aaronbuchwald Sep 29, 2023
1f9d672
common: remove address.Hash footgun (#28228)
karalabe Sep 29, 2023
22dcb7a
ethdb/pebble: upgrade pebble to master (aa077af62593) (#28070)
rjl493456442 Sep 29, 2023
966e50b
ethdb/pebble: luv you linter
karalabe Sep 29, 2023
a408e37
eth/catalyst: add validation error in new paylaod hash mismatch (#28226)
lightclient Sep 29, 2023
7b6ff52
cmd, eth: switch the dev synctarget to hash from block (#28209)
karalabe Sep 29, 2023
c39cbc1
core: implement BLOBBASEFEE opcode (0x4a) (#28098)
MariusVanDerWijden Oct 2, 2023
705a51e
eth, rpc: add configurable option for wsMessageSizeLimit (#27801)
tylerni7 Oct 3, 2023
07dec7a
cmd/evm: cancun-updates for b11r and t8n -tools (#28195)
lightclient Oct 3, 2023
339a4cf
core: fix typos (#28238)
0xbstn Oct 3, 2023
2091ebd
trie: fix benchmark by ensuring key immutability (#28221)
DeVil2O Oct 3, 2023
7963c4e
rpc: fix erroneous error-message in test (#28227)
hyunchel Oct 3, 2023
bc6d184
cmd/devp2p, eth: drop eth/66 (#28239)
karalabe Oct 3, 2023
a8a9c8e
core, eth, miner: start propagating and consuming blob txs (#28243)
karalabe Oct 4, 2023
95b0555
eth: when snap is complaining for missing eth, be verbose about the d…
karalabe Oct 4, 2023
052355f
cmd/evm/internal/t8ntoo: tiny bugfix for difficulty field (#28245)
tactical-retreat Oct 4, 2023
4e1e373
core/txpool/legacypool: fix typo (#28258)
hyunchel Oct 7, 2023
0832679
trie: refactor stacktrie (#28233)
holiman Oct 10, 2023
fa6107c
core: fix typos (#28255)
0xbstn Oct 10, 2023
db9afae
eth, params: fix typos (#28286)
hyunchel Oct 10, 2023
6b1e4f4
all: move light.NodeSet to trienode.ProofSet (#28287)
holiman Oct 10, 2023
6505297
trie: fix a typo, use correct docstrings (#28302)
bnovil Oct 10, 2023
8afbcf4
eth: enforce announcement metadatas and drop peers violating the prot…
karalabe Oct 10, 2023
5e43ed0
git: ignore tests/spec-tests folder (#28254)
lightclient Oct 10, 2023
2c007cf
accounts/abi/bind/backend: use requested header for gas prices and ga…
karalabe Oct 10, 2023
8976a0c
trie: remove owner and binary marshaling from stacktrie (#28291)
holiman Oct 11, 2023
7776a32
ethdb/pebble: add level file metrics (#28271)
rjl493456442 Oct 11, 2023
a6deb2d
eth/fetcher: throttle tx fetches to 128KB responses (#28304)
karalabe Oct 11, 2023
13d1d42
eth/fetcher: fix typo
karalabe Oct 11, 2023
eeb5dc3
cmd, core: resolve scheme from a read-write database (#28313)
rjl493456442 Oct 11, 2023
0004c6b
accounts, cmd: fix typos (#28300)
vuittont60 Oct 11, 2023
d2c0bed
cmd/geth: fix failing test (#28322)
holiman Oct 12, 2023
0d45d72
params: release Geth v.1.13.3
karalabe Oct 12, 2023
2f66d7c
params: begin v1.13.4 release cycle
karalabe Oct 12, 2023
1cb3b6a
eth/protocols/snap: fix snap sync failure on empty storage range (#28…
rjl493456442 Oct 13, 2023
1f30cae
go.mod, internal/build: update Azure dependencies (#28329)
karalabe Oct 13, 2023
78c8e10
go.mod: update gnark lib to fix a malleability issue (#28333)
karalabe Oct 13, 2023
660cbe4
go.mod: update fastcache to latest (#28334)
karalabe Oct 13, 2023
ed5da55
build: move version-info into checksum file (#28324)
holiman Oct 13, 2023
31b566f
go.mod: update AWS APIs to latest heads (#28332)
karalabe Oct 13, 2023
f62c58f
trie: make rhs-proof align with last key in range proofs (#28311)
holiman Oct 13, 2023
425cb6f
go.mod: pull in the latest cloudflare API libs (#28336)
karalabe Oct 13, 2023
509a64f
cmd, core, ethdb: enable Pebble on 32 bits and OpenBSD too (#28335)
karalabe Oct 13, 2023
f999b72
Merge branch 'master' into merge/foundation-release/1.13.1
meowsbits Oct 16, 2023
38267be
go.mod,go.sum: go mod tidy
meowsbits Oct 16, 2023
09b71f5
Merge branch 'release/1.13' into merge/foundation-release/1.13.3
meowsbits Oct 16, 2023
8ac2a6d
cmd/evm,cmd/utils,core,core/vm,eth/ethconfig,eth,go.sum: auto-optimiz…
meowsbits Oct 16, 2023
48aede8
go.mod,go.sum: go mod tidy
meowsbits Oct 16, 2023
90e0e61
params/types/coregeth,params/types/ctypes,params/types/genesisT,param…
meowsbits Oct 16, 2023
a01f89e
core: "github.com/ethereum/go-ethereum/consensus/misc" imported and n…
meowsbits Oct 16, 2023
037aa2a
cmd/evm/internal/t8ntool: undefined: params (typecheck)
meowsbits Oct 16, 2023
f288b36
cmd/evm/internal/t8ntool: chainConfig.ChainID undefined
meowsbits Oct 16, 2023
b0e556f
eth/downloader: not enough arguments in call to d.processHeaders
meowsbits Oct 16, 2023
c4f987f
eth/downloader: assignment mismatch: 3 variables but p.peer.Head retu…
meowsbits Oct 16, 2023
c6defda
Revert "eth/downloader: remove header rollback mechanism (#28147)"
meowsbits Oct 16, 2023
4632b7b
tests: update execution-spec-tests to 1.0.5 (#28337)
holiman Oct 16, 2023
141df14
eth/downloader: fetchTotalDifficulty method comment
meowsbits Oct 16, 2023
af9c0ef
Revert "eth/downloader: assignment mismatch: 3 variables but p.peer.H…
meowsbits Oct 16, 2023
7bd2915
eth/downloader: p.peer.SetHead undefined (type Peer has no field or m…
meowsbits Oct 16, 2023
69e39f2
miner: undefined: params
meowsbits Oct 16, 2023
9baded8
miner: invalid operation: cannot call non-function ltx.Hash (variable…
meowsbits Oct 16, 2023
a9b066a
eth: not enough arguments in call to downloader.New
meowsbits Oct 16, 2023
a2a7017
eth: cannot convert *res.Res.(*eth.BlockHeadersPacket)
meowsbits Oct 16, 2023
8ac01a0
eth: h.acceptTxs undefined
meowsbits Oct 16, 2023
2e478aa
eth/fetcher: only make noise big mismatches (#28356)
karalabe Oct 16, 2023
a5544d3
fix: broken url link (#28342)
phenix3443 Oct 17, 2023
8b99ad4
internal/ethapi: fix codehash lookup in eth_getProof (#28357)
holiman Oct 17, 2023
00c6383
cmd: fix typos (#28323)
xiaolou86 Oct 17, 2023
667966c
eth/fetcher: fix fetcher timeout (#28220)
MariusVanDerWijden Oct 17, 2023
3f907d6
params: release Geth v1.13.4
karalabe Oct 17, 2023
aeb0abf
params: begin v1.13.5 release cycle
karalabe Oct 17, 2023
1b1611b
core, trie, eth: refactor stacktrie constructor (#28350)
rjl493456442 Oct 17, 2023
1f11d2d
ethclient: ensure the close of canceled context (#28349)
keroro520 Oct 17, 2023
f62502e
internal/ethapi, accounts/abi/bind: use `errors.Is` for error compari…
bnovil Oct 17, 2023
b85c860
api/bind: add CallOpts.BlockHash to allow calling contracts at a spec…
ajsutton Oct 17, 2023
20d5256
core/chain_makers: add SetParentBeaconRoot(..) to chain makers (#28252)
lightclient Oct 17, 2023
6b217e2
cmd/evm: undefined: core.Genesis
meowsbits Oct 17, 2023
840bcee
core/forkid: undefined: core.DefaultHoleskyGenesisBlock
meowsbits Oct 17, 2023
dff9171
cmd/evm: genesisConfig.MustCommit undefined
meowsbits Oct 17, 2023
e3cc1d9
eth: undefined: eth.ETH66
meowsbits Oct 17, 2023
d782dc2
tests/fuzzers/les: fix crash in fuzzer (#28362)
MariusVanDerWijden Oct 17, 2023
fc9f1bf
eth/downloader: undefined: eth.ETH66
meowsbits Oct 17, 2023
8ae7fae
eth/fetcher: undefined: params.MaxBlobGasPerBlock
meowsbits Oct 17, 2023
a434050
les/downloader: undefined: eth.ETH66
meowsbits Oct 17, 2023
06ecb00
les/downloader: undefined: eth.NodeDataMsg (rm -rf les/downloader)
meowsbits Oct 17, 2023
dfa3921
miner: undefined: params.ChainConfig
meowsbits Oct 17, 2023
10585ca
les: undefined: eth.ETH66
meowsbits Oct 17, 2023
b478a07
les: b.eth.handler.downloader undefined
meowsbits Oct 17, 2023
523271b
les: rm sync files
meowsbits Oct 17, 2023
579473e
Merge branch 'release/1.13' into merge/foundation-release/1.13.4
meowsbits Oct 17, 2023
21cfcda
go.mod,go.sum,les: go mod tidy
meowsbits Oct 17, 2023
ffb7cd1
les: fix typo
meowsbits Oct 17, 2023
69c4fb7
les/catalyst,les/checkpointoracle,les/fetcher: tons of errors in less
meowsbits Oct 17, 2023
9e2b869
les: undefined types; move to match go-ethereum
meowsbits Oct 17, 2023
2c37a97
les: b.eth.Downloader undefined
meowsbits Oct 17, 2023
ff9de30
les: c.handler.fetcher undefined
meowsbits Oct 17, 2023
8781310
les: could not load export data: no export data for "github.com/ether…
meowsbits Oct 17, 2023
828981f
les: remove oracle
meowsbits Oct 17, 2023
bcc01f7
les: api.backend.oracle undefined
meowsbits Oct 17, 2023
e0c2035
les: server.oracle undefined
meowsbits Oct 17, 2023
e161bc9
les: remove more checkpoint and oracle logic
meowsbits Oct 17, 2023
5277a05
les: unknown field oracle in struct literal of type lesCommons
meowsbits Oct 17, 2023
44c6390
les: unnecessary conversion (unconvert)
meowsbits Oct 17, 2023
d9db6b2
les: var `errNoCheckpoint` is unused
meowsbits Oct 17, 2023
ead81ee
les: func `(*pruner).close` is unused
meowsbits Oct 17, 2023
c8742b7
les: undefined: pruner
meowsbits Oct 17, 2023
871bf1e
les: var `oracleAddr` is unused
meowsbits Oct 17, 2023
5e7128a
les: undefined: oracleAddr
meowsbits Oct 17, 2023
602216b
les: unused: var auth (no deploy checkpoint contract)
meowsbits Oct 17, 2023
886c65d
Revert "les: remove obsolete code related to PoW header syncing (#277…
meowsbits Oct 17, 2023
45ef39a
eth/ethconfig: problem: duplicate fields
meowsbits Oct 17, 2023
e6457a2
eth/protocols/eth: maintain ETH66
meowsbits Oct 17, 2023
44d88ef
les/catalyst,les/downloader,les/fetcher,les: undefined: params.XXX ->…
meowsbits Oct 17, 2023
d0127d6
les/downloader: not enough arguments in call to chain.InsertHeaderChain
meowsbits Oct 17, 2023
46d7358
les: not enough arguments in call to chain.InsertHeaderChain
meowsbits Oct 17, 2023
1e386c0
les/downloader: not enough arguments in call to trie.NewDatabase
meowsbits Oct 17, 2023
ae70941
les/catalyst: TerminalTotalDifficulty undefined
meowsbits Oct 17, 2023
3740d80
les/catalyst,les/downloader,les/fetcher: undefined: core.Genesis
meowsbits Oct 17, 2023
893a06d
les/catalyst: not enough arguments in call to engine.ExecutableDataTo…
meowsbits Oct 17, 2023
3762e3b
les/catalyst: not enough arguments in call to lesService.BlockChain()
meowsbits Oct 17, 2023
2b24fb3
les/downloader,les/fetcher: gspec.MustCommit undefined
meowsbits Oct 17, 2023
e3d802f
les/downloader: cannot use tester (variable of type *downloadTester) …
meowsbits Oct 17, 2023
d7b29df
les: remove unused vars
meowsbits Oct 17, 2023
da55b23
eth/fetcher: downgrade stale txs log from warn to debug (#28364)
lightclient Oct 17, 2023
d10a2f6
tests/fuzzers: update fuzzers to be based on go-native fuzzing (#28352)
MariusVanDerWijden Oct 18, 2023
fd100f3
tests/spec-tests/fixtures/berlin/eip2930_access_list/acl,tests/spec-t…
meowsbits Oct 18, 2023
819c967
core/state: fix a panic in tests caused by a nil balance in gen accnt
meowsbits Oct 18, 2023
d52c5d9
params: fix holesky genesis params (first testnet failed)
meowsbits Oct 18, 2023
15debab
params/types/genesisT: problem: TestCreation fails
meowsbits Oct 18, 2023
ec1a050
rpc: increase timeout in TestClientWebsocketPing (#28371)
bnovil Oct 19, 2023
4d3c0d4
eth/filters: fix flaky test TestPendingTxFilterDeadlock (#28376)
s1na Oct 19, 2023
cd29535
crypto/blake2b: put architecture-dependent features behind build-tag …
MariusVanDerWijden Oct 19, 2023
450631a
les/downloader: re-implement frequency condition for rollback
meowsbits Oct 19, 2023
f8b786c
les: disable checkfreq if ULC
meowsbits Oct 19, 2023
3b510d2
les: re-install les API methods and service
meowsbits Oct 19, 2023
c1d5a01
core/state, tests: fix memory leak via fastcache (#28387)
holiman Oct 20, 2023
a6a0ae4
crypto/kzg4844: use the new trusted setup file and format (#28383)
kevaundray Oct 22, 2023
ffc6a0f
event: fix Resubscribe deadlock when unsubscribing after inner sub en…
Inphi Oct 22, 2023
6c69821
core/state/pruner: track number of skipped items during state pruning…
aaronbuchwald Oct 23, 2023
54f35c6
ethstats: fix bug in block reporting (#28398)
Oct 23, 2023
062598b
core/blockchain: fix typos and grammar (#28295)
hyunchel Oct 23, 2023
3853f50
trie/triedb/pathdb, core/rawdb: enhance error message in freezer (#28…
rjl493456442 Oct 23, 2023
43e6a3c
graphql: return error if block from>to (#28393)
jsvisa Oct 23, 2023
ab04aeb
core, eth, trie: filter out boundary nodes and remove dangling nodes …
rjl493456442 Oct 23, 2023
a8617c6
txpool/legacypool: remove already known error in legacypool (#28400)
nothingmin Oct 23, 2023
300df87
cmd/evm: make t8ntool handle transaction decoding errors better (#28397)
holiman Oct 25, 2023
96b7503
trie: use explicit errors in stacktrie (instead of panic) (#28361)
holiman Oct 25, 2023
f7b62e5
graphql: logs return error if from block > to (#28412)
jsvisa Oct 25, 2023
d8c6ae0
rpc: use correct stringer-method for serializing BlockNumberOrHash (#…
ajsutton Oct 25, 2023
58ae1df
cmd/geth: test for logging-output (#28373)
holiman Oct 25, 2023
c75de93
params/confp: guard uint64 undeflow for rewindto target
meowsbits Oct 25, 2023
abe3fca
graphql: fix an issue of nil pointer panic (#28416)
jsvisa Oct 26, 2023
656390e
core/vm: reorder eip4844 in precompileds logic
meowsbits Oct 26, 2023
ab981ce
consensus/ethash: add EIP-4844 verification support to ethash header …
meowsbits Oct 26, 2023
37439dc
consensus/ethash: add EIP-4788 header verification
meowsbits Oct 26, 2023
bb90c94
core: differentiate 4844/4788 in Genesis block method
meowsbits Oct 26, 2023
3a1135f
core: differentiate 4844/4788 in header maker fn
meowsbits Oct 26, 2023
f71b936
miner: differentiate 4844/4788 in prepareWork fn
meowsbits Oct 26, 2023
057d2e1
tests: debugging: match test T encodings to release/1.13
meowsbits Oct 26, 2023
e85716e
tests/spec-tests/fixtures/berlin/eip2930_access_list/acl,tests/spec-t…
meowsbits Oct 26, 2023
4cbca51
core, cmd/geth: add --override.* flags to geth init (#28407)
gballet Oct 27, 2023
c637da0
consensus/ethash,consensus/lyra2,core/forkid,go.mod,go.sum,params,req…
ziogaschr Oct 27, 2023
ec3e059
core/forkid,go.mod,go.sum,params: Merge branch 'merge/foundation-rele…
ziogaschr Oct 27, 2023
dd25262
core/forkid: fix missing test field (genesis block)
meowsbits Oct 27, 2023
2d7dba0
graphql: always set content-type to application/json (#28417)
jsvisa Oct 27, 2023
233db64
all: make vendored copy of reexec (#28382)
holiman Oct 27, 2023
ea2e66a
trie/triedb/pathdb: improve dirty node flushing trigger (#28426)
rjl493456442 Oct 31, 2023
447945e
core/rawdb: add logging and fix comments around AncientRange function…
jakub-freebit Oct 31, 2023
bc42e88
core: add basic chain history support in GenerateChain (#28428)
fjl Oct 31, 2023
285202a
cmd/evm: add --run option to blocktest command (#28421)
marioevz Oct 31, 2023
f4ac548
ethdb/pebble: cap memory table size as maxMemTableSize-1 (#28444)
rjl493456442 Oct 31, 2023
a3be381
core/vm: performance tweak of `OpCode.String()` (#28453)
lmittmann Nov 2, 2023
b1cec85
eth/tracers: add position field for callTracer logs (#28389)
alvarosevilla95 Nov 3, 2023
e91cdb4
ethclient: fix forwarding 1559 gas fields (#28462)
karalabe Nov 3, 2023
51b5ad3
.travis: enable cross building to macos arm64 (#28474)
karalabe Nov 7, 2023
97ae324
travis: use newer builder image (#28475)
karalabe Nov 7, 2023
f20b334
eth/filters: eth_getLogs fast exit for invalid block range (#28386)
jsvisa Nov 7, 2023
4d9f3cd
eth: set networkID to chainID by default (#28250)
MariusVanDerWijden Nov 7, 2023
470dba8
core/vm: set basefee to 0 internally on eth_call (#28470)
karalabe Nov 8, 2023
7ea860d
graphql: type of yParity from Long to BigInt (#28456)
jsvisa Nov 9, 2023
b77a9b1
cmd/geth: more testcases for logging (#28501)
holiman Nov 9, 2023
f7dde2a
ethdb/pebble: add `Errorf` function to panicLogger (#28491)
mcdee Nov 9, 2023
e38b9f1
eth/filters: exit early if topics-filter has more than 4 topics (#28494)
jsvisa Nov 10, 2023
326fa00
core/rawdb: fsync the index file after each freezer write (#28483)
rjl493456442 Nov 10, 2023
2f4833b
cmd/evm: allow state dump regardless if test passes in statetest (#28…
sorpaas Nov 10, 2023
ce5a480
ethclient: add empty/nonexist account testcase for eth_getProof RPC (…
jsvisa Nov 10, 2023
49b2c5f
build: upgrade -dlgo version to Go 1.21.4 (#28505)
sandakersmann Nov 10, 2023
f265cc2
cmd/geth: remove some whitespace in code and comments (#28148)
jsvisa Nov 10, 2023
916d6a4
params: release Geth v1.15.5
karalabe Nov 14, 2023
51c70ad
Merge branch 'master' into merge/foundation-release/1.13.4
meowsbits Nov 16, 2023
0e84d96
Merge branch 'release/1.13' into merge/foundation-release/1.13.5
meowsbits Nov 29, 2023
8ef3d66
build,cmd/evm/internal/t8ntool,core,ethclient/gethclient,go.mod,param…
meowsbits Nov 29, 2023
0e10589
go.mod,go.sum: go mod tidy
meowsbits Nov 29, 2023
d120df3
core: missing argument in conversion to chain.Config
meowsbits Nov 29, 2023
e49f86d
cmd/evm/internal/t8ntool: undefined: params.ChainConfig
meowsbits Nov 29, 2023
e871e99
cmd/evm/internal/t8ntool: undefined: params.ChainConfig (London:EIP1559)
meowsbits Nov 29, 2023
d3696be
cmd/evm/internal/t8ntool: undefined: params.BlobTxBlobGasPerBlob
meowsbits Nov 29, 2023
7932a71
core,eth: undefined: chainConfig
meowsbits Nov 29, 2023
8ac6b5e
core: undefined: params.BeaconRootsStorageAddress
meowsbits Nov 29, 2023
275b00b
core/vm/runtime: undefined: params.BeaconRootsStorageAddress
meowsbits Nov 29, 2023
ff1a657
core/forkid: not enough arguments in call to gatherForks
meowsbits Nov 29, 2023
fc8f818
tests/fuzzers/les: undefined: params.GWei (typecheck)
meowsbits Nov 29, 2023
f239212
core: composites: github.com/ethereum/go-ethereum/params/types/genesi…
meowsbits Nov 29, 2023
b43adbb
core: tests paniced; use chain maker config, not block config
meowsbits Nov 30, 2023
20b6e75
core: (lint) remove unused field 'config'
meowsbits Nov 30, 2023
faf490a
Merge branch 'master' into merge/foundation-release/1.13.5
meowsbits Feb 4, 2024
ba068f1
go.mod,go.sum: go mod tidy
meowsbits Feb 4, 2024
33ad7b0
cmd/devp2p,eth/downloader: cannot use c.zoneID (variable of type stri…
meowsbits Feb 4, 2024
997b603
eth: h.acceptTxs undefined (type *handler has no field or method acce…
meowsbits Feb 4, 2024
b5f7d54
Revert "eth/downloader: remove header rollback mechanism (#28147)"
whilei Feb 4, 2024
b2fd097
eth/downloader: TestInvalidHeaderRollback67Snap redeclared in this block
meowsbits Feb 4, 2024
de0e288
cmd/evm/internal/t8ntool,consensus/beacon,consensus/clique,consensus/…
ziogaschr Feb 8, 2024
38a2051
core/forkid: forkid_test.go:563:40: not enough arguments in call to g…
ziogaschr Feb 8, 2024
ab5e96f
core/txpool/blobpool: 🧹
ziogaschr Feb 12, 2024
f0a2b4c
Bump go version for linting GHA (#618)
diega Feb 12, 2024
0405a72
.github/workflows,cmd/evm/internal/t8ntool,consensus/beacon,consensus…
ziogaschr Feb 12, 2024
b7be02e
params/types/goethereum: fix go_ethereum configurator for Cancun by b…
ziogaschr Feb 12, 2024
e8202d1
params/types/goethereum: Merge branch 'merge/foundation-release/1.13.…
ziogaschr Feb 12, 2024
fe134a5
eth/ethconfig: add empty line for consistency
ziogaschr Feb 13, 2024
52a143b
Merge branch 'master' into merge/foundation-release/1.13.5
meowsbits Feb 20, 2024
1a0bfd8
tests: go generate -skip=trezor ./...; reapply gen_genesis.go Unmarsh…
meowsbits Feb 20, 2024
d2731e5
.github/workflows: update GH actions to use go version `^1.20`
ziogaschr Feb 20, 2024
c70ec83
.github/workflows: .github/workflows: update GH actions to use go ver…
ziogaschr Feb 21, 2024
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
core/forkid: not enough arguments in call to gatherForks
Date: 2023-11-29 09:16:12-07:00
Signed-off-by: meows <b5c6@protonmail.com>
meowsbits committed Nov 29, 2023
commit ff1a65747ce8eb985ff99a1817bfd3c3b299b150
6 changes: 3 additions & 3 deletions core/forkid/forkid_test.go
Original file line number Diff line number Diff line change
@@ -498,8 +498,8 @@ func TestEncoding(t *testing.T) {

func TestGatherForks(t *testing.T) {
cases := []struct {
name string
config ctypes.ChainConfigurator
name string
config ctypes.ChainConfigurator
blockForks []uint64
timeForks []uint64
}{
@@ -560,7 +560,7 @@ func TestGatherForks(t *testing.T) {
return true
}
for _, c := range cases {
blockForks, timeForks := gatherForks(c.config)
blockForks, timeForks := gatherForks(c.config, 0)
if !slicesEquivalent(blockForks, c.blockForks) {
t.Errorf("config=%s block forks mismatch: have %v, want %v", c.name, blockForks, c.blockForks)
}