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

Impl signing for minting/burning in new tx flow #3199

Merged
merged 29 commits into from
Mar 31, 2022

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    65a8470 View commit details
    Browse the repository at this point in the history
  2. add ApiPostPolicyKeyData

    paweljakubas committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    a1aae13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01967e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86020ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bb0286 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81b2d5f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35e65ff View commit details
    Browse the repository at this point in the history
  8. fix fee calculation

    paweljakubas committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    7fbd3f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    00edc09 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9251e50 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5eecd0d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e44cb74 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2c8dadd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f43122f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    7f961eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fba7aae View commit details
    Browse the repository at this point in the history
  3. Use 4-space indents in Haskell source files.

    See `.editorconfig`.
    jonathanknowles committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    9b0520c View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

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

    This is for consistency with its sister function `burnAssetsCheck`.
    jonathanknowles committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    2626b0b View commit details
    Browse the repository at this point in the history
  3. Rename ApiTokenAsset to ApiTokenAmountFingerprint.

    After review discussion.
    jonathanknowles committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    6951314 View commit details
    Browse the repository at this point in the history
  4. Simplify applicative expressions.

    (Remove redundant `<$> pure` combinations.)
    jonathanknowles committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    cded02d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba75be5 View commit details
    Browse the repository at this point in the history
  6. Rename numberOfAssets to tokenAmount.

    This is consistent with the `ApiTokenAmountFingerprint` name.
    jonathanknowles committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    66bccd7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a92320 View commit details
    Browse the repository at this point in the history
  8. Add note regarding the use of L.nub.

    See review conversation here:
    
    #3199 (comment)
    jonathanknowles committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    9049901 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    230d8c1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c03c46 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7076da5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1c4da7c View commit details
    Browse the repository at this point in the history