-
Notifications
You must be signed in to change notification settings - Fork 104
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
[NIT-2671] Merge v1.13.14 #341
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b590cae - Browse repository at this point
Copy the full SHA b590caeView commit details
Commits on Feb 22, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for e47a7c2 - Browse repository at this point
Copy the full SHA e47a7c2View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b87b9b4 - Browse repository at this point
Copy the full SHA b87b9b4View commit details
Commits on Feb 23, 2024
-
eth/catalyst: fix wrong error message of payloadV2 after cancun (#29049)
* eth/catalyst: the same error format Signed-off-by: tmelhao <[email protected]> * eth/catalyst: wrong error message for payloadV2 post-cancun Signed-off-by: tmelhao <[email protected]> * eth/catalyst: parentBeaconBlockRoot -> parentBlockBeaconRoot Signed-off-by: tmelhao <[email protected]> * apply commit review Signed-off-by: tmelhao <[email protected]> --------- Signed-off-by: tmelhao <[email protected]> Co-authored-by: tmelhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93c541a - Browse repository at this point
Copy the full SHA 93c541aView commit details
Commits on Feb 26, 2024
-
core/txpool: reject blob txs with blob fee cap below the minimum (#29…
…081) * 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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32d4d6e - Browse repository at this point
Copy the full SHA 32d4d6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26724fc - Browse repository at this point
Copy the full SHA 26724fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for edffacc - Browse repository at this point
Copy the full SHA edffaccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bca93e - Browse repository at this point
Copy the full SHA 8bca93eView commit details -
cmd/clef: add spaces in README.md table (#29077)
Add space after links in so they are clickable in vscode.
Configuration menu - View commit details
-
Copy full SHA for 821d702 - Browse repository at this point
Copy the full SHA 821d702View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1f59b9 - Browse repository at this point
Copy the full SHA c1f59b9View commit details -
core/txpool/blobpool: reduce default database cap for rollout (#29090)
xcore/txpool/blobpool: reduce default database cap for rollout
Configuration menu - View commit details
-
Copy full SHA for 63aaac8 - Browse repository at this point
Copy the full SHA 63aaac8View commit details -
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 <[email protected]> * Revert "core/txpool: no need to run rotate if no local txs" This reverts commit 17fab173883168c586d57ca9c05dfcbd9e7831b4. Signed-off-by: jsvisa <[email protected]> * use Debug if todo is empty Signed-off-by: jsvisa <[email protected]> --------- Signed-off-by: jsvisa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45a272c - Browse repository at this point
Copy the full SHA 45a272cView commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5a0f468 - Browse repository at this point
Copy the full SHA 5a0f468View commit details -
core/txpool: elevate the 'already reserved' error into a constant (#2…
…9095) declare the 'already reserved' error in errors.go
Configuration menu - View commit details
-
Copy full SHA for 51b479e - Browse repository at this point
Copy the full SHA 51b479eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9038ba6 - Browse repository at this point
Copy the full SHA 9038ba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bd6bd0 - Browse repository at this point
Copy the full SHA 2bd6bd0View commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 227dc3f - Browse repository at this point
Copy the full SHA 227dc3fView commit details