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

Feature: FromUTXOs #45

Merged
merged 24 commits into from
Sep 22, 2021
Merged

Feature: FromUTXOs #45

merged 24 commits into from
Sep 22, 2021

Commits on Sep 16, 2021

  1. Added utility AutoFund func to abstract funding flow

    Tíghearnán Carroll committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    94bfa8d View commit details
    Browse the repository at this point in the history
  2. updated doc string

    Tíghearnán Carroll committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    644ae93 View commit details
    Browse the repository at this point in the history
  3. fixed error in autofund example

    Tíghearnán Carroll committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    a67e50e View commit details
    Browse the repository at this point in the history
  4. added context to fund iteration func

    Tíghearnán Carroll committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    be5c4ba View commit details
    Browse the repository at this point in the history
  5. renamed funditeration to fund

    Tíghearnán Carroll committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    68fdc0b View commit details
    Browse the repository at this point in the history
  6. renamed funditeratorfunc to fundgetterfunc

    Tíghearnán Carroll committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    92a5633 View commit details
    Browse the repository at this point in the history
  7. fundgetterfunc now returns an error instead of a bool

    Tíghearnán Carroll committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    0685253 View commit details
    Browse the repository at this point in the history
  8. fixed doc string

    Tíghearnán Carroll committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    d053f1a View commit details
    Browse the repository at this point in the history
  9. fixed doc string

    Tíghearnán Carroll committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    e3c93b7 View commit details
    Browse the repository at this point in the history
  10. fixed linter and added test

    Tíghearnán Carroll committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    e0fc927 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7094e5b View commit details
    Browse the repository at this point in the history
  12. removed all mention of funds

    Tíghearnán Carroll committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    82e1bf0 View commit details
    Browse the repository at this point in the history
  13. updated example in doc string

    Tíghearnán Carroll committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    8eff6b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. fixed type in error string

    Tíghearnán Carroll committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f50985d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Added utxo data type. changed tx.From signature. updated tests

    Tíghearnán Carroll committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    bfe23db View commit details
    Browse the repository at this point in the history
  2. fixed deficit error and added tests

    Tíghearnán Carroll committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    0d6ea41 View commit details
    Browse the repository at this point in the history
  3. removed println from tests

    Tíghearnán Carroll committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    e2f01a1 View commit details
    Browse the repository at this point in the history
  4. fixed doc string typos

    Tíghearnán Carroll committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    cf29059 View commit details
    Browse the repository at this point in the history
  5. fixed more typos in docs

    Tíghearnán Carroll committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    2db9190 View commit details
    Browse the repository at this point in the history
  6. fixed tests

    Tíghearnán Carroll committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    5eb4ae6 View commit details
    Browse the repository at this point in the history
  7. added comment explaining precalculating prevTxID

    Tíghearnán Carroll committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    85398dd View commit details
    Browse the repository at this point in the history
  8. added FromUTXOs func. renamed old one to Fund

    Tíghearnán Carroll committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    1a7d125 View commit details
    Browse the repository at this point in the history
  9. fixed doc string

    Tíghearnán Carroll committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    73fd259 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. updated doc string to explain UTXOGetterFunc param

    Tíghearnán Carroll committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    a163144 View commit details
    Browse the repository at this point in the history