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

Release: v1.4.15 #55

Merged
merged 34 commits into from
Oct 18, 2024
Merged

Release: v1.4.15 #55

merged 34 commits into from
Oct 18, 2024

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    af0204b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    9598502 View commit details
    Browse the repository at this point in the history
  2. Merge pull request bnb-chain#2669 from bnb-chain/develop

    Draft release v1.4.14
    zzzckck authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    75af65d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    d3450f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. beaconserver: simulated beacon api server for op-stack (bnb-chain#2678)

    only some necessary apis are implemented.
    jhgdike authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    094519d View commit details
    Browse the repository at this point in the history
  2. 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
    zzzckck authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0dab664 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f85d19a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c4096f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24a46de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bcdad8 View commit details
    Browse the repository at this point in the history
  7. fetcher: Sleep after marking block as done when requeuing

    Otherwise the node will be waiting for 500ms before the block fetcher
    keeps processing.
    ngotchac committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    03069a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. 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.
    zzzckck authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e7e5d50 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    7de27ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a28262b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    8bbd8fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    774d1b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    44e91bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    282aee5 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    3e44dca View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    34059cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21faa2d View commit details
    Browse the repository at this point in the history
  3. 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
    zzzckck authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9cbac84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d141ff0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5289ecd View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Merge pull request bnb-chain#2683 from buddh0/remove_duplicate_list_c…

    …heck
    
    eth/handler: remove duplicate check for lists in body
    zzzckck authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    089064c View commit details
    Browse the repository at this point in the history
  2. Merge pull request bnb-chain#2701 from bnb-chain/develop

    Draft release v1.4.15
    zzzckck authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    206c3b0 View commit details
    Browse the repository at this point in the history
  3. 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
    zzzckck authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6624522 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec318b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. feat: logging packing duration

    irrun committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    312ff3d View commit details
    Browse the repository at this point in the history
  2. feat: logging packing duration

    irrun committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    e21985a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #52 from bnb-chain/feat-packduration

    feat: logging packing duration
    unclezoro authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    f19a025 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    3042456 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b62ca8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #54 from bnb-chain/merge-v1.4.15

    feat: merge with upstream v1.4.15
    irrun authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ceb1993 View commit details
    Browse the repository at this point in the history