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

branch: merge v1.3.0 fix ups from master to develop #1917

Merged
merged 24 commits into from
Oct 13, 2023
Merged

Commits on Jun 20, 2023

  1. Merge pull request #1723 from bnb-chain/develop

    release: draft release v1.2.7
    brilliant-lx committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    9ed95d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Merge pull request #1737 from bnb-chain/develop

    release: draft release v1.2.8
    brilliant-lx committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    fd58e6f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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

Commits on Jul 21, 2023

  1. Merge pull request #1777 from bnb-chain/develop

    release: draft release v1.2.9
    brilliant-lx committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    34b065a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Merge pull request #1793 from bnb-chain/develop

    draft release v1.2.10
    brilliant-lx committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2b83693 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. ci: increase header-max-length from 72 to 80 for master branch (#1834)

    PR merge will append the PR number at the end, like:... (#1805), which
    has extra 8 characters
    brilliant-lx committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c431373 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Merge pull request #1833 from bnb-chain/develop

    draft release v1.2.11
    brilliant-lx committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    7a19cd2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Merge pull request #1860 from bnb-chain/develop

    draft release v1.2.12
    brilliant-lx committed Sep 11, 2023
    1 Configuration menu
    Copy the full SHA
    bb6bdc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Merge pull request #1892 from bnb-chain/develop

    draft release v1.3.0
    brilliant-lx committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b3ef585 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    c955dd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8bc2b7 View commit details
    Browse the repository at this point in the history
  3. core/bloombits: fix deadlock when matcher session hits an error (#1895)

    When MatcherSession encounters an error, it attempts to close the session.
    Closing waits for all goroutines to finish, including the 'distributor'.
    However, the distributor will not exit until all requests have returned.
    
    This patch fixes the issue by delivering the (empty) result to the distributor
    before calling Close().
    msmania committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    35b21ca View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

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

Commits on Sep 29, 2023

  1. cmd: add tests for init-network (#1899)

    * cmd: add tests for init-network command
    
    * cmd: add setup function
    Mister-EA committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    6932673 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

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

Commits on Oct 8, 2023

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

Commits on Oct 10, 2023

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

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    43e2c77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35d85e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73cfed0 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. core/txpool: ignore nil sub when subpool have been shut down (#1915)

    Co-authored-by: buddh0 <galaxystroller@gmail.com>
    NathanBSC and buddh0 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b86459a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1812181 View commit details
    Browse the repository at this point in the history