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

Inbound queue v2 #3

Draft
wants to merge 45 commits into
base: outbound-queue-v2
Choose a base branch
from
Draft

Inbound queue v2 #3

wants to merge 45 commits into from

Commits on Oct 8, 2024

  1. Initialize bridge V2

    yrong committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d8895c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Revamp outbound for V2

    yrong committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    10d7bcb View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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

Commits on Oct 14, 2024

  1. Improve error & more tests

    yrong committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d5cadfa View commit details
    Browse the repository at this point in the history
  2. Move merkle impl to core

    yrong committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0905c41 View commit details
    Browse the repository at this point in the history
  3. Revert FeeManager

    yrong committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7a37072 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

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

Commits on Oct 20, 2024

  1. Fix fee amount

    yrong committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    99ba809 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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

Commits on Oct 22, 2024

  1. Fix abi encode command

    yrong committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    58de17b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    9cd9890 View commit details
    Browse the repository at this point in the history
  2. Seperate V1&V2 more clearly

    yrong committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a0deaba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    850fe96 View commit details
    Browse the repository at this point in the history
  4. Fix breaking tests

    yrong committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    273b971 View commit details
    Browse the repository at this point in the history
  5. Remove command deprecated

    yrong committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2bc9b58 View commit details
    Browse the repository at this point in the history
  6. Update bridges/snowbridge/pallets/outbound-queue-v2/src/types.rs

    Co-authored-by: Vincent Geddes <[email protected]>
    yrong and vgeddes authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    165e5a6 View commit details
    Browse the repository at this point in the history
  7. Remove MAXIMUM_BASE_GAS

    yrong committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f7a1dbd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2fdd374 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Refactor with alloy macro

    yrong committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    33fdc5f View commit details
    Browse the repository at this point in the history
  2. Update bridges/snowbridge/pallets/outbound-queue-v2/src/types.rs

    Co-authored-by: Vincent Geddes <[email protected]>
    yrong and vgeddes authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6bd7eb1 View commit details
    Browse the repository at this point in the history
  3. Use const for MAX_COMMANDS

    yrong committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    353e925 View commit details
    Browse the repository at this point in the history
  4. Rename to PendingOrder

    yrong committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ba03ae6 View commit details
    Browse the repository at this point in the history
  5. Encode as compact

    yrong committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    57fad4c View commit details
    Browse the repository at this point in the history
  6. Cleanup

    yrong committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    12bb98f View commit details
    Browse the repository at this point in the history
  7. Add RewardLedger trait

    yrong committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    bf3041c View commit details
    Browse the repository at this point in the history
  8. Reorganize route v2

    yrong committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3963326 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4796240 View commit details
    Browse the repository at this point in the history
  10. Rebase inbound queue

    yrong committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0e9cca0 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Emit the entire message

    yrong committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c90bfed View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    3233c3f View commit details
    Browse the repository at this point in the history
  2. Update tests

    yrong committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    d3b26bb View commit details
    Browse the repository at this point in the history
  3. Fix compile error

    yrong committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    32ac7aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f59cc4 View commit details
    Browse the repository at this point in the history
  5. Fix test

    yrong committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3660624 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee92d41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd02251 View commit details
    Browse the repository at this point in the history
  8. Use XCM V5 instructions

    yrong committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    91b6405 View commit details
    Browse the repository at this point in the history
  9. Transfer PNA with XCMV5

    yrong committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    d9bb2c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    67c6e79 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f40656c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Improve commens

    yrong committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    bbf1299 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    593c182 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    yrong committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    48f5e19 View commit details
    Browse the repository at this point in the history
  4. Fix test

    yrong committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d1e901d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

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