Seungbae Yu
029059947a
all: use AbsTime.Add instead of conversion ( #25417 )
2022-07-29 18:23:30 +02:00
lightclient
9ad508018e
ethereum, ethclient: add FeeHistory support ( #25403 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2022-07-29 18:22:04 +02:00
Marius van der Wijden
377c7d799f
eth/catalyst: return 0x0 if latestvalid is pow block ( #25423 )
...
* eth/catalyst: return 0x0 if latestvalid is pow block
* eth/catalyst: return 0x0 if latestvalid is pow block
* eth/catalyst: fix header retrieval, fix sign check
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
2022-07-28 16:16:15 +03:00
Marius van der Wijden
f3549814a9
eth/catalyst: return syncing not accepted ( #25414 )
...
* eth/catalyst: return syncing not accepted
* eth/catalyst: fix test
2022-07-28 16:01:35 +03:00
zjubfd
f68965a615
Merge pull request #1025 from bnb-chain/develop
...
[R4R] Release v1.1.12
v1.1.12
2022-07-28 19:05:28 +08:00
dylanhuang
09dfd2ff7e
prepare for release v1.1.12 ( #1023 )
2022-07-28 17:25:47 +08:00
Marius van der Wijden
f26b63089a
node: set JWT expiry to 60 seconds ( #25416 )
...
* node: set JWT expiry to 60 seconds
* node: rename var
2022-07-28 09:30:50 +03:00
zjubfd
6c46c59f27
fix: verify node is not treated as verify node ( #1024 )
2022-07-28 13:58:33 +08:00
Péter Szilágyi
c02b0488fb
Merge pull request #25428 from karalabe/engineapi-snap-import-deny
...
eth/catalyst: fix NewPayload warn log when dropping due to snap sync
2022-07-28 08:50:42 +03:00
Péter Szilágyi
ad7106dfc4
eth/catalyst: fix NewPayload warn log when dropping due to snap sync
2022-07-28 08:46:13 +03:00
rjl493456442
9d76a9b94f
core, trie, eth, cmd: rework preimage store ( #25287 )
...
* core, trie, eth, cmd: rework preimage store
* trie: address comment
2022-07-27 20:37:04 +02:00
Felix Lange
54007f5e0a
params: begin v1.10.22 release cycle
2022-07-27 13:56:40 +02:00
Felix Lange
671094279e
params: go-ethereum v1.10.21 stable
2022-07-27 13:53:06 +02:00
rjl493456442
14b0eedacf
go.mod: downgrade leveldb ( #25413 )
2022-07-27 09:31:13 +03:00
dylanhuang
06bc2a0681
fix: remove diffhash patch introduced fro ( #1020 )
2022-07-27 13:58:49 +08:00
Leon
a2a90d3212
Fix pipecommit about activeState ( #1002 )
...
* get copy of prefetcher before use to avoid been modified between access and not-nil condition
2022-07-27 01:24:28 +08:00
Leon
71f0caa6cf
Remove duplicate update/delete on tire ( #1001 )
...
* rm duplicate update/delete on tire
* rm useless code
2022-07-27 01:23:19 +08:00
dylanhuang
dd3b3a69b5
fix: memory leak issue with diff protocol ( #1019 )
2022-07-26 16:33:59 +08:00
Marius van der Wijden
c6dcd018d2
core: eth: rpc: implement safe rpc block ( #25165 )
...
* core: eth: rpc: implement safe rpc block
* core: fix setHead, panics
2022-07-25 18:42:05 +03:00
Péter Szilágyi
f543e6b065
Merge pull request #25371 from Zachinquarantine/mergeconfig-message
...
params: change Merge config to print simpler message
2022-07-25 17:50:29 +03:00
Péter Szilágyi
f3af3fd8df
eth: support bubbling up bad blocks from sync to the engine API ( #25190 )
...
* eth: support bubbling up bad blocks from sync to the engine API
* eth/catalyst: fix typo
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
* eth/catalyst: fix typo
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
* Update eth/catalyst/api.go
* eth/catalyst: when forgetting bad hashes, also forget descendants
* eth/catalyst: minor bad block tweaks for resilience
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
Co-authored-by: Martin Holst Swende <martin@swende.se>
2022-07-25 16:51:04 +03:00
Péter Szilágyi
2b6a761238
Merge pull request #25397 from karalabe/fix-tracer-capitalization
...
eth/tracers/js: fix capitalization in tests
2022-07-25 16:50:40 +03:00
Péter Szilágyi
eb2b8cb4fd
eth/tracers/js: fix capitalization in tests
2022-07-25 16:49:16 +03:00
zjubfd
cd46de9e0b
log: disable noisy logs since system transaction will cause gas capping ( #1015 )
2022-07-25 21:13:49 +08:00
zjubfd
0ed265c5e0
fix: fast node can not recover from force kill or panic ( #1014 )
2022-07-25 21:12:45 +08:00
Delweng
b196ad1c16
all: add whitespace linter ( #25312 )
...
* golangci: typo
Signed-off-by: Delweng <delweng@gmail.com>
* golangci: add whietspace
Signed-off-by: Delweng <delweng@gmail.com>
* *: rm whitesapce using golangci-lint
Signed-off-by: Delweng <delweng@gmail.com>
* cmd/puppeth: revert accidental resurrection
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
2022-07-25 13:14:03 +03:00
Eval EXEC
6c4e5d06e7
light: fix differTries err message in tests ( #25358 )
2022-07-25 12:54:31 +03:00
Seungbae.yu
d2247d9f5d
eth, internal, light: fix error string capitalization ( #25364 )
2022-07-25 12:53:44 +03:00
Abirdcfly
39900be087
p2p/netutil: minor code cosmetic
...
Signed-off-by: Abirdcfly <fp544037857@gmail.com>
2022-07-25 12:52:49 +03:00
Guillaume Ballet
ff2259457a
consensus/beacon: fix typo in comment ( #25391 )
2022-07-25 12:08:08 +03:00
rjl493456442
1ed8b7d24f
cmd: use flags.Merge for grouping flags ( #25392 )
2022-07-25 12:07:44 +03:00
Marius van der Wijden
b2be5f956f
eth/catalyst: better warning for ttd not configured ( #25394 )
2022-07-25 12:06:22 +03:00
Péter Szilágyi
6da1fce265
Merge pull request #25379 from holiman/leveldb_update
...
deps: update goleveldb
2022-07-25 09:01:01 +03:00
joeycli
9d59a140d6
[R4R]fix: tools broken because of writting metadata when open a readyonly db ( #1013 )
...
* freezer batch compatible offline prunblock command
adjust pruneblock local var
* not write metadata to db when open db with readyonly
2022-07-25 09:56:17 +08:00
Marius van der Wijden
3b2a6b34d9
cmd/geth: eth/catalyst: enable authrpc by default ( #25152 )
...
* cmd/geth: eth/catalyst: enable authrpc by default
* eth/catalyst: rename catalyst -> Engine API in logs
* eth/catalyst: don't panic
2022-07-23 09:56:02 +02:00
Marius van der Wijden
22d71afc95
params: set sepolia mergeNetsplitBlock to 1735371 ( #25372 )
2022-07-23 09:54:11 +02:00
Martin Holst Swende
62306a5ebe
deps: update goleveldb
2022-07-23 09:46:28 +02:00
joeycli
d93211b310
[R4R]db: freezer batch compatible offline prunblock command ( #1005 )
...
[R4R]db: freezer batch compatible offline prunblock command (#1005 )
2022-07-22 16:11:34 +08:00
dylanhuang
403b19c629
[R4R] fix: Incorrect merkle root issue when enabling pipecommit with miner ( #1011 )
...
[R4R] fix: Incorrect merkle root issue when enabling pipecommit with miner (#1011 )
2022-07-22 15:58:06 +08:00
kyrie-yl
015c527b60
[R4R]fix: resolve the concurrent cache read and write issue for fast node ( #1009 )
...
* fix cache read and write concurrency issue of empty block
Signed-off-by: cryyl <yl.on.the.way@gmail.com>
* fix: limit the size of chainHeadChanSize
Co-authored-by: zjubfd <296179868@qq.com>
2022-07-22 15:54:06 +08:00
Nikhil Suri
ba3919cac6
signer/core: add canonical TypedData hashing methods ( #25283 )
2022-07-22 09:53:35 +02:00
Marius van der Wijden
1764f8f559
params: set goerli TTD to 10_790_000 ( #25324 )
2022-07-22 09:52:12 +02:00
jwasinger
b214c49952
cmd/puppeth: remove support for exporting non-Geth genesis configurations ( #25329 )
...
* cmd/puppeth: remove support for exporting non-Geth genesis configurations
* remove unused function
2022-07-22 09:51:01 +02:00
Zachinquarantine
a22fb936bb
params: change Merge config to print simpler message
...
This fixes #25366
2022-07-21 16:37:08 -04:00
dylanhuang
21c4ecee3e
fix: incorrect behavior of miner ( #1007 )
2022-07-20 17:33:51 +08:00
Jason Yi
37b7ac7b71
feat: update dockerfile with a few enhancement ( #998 )
...
* feat: refactor dockerfile to add entrypoint script
2022-07-20 12:07:00 +08:00
Guillaume Ballet
89b138cf2f
params: Add Shanghai and Cancun blocks ( #25305 )
...
* params: Add Shangai and Cancun blocks
* fix copy/paste error
Co-authored-by: Martin Holst Swende <martin@swende.se>
* fix typo in Shanghai name
Co-authored-by: Martin Holst Swende <martin@swende.se>
2022-07-19 14:50:17 +02:00
Guillaume Ballet
e73e8bc706
accounts/abi: substitude arg%d to the range keyword ( #25307 )
...
* accounts/abi: substitude arg%d to the range keyword
* support more keywords
* review feedback
2022-07-19 11:44:48 +02:00
dylanhuang
659f670b9b
ci: add script to docker image ( #990 )
2022-07-19 15:55:32 +08:00
Guillaume Ballet
a7d47ee77b
cmd/geth: remove redundant 0x in dbGet/dbDelete ( #25315 )
2022-07-18 13:22:56 +02:00