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

Add metadata hash #1299

Merged
merged 32 commits into from
Jul 10, 2024
Merged

Add metadata hash #1299

merged 32 commits into from
Jul 10, 2024

Commits on Jun 4, 2024

  1. feat: 🎸 add buy-back

    yooml committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    0db3c43 View commit details
    Browse the repository at this point in the history
  2. Bifrost v0.10.001

    SunTiebing committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    171f9e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. feat: 🎸 benchmark

    yooml committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    fcc6100 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08aa1c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    5b892b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66b0ab0 View commit details
    Browse the repository at this point in the history
  3. fix: 🐛 add event (#1263)

    yooml committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d87b49b View commit details
    Browse the repository at this point in the history
  4. add update_currency_metadata function (#1259)

    * add update_currency_metadata function
    
    * fix: 🐛 correct update_currency_metadata weight
    SunTiebing committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    fec4a12 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. add the use of Vec (#1264)

    * Add vtoken exchange rate rpc
    
    * add the use of Vec
    SunTiebing committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    96aa7fb View commit details
    Browse the repository at this point in the history
  2. Upgrade to Polkadot-SDK v1.7.0 (#1262)

    * Bifrost v0.10.0
    
    * fix: 🐛 clippy
    
    * Fix chain spec (#1243)
    
    * Upgrade to polkadot-v1.7.0
    
    ---------
    
    Co-authored-by: SunTiebing <[email protected]>
    Co-authored-by: Edwin Wang <[email protected]>
    3 people committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a62b6e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Fix compile

    hqwangningbo committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    5507754 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    489fc9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9f9a6c View commit details
    Browse the repository at this point in the history
  4. Fix compile (#1266)

    hqwangningbo committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3fe0b79 View commit details
    Browse the repository at this point in the history
  5. Fix/fix vtoken voting unlock (#1267)

    * update the exchange rate of vtokenminting of vtokenvoting test
    
    * Resolve the frozen anomaly when unlocking
    SunTiebing committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7b0aaaf View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Revert "feat: 🎸 add metadata-hash-extension (#1265)" (#1268)

    This reverts commit 489fc9c.
    yooml committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3f7d6b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d03e60d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Slp supports XCMv4 and reconstruct integration tests (#1272)

    * Fix compile
    
    * Reconstruct integration tests and slp supports XCMv4
    
    * Fix slp construct_xcm_message
    hqwangningbo committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fa21d8e View commit details
    Browse the repository at this point in the history
  2. Feat/slpx mint add commission (#1273)

    * SLPx mint support commission id
    
    * remove the channel_id parameter from the mint method
    
    * add mint_with_channel_id method
    
    * perform data migration for OrderQueue storage
    
    * slpx: set the default value of channel_id to 0
    
    * resolve conflicts
    
    * change the location of the old data structure during storage migration
    SunTiebing committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    75df8c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Feat/add vtoken exchange rate rpc (#1274)

    * Add vtoken exchange rate rpc
    
    * add the use of Vec
    
    * supplement the RPC logic && fix bugs
    
    * adjust the RPC exchange rate precision to three decimal places
    
    * fix clippy
    SunTiebing committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ecc906a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fix bug: storage migration anomaly (#1276)

    * SLPx mint support commission id
    
    * remove the channel_id parameter from the mint method
    
    * add mint_with_channel_id method
    
    * perform data migration for OrderQueue storage
    
    * slpx: set the default value of channel_id to 0
    
    * resolve conflicts
    
    * change the location of the old data structure during storage migration
    
    * fix bug: storage migration anomaly
    SunTiebing committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    66a3ce7 View commit details
    Browse the repository at this point in the history
  2. Slp removes refund (#1275)

    * Slp removes refund
    
    * Fix clippy
    hqwangningbo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b4fdc81 View commit details
    Browse the repository at this point in the history
  3. Feat/add vtoken exchange rate rpc (#1277)

    * Add vtoken exchange rate rpc
    
    * add the use of Vec
    
    * supplement the RPC logic && fix bugs
    
    * adjust the RPC exchange rate precision to three decimal places
    
    * fix clippy
    
    * supplement omissions: adjust the RPC exchange rate precision to three decimal places
    SunTiebing committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7e58dc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Remove dmp queue (#1279)

    hqwangningbo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    299d779 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    a732a47 View commit details
    Browse the repository at this point in the history
  2. fix: 🐛 update sp-api

    yooml committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    90540c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. refactor: 💡 fmt

    yooml committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    481c80f View commit details
    Browse the repository at this point in the history
  2. fix: 🐛 add metadata-hash

    yooml committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1385798 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ed618a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    1d3bfca View commit details
    Browse the repository at this point in the history
  2. feat: 🎸 merge develop

    yooml committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e8a283c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

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