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/eth: FundOrder, ReturnCoins, FundingCoins #1221

Merged
merged 2 commits into from
Oct 11, 2021

Commits on Oct 6, 2021

  1. client/eth: FundOrder, ReturnCoins, FundingCoins

    This PR implements locking in the ETH wallet. Since there are no
    "coins" in the ETH account system as there are in UTXO based coins,
    the amount of ETH that has been reserved for orders is kept track of
    in the ETH wallet.
    This PR also includes a refactoring of the CoinID code in the server.
    The changes in the client code needed a new coin id type which represented
    coins in an address that had not yet been spent.
    martonp committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    f6714c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Updates based on review.

    martonp committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    85f8c02 View commit details
    Browse the repository at this point in the history