Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Allow Creation of Asset Accounts That Don't Exist Yet and Add Blocked Status #13843

Merged
merged 44 commits into from
May 8, 2023

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    b71655a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cea71eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97faa51 View commit details
    Browse the repository at this point in the history
  4. plus refund_other

    joepetrowski committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    16f6980 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. add benchmarks

    joepetrowski committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    eaaa623 View commit details
    Browse the repository at this point in the history
  2. start migration work

    joepetrowski committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    d64fc90 View commit details
    Browse the repository at this point in the history
  3. docs

    joepetrowski committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    80eac19 View commit details
    Browse the repository at this point in the history
  4. add migration logic

    joepetrowski committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    d3c51df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bcd359 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    67c04cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    489dea5 View commit details
    Browse the repository at this point in the history
  3. review

    joepetrowski committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    6fc0ff0 View commit details
    Browse the repository at this point in the history
  4. correct deposit refund

    joepetrowski committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    8fe2e45 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

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

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    7634da2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ec32cf View commit details
    Browse the repository at this point in the history
  3. do refund changes

    muharem committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    26efe89 View commit details
    Browse the repository at this point in the history
  4. Asset's account deposit owner (#13874)

    * assets deposit owner
    
    * doc typo
    
    * remove migration
    
    * empty commit
    
    * can transfer to frozen account
    
    * remove allow_burn from refund_other
    muharem authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    6d4841d View commit details
    Browse the repository at this point in the history
  5. storage version back to 1

    muharem committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    348dfef View commit details
    Browse the repository at this point in the history
  6. update doc

    muharem committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    5f0a59c View commit details
    Browse the repository at this point in the history
  7. fix benches

    muharem committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    237f7ee View commit details
    Browse the repository at this point in the history
  8. update docs

    joepetrowski committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    b376f2c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. more tests

    joepetrowski committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    7d336d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e43655 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. refund updating the reason

    muharem committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6d10154 View commit details
    Browse the repository at this point in the history
  2. refactor

    muharem committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    90da761 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

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

Commits on May 1, 2023

  1. refunds, touch_other, tests

    muharem committed May 1, 2023
    Configuration menu
    Copy the full SHA
    bb2693f View commit details
    Browse the repository at this point in the history
  2. fixes

    muharem committed May 1, 2023
    Configuration menu
    Copy the full SHA
    be76a98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5256614 View commit details
    Browse the repository at this point in the history
  4. fmt

    muharem committed May 1, 2023
    Configuration menu
    Copy the full SHA
    f7fc345 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    301c741 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

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

Commits on May 4, 2023

  1. Merge remote-tracking branch 'origin/master' into joe-asset-freezecre…

    …ating
    parity-processbot committed May 4, 2023
    Configuration menu
    Copy the full SHA
    afaadf2 View commit details
    Browse the repository at this point in the history
  2. Account touch trait (#14063)

    * assets touch trait
    
    * docs
    
    * move touch trait into support/traits
    
    * permissionless flag for do_touch
    
    * Apply suggestions from code review
    
    Co-authored-by: Kian Paimani <[email protected]>
    
    * move trait to misc, drop option
    
    * Apply suggestions from code review
    
    Co-authored-by: Gavin Wood <[email protected]>
    
    * correct doc
    
    * Update frame/assets/src/functions.rs
    
    ---------
    
    Co-authored-by: Kian Paimani <[email protected]>
    Co-authored-by: Gavin Wood <[email protected]>
    Co-authored-by: joe petrowski <[email protected]>
    4 people authored May 4, 2023
    Configuration menu
    Copy the full SHA
    239af28 View commit details
    Browse the repository at this point in the history
  3. Block asset account (#14070)

    * replace is_fronzen flag by status enum
    
    * block asset account
    
    * remove redundant brackets
    
    * fix typo
    muharem authored May 4, 2023
    Configuration menu
    Copy the full SHA
    b9d0ef2 View commit details
    Browse the repository at this point in the history
  4. fmt

    muharem committed May 4, 2023
    Configuration menu
    Copy the full SHA
    a61c53a View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Jegor Sidorenko <[email protected]>
    muharem and jsidorenko authored May 4, 2023
    Configuration menu
    Copy the full SHA
    3da5efe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6919695 View commit details
    Browse the repository at this point in the history
  7. doc fix

    muharem committed May 4, 2023
    Configuration menu
    Copy the full SHA
    c8f5df2 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

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

Commits on May 7, 2023

  1. Merge remote-tracking branch 'origin/master' into joe-asset-freezecre…

    …ating
    parity-processbot committed May 7, 2023
    Configuration menu
    Copy the full SHA
    57e8719 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Merge remote-tracking branch 'origin/master' into joe-asset-freezecre…

    …ating
    parity-processbot committed May 8, 2023
    Configuration menu
    Copy the full SHA
    97fe05b View commit details
    Browse the repository at this point in the history