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 upstream v1.10.21 #74

Merged
merged 518 commits into from
Feb 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
518 commits
Select commit Hold shift + click to select a range
559a174
cmd/clef: fixups to the python clef poc (#24440)
holiman May 2, 2022
5157d45
cmd/evm: make evm t8n handle post-merge transitions (#24546)
holiman May 2, 2022
344d6f9
cmd: group network and db path flags together (#24698)
rjl493456442 May 3, 2022
c153bd4
accounts: fix typo in comments (#24805)
nujabes403 May 3, 2022
6b60d68
docker: speed up docker image build (#24796)
eval-exec May 3, 2022
53304ff
cmd/utils: double limit on free-disk monitor (#24781)
holiman May 3, 2022
8d84a70
build: fix formatted logs (#24807)
freaker2k7 May 3, 2022
c164aed
build: ppa build for jammy (ubuntu 22.04)
holiman May 4, 2022
d73df89
graphql: add rawReceipt field to transaction type (#24738)
s1na May 4, 2022
d6b77f6
eth/filters: fix code comment (#24799)
eval-exec May 4, 2022
b3af0a5
cmd/geth: fix init genesis for dev (#24693)
s1na May 4, 2022
0a9e384
Merge pull request #24813 from holiman/jammy
karalabe May 4, 2022
ecae8e4
cmd, eth: fix required blocks regression
karalabe May 4, 2022
992151f
Merge pull request #24817 from karalabe/fix-PC-regression
karalabe May 5, 2022
11b56ac
core: fix WriteBlockAndSetHead documentation (#24818)
milesvant May 5, 2022
7f6f01d
core: recover state when beacon sets canonical head if it's missing (…
rjl493456442 May 5, 2022
1c90d97
eth/protocols/eth: fix godoc comments (#24810)
s7v7nislands May 5, 2022
256aae0
eth/filters: remove explicit continue label in filterLogs (#24795)
eval-exec May 5, 2022
ca8e2f1
p2p/simulations: escape mockerType value from request (#24822)
ImanSharaf May 5, 2022
33d7a46
p2p/simulations: fix typo in network_test.go (#24824)
eltociear May 5, 2022
cef1a86
miner: discard interrupted blocks (#24638)
Ruteri May 6, 2022
1941c5e
core/rawdb: untie freezer and ancient chain data (#24684)
rjl493456442 May 6, 2022
3b967d1
core/vm: implement EIP-3855: PUSH0 instruction (#24039)
axic May 6, 2022
7175f82
eth/fetcher: avoid hang in tests (partial fix for #23331) (#23351)
holiman May 6, 2022
1b26991
signer/fourbyte: import new signatures (#22865)
holiman May 6, 2022
345b1fb
abi: fix checks when all fields are indexed (#24792)
rachel-bousfield May 6, 2022
86d5477
core/state/snapshot: fix race condition (#24685)
MariusVanDerWijden May 6, 2022
7caa2d8
all: replace strings.Replace with string.ReplaceAll (#24835)
s7v7nislands May 9, 2022
5b46f1d
internal: drop TestSignCliqueBlock (#24837)
s1na May 10, 2022
91751cb
signer/fourbyte: remove offending signatures (#24842)
holiman May 10, 2022
52eb87d
core/vm: update benchmark to use Errorf instead of Sprintf (#24845)
aaronbuchwald May 10, 2022
6465032
eth/protocols/snap: sort trienode heal requests by path (#24779)
holiman May 10, 2022
8a008ee
cmd/geth: print info banner for --dev mode (#24759)
nedifi May 10, 2022
24c590c
core/vm: clean up some dead functions (#24851)
s7v7nislands May 11, 2022
539bbd6
core/vm: separate opcode group for 0x20 range (#24850)
s7v7nislands May 11, 2022
f5ff022
ethclient: add PeerCount method (#24849)
FelStroz May 11, 2022
e0a1fd5
core/vm: optimize Memory.Set32 (#24847)
qianbin May 11, 2022
440c9fc
graphql: fix long literal passed in a variable (#24864)
s1na May 12, 2022
97f308a
core/vm: for tracing, do not report post-op memory
holiman May 12, 2022
ae7d834
internal/ethapi: add debug_getRawReceipts RPC method (#24773)
ryanschneider May 14, 2022
4f80f78
params: set ropsten TTD for TheMerge (#24876)
MariusVanDerWijden May 16, 2022
0a55b97
cmd/utils: add deprecation warning for Rinkeby
karalabe May 16, 2022
fcbc05c
Merge pull request #24884 from karalabe/deprecate-rinkeby
karalabe May 16, 2022
330e53f
core/asm: use strings.Builder and fix godoc issues (#24861)
s7v7nislands May 16, 2022
07508ac
all: replace uses of ioutil with io and os (#24869)
estensen May 16, 2022
af80616
cmd/geth: update vulnerabilities.json testdata (#24856)
holiman May 16, 2022
fe5a267
core/vm: reduce overhead in instructions-benchmark (#24860)
qianbin May 17, 2022
39fb82b
eth: fix flaky test, don't attach empty slots/proofs (#24885)
rjl493456442 May 17, 2022
29a6b6b
graphql: add raw fields to block and tx (#24816)
s1na May 17, 2022
381c66c
eth/catalyst: set the correct LatestValidHash (#24855)
MariusVanDerWijden May 17, 2022
e0a9752
cmd/geth: add `db check-state-content` to verify integrity of trie no…
holiman May 17, 2022
e644d45
all: use strings.EqualFold for string comparison (#24890)
estensen May 17, 2022
4b309c7
all: replace non-trivial uses of package ioutil with os (#24886)
estensen May 17, 2022
57192bd
ethdb/remotedb, cmd: add support for remote (readonly) databases (#24…
holiman May 18, 2022
e6fa102
core, eth, internal, rpc: implement final block (#24282)
MariusVanDerWijden May 18, 2022
cc9fb8e
eth/catalyst, miner: build the execution payload async (#24866)
MariusVanDerWijden May 18, 2022
bf69322
eth/tracers/js: goja tracer (#23773)
s1na May 18, 2022
21a3a21
params: update goerli bootnodes (#24900)
q9f May 18, 2022
975dee2
params: fix broken linter
karalabe May 18, 2022
5c5ef6f
Merge pull request #24901 from karalabe/fix-linter
karalabe May 18, 2022
2f4996a
ethdb/remotedb: fix flawed check in Has/HasAncient
holiman May 18, 2022
7bcbbbf
Merge pull request #24905 from holiman/fix_has
karalabe May 19, 2022
2bfd9a2
core: fix the order of address in queue (#24907)
zhaochonghe May 19, 2022
59e0f1e
tests: update reference tests (#24899)
holiman May 19, 2022
a35a5ca
Merge pull request #24908 from zhaochonghe/master
karalabe May 19, 2022
310f751
eth/tracers/js: add memory.length method (#24887)
ed255 May 19, 2022
4a4d531
eth/catalyst: update implementation to spec (#24802)
MariusVanDerWijden May 20, 2022
34bda5e
core, eth, les, rpc: polish catalyst errors, add context
karalabe May 20, 2022
7aced81
Merge pull request #24915 from karalabe/catalyst-custom-errors
karalabe May 20, 2022
8cab5e1
build/bot: add mac build script (#24917)
fjl May 20, 2022
04b6c56
build/bot: remove xctool invocation in macos build script (#24918)
fjl May 20, 2022
adcad1c
build/bot: add ppa-build.sh (#24919)
fjl May 20, 2022
d4faff9
build/bot: avoid install of python-bzrlib, python-paramiko in PPA bui…
fjl May 20, 2022
2b0d0ce
build/bot: create .ssh directory in ppa-build.sh (#24922)
fjl May 20, 2022
59ac229
core/state/snapshot: detect and clean up dangling storage snapshot in…
rjl493456442 May 23, 2022
af02e97
accounts/abi: validate fieldnames, fixes #24930 (#24932)
holiman May 23, 2022
8541ddb
common/compiler, cmd/abigen: remove solc/vyper compiler integration
holiman May 23, 2022
ba47d80
eth/tracers/js: drop duktape engine (#24934)
s1na May 23, 2022
94c8de0
Merge pull request #24936 from holiman/no_compilers
karalabe May 24, 2022
3ff479b
signer/core: always pad clique header extra data with space for seale…
jwasinger May 24, 2022
c9e324c
go.mod: upgrade to btcsuite/btcd/btcec v2.2.0 (#24939)
fjl May 24, 2022
64d6c78
Merge pull request #24867 from holiman/no_preop_memexpand
karalabe May 24, 2022
e31ff1f
params: update CHTs for Geth 1.10.18
karalabe May 24, 2022
6cc4cc6
Merge pull request #24945 from karalabe/cht-1.10.18
karalabe May 24, 2022
9244d5c
all: update license headers and AUTHORS from git history (#24947)
fjl May 24, 2022
8798cd3
AUTHORS: remove one more duplicate entry (#24950)
fjl May 24, 2022
b807f78
go.mod: upgrade to docker v1.6.2 (#24956)
fjl May 25, 2022
de23cf9
params: go-ethereum v1.10.18 stable
fjl May 25, 2022
d575a2d
params: begin v1.10.19 release cycle
fjl May 25, 2022
0559a9a
cmd/geth: exit when freezer has legacy receipts (#24943)
s1na May 26, 2022
0287e1a
cmd/abigen: accept combined-json via stdin (#24960)
holiman May 26, 2022
be97427
params: set emergency ropsten TTD to 100_000_000_000_000_000_000_000 …
MariusVanDerWijden May 27, 2022
86af788
core: use less memory during reorgs (#24616)
MariusVanDerWijden May 30, 2022
a10660b
cmd/geth: extend traverseRawState command (#24954)
rjl493456442 May 30, 2022
8845227
consensus/clique: fix race condition (#24957)
hkalodner May 30, 2022
93fe175
eth/catalyst: fix edge case in NewPayload (#24955)
MariusVanDerWijden May 30, 2022
2140aab
contracs/checkpointoracle: fix directives (#24944)
holiman May 30, 2022
03157b6
eth/filters: use buffered channel to avoid goroutine leak (#24928)
BurtonQin May 30, 2022
8c0c043
core/beacon: prevent invalid logsBloom length panic (#24946)
MariusVanDerWijden May 31, 2022
f9806dc
core: fix canonical hash marker update (#24996)
rjl493456442 Jun 1, 2022
d8a2305
eth/tracers: add support for block overrides in debug_traceCall (#24871)
holiman Jun 2, 2022
3c6d6f7
tests/fuzzers/bls12381: Add BLST to fuzzing support (#24249)
MariusVanDerWijden Jun 2, 2022
2227589
eth/catalyst: return 0x0 on Invalid block on top of pow block (#25006)
MariusVanDerWijden Jun 2, 2022
6f075bf
node: make jwt test less dependent on time (#25016)
holiman Jun 2, 2022
490c45c
consensus/misc: reduce allocations and improve comments in CalcBaseFe…
Jeiwan Jun 2, 2022
5bc4e8f
go.mod: set go version to 1.17 (#24926)
icyfry Jun 2, 2022
b453767
go.mod: clean up (#25017)
s7v7nislands Jun 3, 2022
997f1c4
core/vm: optimize jumpdest analysis (#23500)
chfast Jun 3, 2022
d6b5574
tests/fuzzers/bls12381: fix blst deserializing (#25036)
MariusVanDerWijden Jun 6, 2022
c375ee9
cmd/geth, core/state/snapshot: rework journal loading, implement acco…
holiman Jun 6, 2022
22defa5
all: introduce trie owner notion (#24750)
rjl493456442 Jun 6, 2022
10da980
eth/api: use `hexutil.Bytes` for account range method (#25024)
lightclient Jun 6, 2022
096daa9
eth/tracers: fix typo in 4byte_tracer_legacy.js (#25020)
eltociear Jun 6, 2022
6b3e6cb
trie: move locking into trieDB insert method (#25030)
aaronbuchwald Jun 7, 2022
7e9514b
params: update ropsten terminal total difficulty block (#25018)
holiman Jun 7, 2022
d9566e3
eth/filters: fix getLogs for pending block (#24949)
s1na Jun 7, 2022
84b3272
accounts/abi/bind: fix duplicate field names in the generated go stru…
lwhile Jun 7, 2022
5e8fa1d
tests/fuzzers/bls12381: fix blst pairing (#25037)
MariusVanDerWijden Jun 7, 2022
403624a
p2p/discover: fix panicky test (#25038)
holiman Jun 7, 2022
450f5da
accounts: increase parseURL test coverage (#25033)
dbadoy Jun 7, 2022
41e7548
eth, les, params: log chain config a bit saner (#24904)
karalabe Jun 7, 2022
138f0d7
p2p: use errors.Is for error comparison (#24882)
estensen Jun 7, 2022
106a162
rpc: swap out timer metrics to histograms
karalabe Jun 8, 2022
c4dab8c
Merge pull request #25044 from karalabe/rpc-histograms
karalabe Jun 8, 2022
b60a08d
eth/catalyst: remove unauthenticated 'engine' api (#24997)
holiman Jun 8, 2022
6160296
core/types: remove unused field 'td' in Block (#25010)
zimbabao Jun 8, 2022
f503718
core/types: improve LogForStorage and ReceiptForStorage comments (#25…
henridf Jun 8, 2022
594e321
core/evm: fix error in comment (#25040)
int88 Jun 8, 2022
3f5b5ec
internal/ethapi: fix typo in comment (#25056)
LuozhuZhang Jun 10, 2022
eb94896
Chore: Minimal gramatical errors (signleton -> singleton) (#25057)
GustavoRSSilva Jun 10, 2022
a907d7e
all: more linters (#24783)
holiman Jun 13, 2022
f74bb3a
cmd/utils: update --ropsten description (#25078)
Aracki Jun 14, 2022
1cf58c7
readme,eth: remove references to eth.wiki (#25086)
lightclient Jun 14, 2022
6ad620d
cmd/ethkey: use accounts.TextHash (#25069)
s7v7nislands Jun 14, 2022
8cfd121
common: improve pretty duration regex (#25073)
MariusVanDerWijden Jun 14, 2022
bc013bc
all: prefer `new(big.Int)` over `big.NewInt(0)` (#25087)
lmittmann Jun 14, 2022
3273ad1
eth: add missing period at end of sentences (#25058)
lightclient Jun 15, 2022
3060216
eth: introduce eth67 protocol (#24093)
rjl493456442 Jun 15, 2022
d8f9638
cmd, params: implement Gray Glacier hard-fork (EIP-5133) (#25088)
MariusVanDerWijden Jun 15, 2022
d78d302
node: add info message when JWT secret is loaded (#25095)
MariusVanDerWijden Jun 15, 2022
23bee16
params: release Geth v1.10.19
karalabe Jun 15, 2022
67454df
params: begin v1.10.20 release cycle
karalabe Jun 15, 2022
ba99e19
internal/ethapi: add comment explaining return of nil instead of erro…
kosuke-taniguchi Jun 16, 2022
01e5e9c
tests/fuzzers/rlp: avoid very large input (#25109)
holiman Jun 16, 2022
21129ec
node: make jwt tests less time-dependent (#25120)
holiman Jun 20, 2022
c776029
cmd/faucet: more verbose message about private posts (#25129)
n1charlie Jun 20, 2022
d39f0cc
internal/ethapi: remove SignAndSendTransaction (#25111)
s1na Jun 20, 2022
ad15050
cmd/faucet: add sepolia network support (#25128)
n1charlie Jun 20, 2022
241dd27
trie: fix size accounting in cleaner (#25007)
aaronbuchwald Jun 21, 2022
10dc5dc
all: remove concept of public/private API definitions (#25053)
lightclient Jun 21, 2022
f20a569
cmd/geth: drop geth js command (#25000)
s1na Jun 21, 2022
f49e298
README,rpc: remove mention of "shh" RPC API (#25137)
n1charlie Jun 21, 2022
7c7cd41
eth, miner: retrieve mining state from live database (#25139)
rjl493456442 Jun 22, 2022
68420e1
core: fix typo in txpool (#25149)
aaronbuchwald Jun 22, 2022
0f044f3
go.mod: upgrade to latest goleveldb (#25067)
ucwong Jun 23, 2022
6135c68
eth/tracers: optimize goja buffer conversion (#25156)
s1na Jun 23, 2022
e620fa3
eth: fix typo (#25161)
int88 Jun 24, 2022
647c6f2
internal/ethapi: always return chain id (#25166)
lightclient Jun 24, 2022
c7f485d
internal/ethapi: add note about eth_chainId compatibility with EIP-69…
lightclient Jun 25, 2022
119f955
all: remove `public` field from `rpc.API` (#25059)
lightclient Jun 27, 2022
0c6f81f
all: remove version field from rpc.API
lightclient Jun 15, 2022
52ed357
cmd: migrate to urfave/cli/v2 (#24751)
willianpaixao Jun 27, 2022
1438e7c
params: set TTD for sepolia testnet (#25179)
MariusVanDerWijden Jun 28, 2022
9a5c100
cmd/geth, p2p: add support for custom discovery UDP port (#24979)
zeim839 Jun 28, 2022
d1890aa
fix: linter warning (#25192)
gballet Jun 29, 2022
3f712e7
core/rawdb: fix typo in comment (#25191)
noirgif Jun 29, 2022
300f612
core/rawdb: simplify TestDiskSeek to use memorydb (#25182)
aaronbuchwald Jun 29, 2022
9ecf8a9
cmd/utils: fix applying bootstrap nodes from config file (#25174)
andrepatta Jun 29, 2022
3e693e1
internal/ethapi: return chain id for EIP-155 legacy txs (#25155)
lightclient Jun 29, 2022
c2070f8
common: increase StorageSize test coverage (#25188)
dbadoy Jun 29, 2022
d12b1a9
consensus/beacon: check that only the latest pow block is valid ttd b…
MariusVanDerWijden Jun 29, 2022
ea0bf08
build: fix auto-completion scripts and include them in .deb package (…
willianpaixao Jun 29, 2022
63b2d49
build: upgrade to golangci-lint v1.46.2 (#25202)
fjl Jun 29, 2022
75ebeb7
build/deb: fix auto-completion install paths (#25204)
fjl Jun 29, 2022
8f2416a
params: go-ethereum v1.10.20 stable
fjl Jun 29, 2022
5e25228
params: begin v1.10.21 release cycle
fjl Jun 29, 2022
a1cb728
common/prque: fix typo
dbadoy Jun 30, 2022
692bfd1
Merge pull request #25206 from dbadoy/master
karalabe Jun 30, 2022
de1cecb
eth/catalyst: disallow importing blocks via newPayload during snap sy…
karalabe Jul 1, 2022
953a29f
Replace fmt.Errorf with errors.New in abi argument (#25181)
aaronbuchwald Jul 4, 2022
2697e44
all: change format `0x%x` to `%#x` (#25221)
dbadoy Jul 4, 2022
62470ee
consensus/beacon: copy td value so we can modify it (#25230)
MariusVanDerWijden Jul 4, 2022
e537193
core: allow external code to set the block validator for malicious te…
MariusVanDerWijden Jul 4, 2022
5f6e870
core: apply ttd override to uninitialized db (#25136)
MariusVanDerWijden Jul 4, 2022
55f914a
signer/core/apitypes: support primitive types int96/uint96 (#25105)
spkjp Jul 4, 2022
f6ac80c
cmd/geth, cmd/devp2p: fix some cli parsing issues (#25234)
fjl Jul 4, 2022
87bb5db
core: allow external processor (#25233)
MariusVanDerWijden Jul 5, 2022
7217ef4
consensus/beacon: verify timestamp is greater than parent timestamp (…
MariusVanDerWijden Jul 5, 2022
e3c1a7c
go.mod: updated logfmt dependency (#25231)
MariusVanDerWijden Jul 5, 2022
cb7f359
internal/ethapi: add basefee to block overrides (#25219)
s1na Jul 5, 2022
ed7a80f
build: upgrade -dlgo version to Go 1.18.3
sandakersmann Jul 5, 2022
926b3e0
trie: fix typo in comment (#25241)
aaronbuchwald Jul 6, 2022
e394d01
core/types: fix typo in comment (#25249)
dbadoy Jul 6, 2022
ae8ce72
internal/ethapi: fix chain ID check to return all non-zero IDs (#25244)
lightclient Jul 7, 2022
d839515
rpc: add graceful shutdown timeout for HTTP server (#25258)
windycrypto Jul 8, 2022
b3fc957
p2p/discover: fix typos in comments (#25272)
dbadoy Jul 10, 2022
714fb30
Merge pull request #25247 from sandakersmann/master
karalabe Jul 11, 2022
44893be
core, eth: pre-allocate map in storage copy (#25279)
dbadoy Jul 12, 2022
3e759e2
eth/tracers: add initial revertReasonTracer tracer (#25265)
fanbsb Jul 12, 2022
e66a538
params: enable DNS discovery on Sepolia too
karalabe Jul 12, 2022
48da9d5
Merge pull request #25288 from karalabe/enable-sepolia-dnsdisc
karalabe Jul 12, 2022
68cd0cd
internal/build: add a timestamp to the tar archive folder
karalabe Jul 12, 2022
d740d6e
Merge pull request #25290 from karalabe/tar-archive-folder-time
karalabe Jul 12, 2022
9f96578
build: upgrade -dlgo version to Go 1.18.4
sandakersmann Jul 12, 2022
e108d36
Merge pull request #25293 from sandakersmann/master
karalabe Jul 14, 2022
93f981b
accounts/abi: fix typo in comment (#25271)
eltociear Jul 14, 2022
5b5dfba
accounts/abi/bind/backends: return hash of new blocks (#25163)
DragonDev1906 Jul 14, 2022
b53d382
Merge pull request #25096 from lightclient/remove-version-field
karalabe Jul 14, 2022
434ca02
internal/ethapi: error if tx args includes chain id that doesn't matc…
lightclient Jul 14, 2022
4766b11
core: remove lock in BlockChain.ExportN (#25254)
henridf Jul 14, 2022
1c9afc5
core: prevent negative fee during RPC calls (#25214)
PlasmaPower Jul 15, 2022
1657e43
core, les, eth: port snap sync changes (#24898)
rjl493456442 Jul 15, 2022
a54a230
tests: only activate merge on london rules (#25239)
MariusVanDerWijden Jul 15, 2022
e3df3d3
trie: fix 'gosimple' lint issue (#25309)
fjl Jul 15, 2022
a9ef135
p2p/discover: apply netrestrict in discv5 response handler (#25304)
hadv Jul 15, 2022
a7d47ee
cmd/geth: remove redundant 0x in dbGet/dbDelete (#25315)
gballet Jul 18, 2022
e73e8bc
accounts/abi: substitude arg%d to the range keyword (#25307)
gballet Jul 19, 2022
89b138c
params: Add Shanghai and Cancun blocks (#25305)
gballet Jul 19, 2022
a22fb93
params: change Merge config to print simpler message
n1charlie Jul 21, 2022
b214c49
cmd/puppeth: remove support for exporting non-Geth genesis configurat…
jwasinger Jul 22, 2022
1764f8f
params: set goerli TTD to 10_790_000 (#25324)
MariusVanDerWijden Jul 22, 2022
ba3919c
signer/core: add canonical TypedData hashing methods (#25283)
nik-suri Jul 22, 2022
62306a5
deps: update goleveldb
holiman Jul 23, 2022
22d71af
params: set sepolia mergeNetsplitBlock to 1735371 (#25372)
MariusVanDerWijden Jul 23, 2022
3b2a6b3
cmd/geth: eth/catalyst: enable authrpc by default (#25152)
MariusVanDerWijden Jul 23, 2022
6da1fce
Merge pull request #25379 from holiman/leveldb_update
karalabe Jul 25, 2022
b2be5f9
eth/catalyst: better warning for ttd not configured (#25394)
MariusVanDerWijden Jul 25, 2022
1ed8b7d
cmd: use flags.Merge for grouping flags (#25392)
rjl493456442 Jul 25, 2022
ff22594
consensus/beacon: fix typo in comment (#25391)
gballet Jul 25, 2022
39900be
p2p/netutil: minor code cosmetic
Abirdcfly Jul 25, 2022
d2247d9
eth, internal, light: fix error string capitalization (#25364)
dbadoy Jul 25, 2022
6c4e5d0
light: fix differTries err message in tests (#25358)
eval-exec Jul 25, 2022
b196ad1
all: add whitespace linter (#25312)
jsvisa Jul 25, 2022
eb2b8cb
eth/tracers/js: fix capitalization in tests
karalabe Jul 25, 2022
2b6a761
Merge pull request #25397 from karalabe/fix-tracer-capitalization
karalabe Jul 25, 2022
f3af3fd
eth: support bubbling up bad blocks from sync to the engine API (#25190)
karalabe Jul 25, 2022
f543e6b
Merge pull request #25371 from Zachinquarantine/mergeconfig-message
karalabe Jul 25, 2022
c6dcd01
core: eth: rpc: implement safe rpc block (#25165)
MariusVanDerWijden Jul 25, 2022
14b0eed
go.mod: downgrade leveldb (#25413)
rjl493456442 Jul 27, 2022
6710942
params: go-ethereum v1.10.21 stable
fjl Jul 27, 2022
a13b549
Merge upstream 'v1.10.14' into ccc6003e4af2b923d20d0e3b80a4933928516492
junnmm Feb 8, 2023
d733c9d
Merge upstream 'v1.10.15' into a13b549623d004937def88900ae4acdaa29bff8b
junnmm Feb 8, 2023
6b4aee0
Merge upstream 'v1.10.16' into d733c9d8adf64849173c36f47720462c5dd153a3
junnmm Feb 8, 2023
09a7629
Merge upstream 'v1.10.17' into 6b4aee0ff78869b4c61f012f355e2fc448c91a89
junnmm Feb 8, 2023
59ff4f3
Merge upstream 'v1.10.18' into 09a76296e61d0d40687e0d0456d36848ea7cd3ea
junnmm Feb 9, 2023
48d97cb
Merge upstream 'v1.10.19' into 59ff4f3ac61130ed7d05e945c3c12e411672f0ad
junnmm Feb 9, 2023
61da14e
Merge upstream 'v1.10.20' into 169b9648fc8f86519f48f290bd208f8d7f475356
junnmm Feb 9, 2023
252249b
flags, Fix conflicted testnet flags
junnmm Feb 15, 2023
e15accc
Merge branch 'fix-multiple-testnet-flags' into merge-upstream-v1.10.20
junnmm Feb 15, 2023
8286db0
Merge upstream 'v1.10.21' into e15accc8c49196738f8d7ef81657ba426d780c69
junnmm Feb 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 3 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ consensus @karalabe
core/ @karalabe @holiman @rjl493456442
eth/ @karalabe @holiman @rjl493456442
eth/catalyst/ @gballet
graphql/ @gballet
eth/tracers/ @s1na
graphql/ @gballet @s1na
les/ @zsfelfoldi @rjl493456442
light/ @zsfelfoldi @rjl493456442
mobile/ @karalabe @ligi
node/ @fjl @renaynay
node/ @fjl
p2p/ @fjl @zsfelfoldi
rpc/ @fjl @holiman
p2p/simulations @fjl
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
name: hive
run-name: hive simulations
on:
workflow_dispatch:
inputs:
hive_extra_flags:
description: Extra flags passed to hive
required: false
default: ""
type: string
pull_request:
env:
HIVE_REPO: kcc-community/hive
Expand Down
40 changes: 40 additions & 0 deletions .github/workflows/hive_ts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@

name: hive-trouble-shooting
run-name: hive simulations (manually)
on:
workflow_dispatch:
inputs:
hive_extra_flags:
description: Extra flags passed to hive
required: false
default: ""
type: string
env:
HIVE_REPO: kcc-community/hive
jobs:
hive-smoke-tests:
runs-on: ubuntu-latest
steps:
- name: checkout kcc's repo into kcc/
uses: actions/checkout@v3
with:
path: kcc
- name: checkout hive's repo into hive/
uses: actions/checkout@v3
with:
path: hive
repository: ${{ env.HIVE_REPO }}
ref: master
- name: Install golang
uses: actions/setup-go@v3
with:
go-version: '>=1.18.0'
- name: build kcc docker image
run: cd $GITHUB_WORKSPACE/kcc && docker build -t kucoincommunitychain/kcc:latest .
- name: build hive
run: cd $GITHUB_WORKSPACE/hive && go build -v .
- name: run smoke simulator
run: |
cd $GITHUB_WORKSPACE/hive && ./hive --panic --client kcc_latest --sim 'kcc/(smoke|gas-block-limit)' \
${{ inputs.hive_extra_flags }}

4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
path = tests/testdata
url = https://github.com/ethereum/tests
shallow = true
[submodule "evm-benchmarks"]
path = tests/evm-benchmarks
url = https://github.com/ipsilon/evm-benchmarks
shallow = true
55 changes: 39 additions & 16 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file configures github.com/golangci/golangci-lint.

run:
timeout: 5m
timeout: 20m
tests: true
# default is true. Enables skipping of directories:
# vendor$, third_party$, testdata$, examples$, Godeps$, builtin$
Expand All @@ -19,32 +19,55 @@ linters:
- govet
- ineffassign
- misspell
# - staticcheck
- unconvert
# - unused
- varcheck
- typecheck
- unused
- staticcheck
- bidichk
- durationcheck
- exportloopref
- gosec
- whitespace

# - structcheck # lots of false positives
# - errcheck #lot of false positives
# - contextcheck
# - errchkjson # lots of false positives
# - errorlint # this check crashes
# - exhaustive # silly check
# - makezero # false positives
# - nilerr # several intentional

linters-settings:
gofmt:
simplify: true
goconst:
min-len: 3 # minimum length of string constant
min-occurrences: 6 # minimum number of occurrences
gosec:
excludes:
- G404 # Use of weak random number generator - lots of FP
- G107 # Potential http request -- those are intentional
- G306 # G306: Expect WriteFile permissions to be 0600 or less

issues:
exclude-rules:
- path: crypto/blake2b/
linters:
- deadcode
- path: crypto/bn256/cloudflare
linters:
- deadcode
- path: p2p/discv5/
linters:
- deadcode
- path: core/vm/instructions_test.go
linters:
- goconst
- path: cmd/faucet/
- path: crypto/bn256/cloudflare/optate.go
linters:
- deadcode
- staticcheck
- path: internal/build/pgp.go
text: 'SA1019: package golang.org/x/crypto/openpgp is deprecated'
- path: core/vm/contracts.go
text: 'SA1019: package golang.org/x/crypto/ripemd160 is deprecated'
- path: accounts/usbwallet/trezor.go
text: 'SA1019: package github.com/golang/protobuf/proto is deprecated'
- path: accounts/usbwallet/trezor/
text: 'SA1019: package github.com/golang/protobuf/proto is deprecated'
exclude:
- 'SA1019: event.TypeMux is deprecated: use Feed'
- 'SA1019: strings.Title is deprecated'
- 'SA1019: strings.Title has been deprecated since Go 1.18 and an alternative has been available since Go 1.0: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead.'
- 'SA1029: should not use built-in type string as key for value'
- 'G306: Expect WriteFile permissions to be 0600 or less'
Loading