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

client/asset/eth: fix client balance calcs #1321

Merged
merged 4 commits into from Dec 6, 2021

Commits on Dec 1, 2021

  1. fix client balance calcs

    The client apparently doesn't maintain a pending state, so the
    way I had calculated balance client-side didn't work. Go
    going back to martonp's initial implementation which parses redeem
    and refund data from transactions.
    
    Remove the Pending field from Balance. It wasn't used.
    buck54321 committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    7a18ec2 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. Configuration menu
    Copy the full SHA
    0db789f View commit details
    Browse the repository at this point in the history
  2. remove unused methods

    These methods are thin wrappers anyway.
    buck54321 committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    8990129 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. regroup testRefund

    buck54321 committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    f0554f6 View commit details
    Browse the repository at this point in the history