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

merge queue: embarking main (58bd898) and [#6590 + #6556 + #6588] together #6593

Closed
wants to merge 23 commits into from

Commits on Apr 22, 2023

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

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    b5383f5 View commit details
    Browse the repository at this point in the history
  2. fix some docs

    oxarbitrage committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    021c986 View commit details
    Browse the repository at this point in the history
  3. rustfmt

    oxarbitrage committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    350cac8 View commit details
    Browse the repository at this point in the history
  4. fix import

    oxarbitrage committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    8267e13 View commit details
    Browse the repository at this point in the history
  5. typo

    oxarbitrage committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    789b3f3 View commit details
    Browse the repository at this point in the history
  6. fix tests

    oxarbitrage committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    ea7183b View commit details
    Browse the repository at this point in the history
  7. fix tests 2

    oxarbitrage committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    073a5d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. fix tests 3

    oxarbitrage committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    5848587 View commit details
    Browse the repository at this point in the history
  2. fix tests 4

    oxarbitrage committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    70af48e View commit details
    Browse the repository at this point in the history
  3. fix tests 5

    oxarbitrage committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8e6e66e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. move constant

    oxarbitrage committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    6056b5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88fb24c View commit details
    Browse the repository at this point in the history
  3. fix constant for feature

    oxarbitrage committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ddabc3a View commit details
    Browse the repository at this point in the history
  4. document/quote zip rules

    oxarbitrage committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    2140ce2 View commit details
    Browse the repository at this point in the history
  5. add Minimum Fee Rate rule

    oxarbitrage committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    a74f12d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. change(mempool): Refactor the ZIP-317 minimum fee rate calculation to…

    … use usize (#6585)
    
    * Refactor the minimum fee rate calculation to use usize
    
    * Check for overflow if constants change
    teor2345 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    98f57ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00b03ad View commit details
    Browse the repository at this point in the history
  3. build(deps): bump serde_with from 2.3.2 to 2.3.3

    Bumps [serde_with](https://github.com/jonasbb/serde_with) from 2.3.2 to 2.3.3.
    - [Release notes](https://github.com/jonasbb/serde_with/releases)
    - [Commits](jonasbb/serde_with@v2.3.2...v2.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: serde_with
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    5de06e6 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. build(deps): bump tj-actions/changed-files from 35.9.0 to 35.9.2

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35.9.0 to 35.9.2.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/changed-files@v35.9.0...v35.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 1, 2023
    Configuration menu
    Copy the full SHA
    41ac287 View commit details
    Browse the repository at this point in the history
  2. Merge of #6590

    mergify[bot] committed May 1, 2023
    Configuration menu
    Copy the full SHA
    7c9a1d6 View commit details
    Browse the repository at this point in the history
  3. Merge of #6556

    mergify[bot] committed May 1, 2023
    Configuration menu
    Copy the full SHA
    92b977d View commit details
    Browse the repository at this point in the history
  4. Merge of #6588

    mergify[bot] committed May 1, 2023
    Configuration menu
    Copy the full SHA
    ad11547 View commit details
    Browse the repository at this point in the history