-
Notifications
You must be signed in to change notification settings - Fork 4
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
Release: v1.4.15 #55
Release: v1.4.15 #55
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af0204b - Browse repository at this point
Copy the full SHA af0204bView commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9598502 - Browse repository at this point
Copy the full SHA 9598502View commit details -
Merge pull request bnb-chain#2669 from bnb-chain/develop
Draft release v1.4.14
Configuration menu - View commit details
-
Copy full SHA for 75af65d - Browse repository at this point
Copy the full SHA 75af65dView commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3450f1 - Browse repository at this point
Copy the full SHA d3450f1View commit details
Commits on Sep 4, 2024
-
beaconserver: simulated beacon api server for op-stack (bnb-chain#2678)
only some necessary apis are implemented.
Configuration menu - View commit details
-
Copy full SHA for 094519d - Browse repository at this point
Copy the full SHA 094519dView commit details -
txpool: apply miner's gasceil to txpool (bnb-chain#2680)
apply `Eth.Miner.GasCeil` to TxPool even the node did not enable `--mine` option Otherwise, there could be accmulated pending transactions in txpool. Take an example: - Currently, BSC testnet's block gaslimit is 70M, as 20M gas is reserved for SystemTxs, the maximum acceptable GasLimit for transaction is 50M. - TxPool recevied a transaction with GasLimit 60M, it would be accepted in TxPool but it will never be accepted by validators. Such kinds of transactions will be kept in txpool and gradually make the txpool overflowed
Configuration menu - View commit details
-
Copy full SHA for 0dab664 - Browse repository at this point
Copy the full SHA 0dab664View commit details -
build(deps): bump actions/download-artifact in /.github/workflows (bn…
…b-chain#2679) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
Configuration menu - View commit details
-
Copy full SHA for f85d19a - Browse repository at this point
Copy the full SHA f85d19aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c4096f - Browse repository at this point
Copy the full SHA 5c4096fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24a46de - Browse repository at this point
Copy the full SHA 24a46deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bcdad8 - Browse repository at this point
Copy the full SHA 1bcdad8View commit details -
fetcher: Sleep after marking block as done when requeuing
Otherwise the node will be waiting for 500ms before the block fetcher keeps processing.
Configuration menu - View commit details
-
Copy full SHA for 03069a7 - Browse repository at this point
Copy the full SHA 03069a7View commit details
Commits on Sep 5, 2024
-
txpool: set default GasCeil from 30M to 0 (bnb-chain#2688)
This PR tries to improve bnb-chain#2680 If the node did not set `Eth.Miner` in config.toml, the default GasCeil will be 30000000, it is not an accurate number for both BSC mainnet and testnet. Set it to 0 means disable the transaction GasLimit check, i.e. the TxPool will accept transactions with any GasLimit size.
Configuration menu - View commit details
-
Copy full SHA for e7e5d50 - Browse repository at this point
Copy the full SHA e7e5d50View commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7de27ca - Browse repository at this point
Copy the full SHA 7de27caView commit details -
Configuration menu - View commit details
-
Copy full SHA for a28262b - Browse repository at this point
Copy the full SHA a28262bView commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8bbd8fb - Browse repository at this point
Copy the full SHA 8bbd8fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 774d1b7 - Browse repository at this point
Copy the full SHA 774d1b7View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 44e91bb - Browse repository at this point
Copy the full SHA 44e91bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 282aee5 - Browse repository at this point
Copy the full SHA 282aee5View commit details
Commits on Sep 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e44dca - Browse repository at this point
Copy the full SHA 3e44dcaView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34059cb - Browse repository at this point
Copy the full SHA 34059cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21faa2d - Browse repository at this point
Copy the full SHA 21faa2dView commit details -
doc: update readme to remove Beacon chain part (bnb-chain#2697)
others changes: - remove bsc-docker, as it is broken - remove light client, as it is no longer supported
Configuration menu - View commit details
-
Copy full SHA for 9cbac84 - Browse repository at this point
Copy the full SHA 9cbac84View commit details -
Revert "eth/handler: check lists in body before broadcast blocks (bnb…
…-chain#2461)" This reverts commit 0c0958f.
Configuration menu - View commit details
-
Copy full SHA for d141ff0 - Browse repository at this point
Copy the full SHA d141ff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5289ecd - Browse repository at this point
Copy the full SHA 5289ecdView commit details
Commits on Sep 19, 2024
-
Merge pull request bnb-chain#2683 from buddh0/remove_duplicate_list_c…
…heck eth/handler: remove duplicate check for lists in body
Configuration menu - View commit details
-
Copy full SHA for 089064c - Browse repository at this point
Copy the full SHA 089064cView commit details -
Merge pull request bnb-chain#2701 from bnb-chain/develop
Draft release v1.4.15
Configuration menu - View commit details
-
Copy full SHA for 206c3b0 - Browse repository at this point
Copy the full SHA 206c3b0View commit details -
github: upgrade artifact from v3 to v4.1.7 (bnb-chain#2712)
upload-artifact and download-artifact must use same version, otherwise release workflow will fail. https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
Configuration menu - View commit details
-
Copy full SHA for 6624522 - Browse repository at this point
Copy the full SHA 6624522View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec318b9 - Browse repository at this point
Copy the full SHA ec318b9View commit details
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 312ff3d - Browse repository at this point
Copy the full SHA 312ff3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e21985a - Browse repository at this point
Copy the full SHA e21985aView commit details -
Merge pull request #52 from bnb-chain/feat-packduration
feat: logging packing duration
Configuration menu - View commit details
-
Copy full SHA for f19a025 - Browse repository at this point
Copy the full SHA f19a025View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3042456 - Browse repository at this point
Copy the full SHA 3042456View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b62ca8 - Browse repository at this point
Copy the full SHA 6b62ca8View commit details -
Merge pull request #54 from bnb-chain/merge-v1.4.15
feat: merge with upstream v1.4.15
Configuration menu - View commit details
-
Copy full SHA for ceb1993 - Browse repository at this point
Copy the full SHA ceb1993View commit details