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

Snowbridge v2 - Outbound Queue #6706

Draft
wants to merge 47 commits into
base: master
Choose a base branch
from

Commits on Nov 11, 2024

  1. Merge from master

    yrong committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d359108 View commit details
    Browse the repository at this point in the history
  2. Fix v2 tests

    yrong committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4d6c678 View commit details
    Browse the repository at this point in the history
  3. Fix compile

    yrong committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a72aa5a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    cf8a9c3 View commit details
    Browse the repository at this point in the history
  2. Rename to OutboundQueueV2Api

    yrong committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    056fd7f View commit details
    Browse the repository at this point in the history
  3. Return raw balance for dry run

    yrong committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    49837cf View commit details
    Browse the repository at this point in the history
  4. Decode account asap

    yrong committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    030d95c View commit details
    Browse the repository at this point in the history
  5. Revamp comments for V2

    yrong committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    206b300 View commit details
    Browse the repository at this point in the history
  6. Custom digest for V2

    yrong committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8b3e178 View commit details
    Browse the repository at this point in the history
  7. Cleanup imports

    yrong committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a22f0ac View commit details
    Browse the repository at this point in the history
  8. Update bridges/snowbridge/pallets/outbound-queue-v2/src/types.rs

    Co-authored-by: Vincent Geddes <[email protected]>
    yrong and vgeddes authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e346bf6 View commit details
    Browse the repository at this point in the history
  9. Clean up with the insert

    yrong committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9847bc9 View commit details
    Browse the repository at this point in the history
  10. Remove Fee for V2

    yrong committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    fb3b30c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    83b6ff8 View commit details
    Browse the repository at this point in the history
  12. Seperate XcmConverter

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

Commits on Nov 15, 2024

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

Commits on Nov 17, 2024

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

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    af928ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5ab77b View commit details
    Browse the repository at this point in the history
  3. Improve comment

    yrong committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f96a6fc View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Fix breaking tests

    yrong committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d4910ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7586a28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e80315 View commit details
    Browse the repository at this point in the history
  4. Reorgnize code layout

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

Commits on Nov 22, 2024

  1. For Transact

    yrong committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    2a41399 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Transact support

    yrong committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    66afb07 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Remove irrelevant changes

    yrong committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    78da35b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4808c36 View commit details
    Browse the repository at this point in the history
  3. Check ether value is sufficient

    yrong committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    84cbb93 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    ec6ceb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4190bf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40c2e19 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Remove agent_id from converter

    yrong committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    178f50a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bab6b63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2426e3d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    3f28e6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    282a883 View commit details
    Browse the repository at this point in the history
  3. Fix breaking tests

    yrong committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    aba918d View commit details
    Browse the repository at this point in the history
  4. Clean up

    yrong committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    a7ced85 View commit details
    Browse the repository at this point in the history
  5. Seperate outbound router crates

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

Commits on Nov 29, 2024

  1. Merge pull request #8 from yrong/outbound-router-crates

    Seperate outbound router crates
    yrong authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    7ca9c1b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from yrong/outbound-queue-v2-with-transact

    Outbound queue v2 with Transact
    yrong authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    b6fa9a2 View commit details
    Browse the repository at this point in the history
  3. Clean up

    yrong committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    e97e235 View commit details
    Browse the repository at this point in the history
  4. Rename test

    yrong committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    992740b View commit details
    Browse the repository at this point in the history
  5. Reorgnize code layout

    yrong committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    0c8badf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8869608 View commit details
    Browse the repository at this point in the history
  7. More cleanup

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