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

Additional cleanup to support tokens UI #313

Merged
merged 8 commits into from
Nov 9, 2021

Commits on Nov 3, 2021

  1. Add "fromOrTo" query param to token transfers

    Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
    awrichar committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    1cb2104 View commit details
    Browse the repository at this point in the history
  2. Validate name field on new token pools

    Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
    awrichar committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    5843eb3 View commit details
    Browse the repository at this point in the history
  3. Replace join column pool_protocol_id with pool_id instead

    Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
    awrichar committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    72549d0 View commit details
    Browse the repository at this point in the history
  4. Reduce code duplication in token_transfer

    Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
    awrichar committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    fb19d5d View commit details
    Browse the repository at this point in the history
  5. Reorder indexes on tokenbalance

    Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
    awrichar committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    6f38314 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Add route to get all pools held by a token account

    Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
    awrichar committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    63a3a1a View commit details
    Browse the repository at this point in the history
  2. Use WriteByte instead of WriteRune when possible

    Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
    awrichar committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    6f98c40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3089b5f View commit details
    Browse the repository at this point in the history