buddho
b7d3be0398
upstream: Cancun code merge v1.13.12~v1.13.14 fix CI ( #34 )
2024-03-11 14:57:31 +08:00
yzb
6386172b95
all: use errors.New() when there is no param rather than fmt.Errorf() ( #2247 )
2024-03-11 14:52:33 +08:00
teslaedison
4051c34e18
typo: fix struct names in comments ( #2256 )
2024-03-11 14:51:59 +08:00
buddho
16c6e462e0
fix: ensure EIP-4788 not supported with Parlia Engine ( #2268 )
2024-03-11 14:26:57 +08:00
wayen
def3512fd8
feat: support separate trie database ( #2021 )
...
* feat: support separate database for state data
2024-03-08 16:07:29 +08:00
buddh0
411d5c5001
Merge tag 'v1.13.14' into cancun_code_merge_v1.13.12_v1.13.14
2024-03-08 15:36:25 +08:00
Raina
89c4ab2a05
feat: support MEV ( #2224 )
2024-03-08 11:15:35 +08:00
GalaIO
0dc4b1f119
ci: fix nancy vulnerabilities issue;
2024-03-08 11:13:38 +08:00
buddho
b75720d270
core: skip checking state root existence when do snapsync by fast node ( #2258 )
2024-03-07 10:00:01 +08:00
buddh0
a18ed24b9d
core: skip checking state root existence when do snapsync by fast node
2024-03-06 10:33:53 +08:00
Roshan
38d592dfdd
fix: add missing args of bls account generate-proof
cmd ( #2252 )
2024-03-05 10:42:29 +08:00
zzzckck
5ccaed162f
Merge pull request #2251 from bnb-chain/develop
...
draft release v1.4.0-alpha
v1.4.0-alpha
2024-03-04 18:41:27 +08:00
zzzckck
72fcd3b394
release: prepare for release v1.4.0-alpha ( #2250 )
2024-03-04 16:41:51 +08:00
zzzckck
b23dd6c9f7
Merge pull request #2200 from buddh0/cancun_code_merge_v1.13.0_v1.13.11
...
Cancun code merge [v1.13.0, v1.13.11]
2024-03-04 15:00:46 +08:00
Eric
c8cc91963f
eth/gasprice: fix percentile validation in eth_feeHistory ( #2242 )
v1.3.10
2024-03-04 10:53:21 +08:00
buddho
93d652bad3
upstream: more code review fix ( #33 )
...
* add GenesisHeader to ChainHeaderReader
* fix check cancun header for parlia
* misc
2024-03-01 19:19:18 +08:00
Eric
c9b3417ce6
eth/gasprice: fix percentile validation in eth_feeHistory ( #2242 )
2024-02-28 15:15:46 +08:00
Péter Szilágyi
2bd6bd01d2
Merge branch 'master' into release/1.13
2024-02-27 13:51:11 +02:00
Péter Szilágyi
9038ba6942
params: release Geth v1.13.14
2024-02-27 13:50:30 +02:00
Roberto Bayardo
51b479e564
core/txpool: elevate the 'already reserved' error into a constant ( #29095 )
...
declare the 'already reserved' error in errors.go
2024-02-27 13:27:50 +02:00
buddho
ba58f5793f
upstream: code review fix ( #31 )
...
* rerun go generate
* fix log in worker
* enable blobpool
* add SubscribeReannoTxsEvent for blobpool
* eth: fix potential hang in waitXXXExtension
* fix networkID when new eth handler
* remove unexpected +
* disable SyncTargetFlag
* add commented code in enableSyncedFeatures
* fix typo
2024-02-27 19:07:14 +08:00
Andrei Silviu Dragnea
5a0f468f8c
eth/tracers: Fix callTracer logs on onlyTopCall == true ( #29068 )
2024-02-27 10:29:12 +01:00
zzzckck
bd13416162
Merge pull request #2239 from bnb-chain/develop
...
draft release v1.3.10
2024-02-27 14:50:53 +08:00
zzzckck
b7b64da564
release: prepare for release v1.3.10 ( #2238 )
2024-02-27 14:19:32 +08:00
Delweng
45a272c7b9
core/txpool: no need to log loud rotate if no local txs ( #29083 )
...
* core/txpool: no need to run rotate if no local txs
Signed-off-by: jsvisa <delweng@gmail.com>
* Revert "core/txpool: no need to run rotate if no local txs"
This reverts commit 17fab173883168c586d57ca9c05dfcbd9e7831b4.
Signed-off-by: jsvisa <delweng@gmail.com>
* use Debug if todo is empty
Signed-off-by: jsvisa <delweng@gmail.com>
---------
Signed-off-by: jsvisa <delweng@gmail.com>
2024-02-26 18:34:45 +02:00
Péter Szilágyi
63aaac8100
core/txpool/blobpool: reduce default database cap for rollout ( #29090 )
...
xcore/txpool/blobpool: reduce default database cap for rollout
2024-02-26 14:27:56 +02:00
cui
c1f59b98f6
eth/catalyst: remove variable in tx conversion loop ( #29076 )
2024-02-26 13:22:13 +01:00
Justin Dhillon
821d70240d
cmd/clef: add spaces in README.md table ( #29077 )
...
Add space after links in so they are clickable in vscode.
2024-02-26 11:03:59 +01:00
maskpp
8bca93e82c
internal/ethapi: pass blob hashes to gas estimation ( #29085 )
2024-02-26 11:02:18 +01:00
cui
edffacca8f
eth/catalyst: enable some commented-out testcases ( #29073 )
2024-02-26 10:59:03 +01:00
Qt
26724fc2aa
p2p, log, rpc: use errors.New to replace fmt.Errorf with no parameters ( #29074 )
2024-02-26 11:25:35 +02:00
Roberto Bayardo
32d4d6e616
core/txpool: reject blob txs with blob fee cap below the minimum ( #29081 )
...
* make blobpool reject blob transactions with fee below the minimum
* core/txpool: some minot nitpick polishes and unified error formats
* core/txpool: do less big.Int constructions with the min blob cap
---------
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
2024-02-26 11:06:52 +02:00
buddh0
2ecffd3acd
Merge branch 'develop' into cancun_code_merge_v1.13.0_v1.13.11
2024-02-26 17:04:49 +08:00
zjubfd
73f27a590f
feat: add new fork block and precompile contract for BEP294 and BEP299 ( #2047 )
2024-02-26 16:17:03 +08:00
Haotian
93c541ad56
eth/catalyst: fix wrong error message of payloadV2 after cancun ( #29049 )
...
* eth/catalyst: the same error format
Signed-off-by: tmelhao <tmelhao@gmail.com>
* eth/catalyst: wrong error message for payloadV2 post-cancun
Signed-off-by: tmelhao <tmelhao@gmail.com>
* eth/catalyst: parentBeaconBlockRoot -> parentBlockBeaconRoot
Signed-off-by: tmelhao <tmelhao@gmail.com>
* apply commit review
Signed-off-by: tmelhao <tmelhao@gmail.com>
---------
Signed-off-by: tmelhao <tmelhao@gmail.com>
Co-authored-by: tmelhao <tmelhao@gmail.com>
2024-02-23 10:57:47 +02:00
colin
b87b9b4533
internal/ethapi:fix zero rpc gas cap in eth_createAccessList ( #28846 )
...
This PR enhances eth_createAccessList RPC call to support scenarios where the node is launched with an unlimited gas cap (--rpc.gascap 0). The eth_createAccessList RPC call returns failure if user doesn't explicitly set a gas limit.
2024-02-22 16:35:23 +01:00
ArtificialPB
e47a7c22c4
internal/ethapi: use overriden baseFee for gasPrice ( #29051 )
...
eth_call and debug_traceCall allow users to override various block fields, among them base fee. However the overriden base fee was not considered for computing the effective gas price of that message, and instead base fee of the base block was used. This has been fixed in this commit.
2024-02-22 14:39:22 +01:00
Felix Lange
b590cae892
params: begin v1.13.14 release cycle
2024-02-21 15:49:50 +01:00
Felix Lange
7f131dcbc9
Merge branch 'master' into release/1.13
2024-02-21 15:48:38 +01:00
Felix Lange
3b4ede7444
params: release go-ethereum v1.13.13 stable
2024-02-21 15:44:02 +01:00
Sina Mahmoodi
b47cf8fe1d
internal/ethapi: fix defaults for blob fields ( #29037 )
...
Co-authored-by: Martin HS <martin@swende.se>
2024-02-21 12:46:32 +01:00
buddh0
a501442a89
Merge branch 'develop' into cancun_code_merge_v1.13.0_v1.13.11
2024-02-21 19:25:44 +08:00
buddho
9ec1223f4d
Cancun code merge v1.13.0 v1.13.11 fix ci ( #29 )
...
* remove i386 linux tests
* test: fix building of tests
* return empty logs instead of nil in receipts
* keep InitialBaseFee same with geth, so not break a ton of cases
* fix eth dir
* fix subdir of core
* fix subdir of eth
* fix cmd/geth dir
* fix ethtest by adding UpgradeStatusMsg when handshake
* fix ethclient_test.go
* fix ethclient/simulated
* fix internal
* fix graphql
* fix consensus
* fix accounts
* fix log
* fix p2p
* fix metrics
* fix tests dir
* fix golangci-lint
---------
Co-authored-by: Matus Kysel <matus.kysel@bnbchain.org>
2024-02-21 19:19:20 +08:00
colin
b9ca38b735
core/txpool: fix typo ( #29036 )
...
* fix typos
* address comments
2024-02-21 10:00:01 +02:00
Haotian
79e340fb12
params: add cancun upgrade banner ( #29042 )
...
params: add cancun banner
Signed-off-by: tmelhao <tmelhao@gmail.com>
Co-authored-by: tmelhao <tmelhao@gmail.com>
2024-02-21 09:59:21 +02:00
buddho
bba3fa9af9
core,eth,internal: fix typo ( #29024 )
2024-02-20 19:42:48 +08:00
buddho
7f5e96dc6c
core/txpool: fix typo ( #29031 )
2024-02-20 12:08:56 +02:00
zzzckck
5e74ea650d
Merge pull request #2218 from bnb-chain/develop
...
draft release v1.3.9
v1.3.9
2024-02-20 17:52:32 +08:00
Péter Szilágyi
f4852b8ddc
core/txpool, eth, miner: retrieve plain and blob txs separately ( #29026 )
...
* core/txpool, eth, miner: retrieve plain and blob txs separately
* core/txpool: fix typo, no farming
* miner: farm all the typos
Co-authored-by: Martin HS <martin@swende.se>
---------
Co-authored-by: Martin HS <martin@swende.se>
2024-02-20 11:37:23 +02:00
VM
5378df3702
cmd: optimize parse state scheme in cli and config ( #2220 )
2024-02-20 17:22:27 +08:00