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

collateral support in the builder #442

Merged
merged 22 commits into from
Jun 5, 2022
Merged

Commits on May 26, 2022

  1. Extracted tx_inputs_builder. Added tx_builder.set_inputs and `tx_bu…

    …ilder.set_collateral`. Deprecated old methods to add inputs in the builder.
    vsubhuman committed May 26, 2022
    Configuration menu
    Copy the full SHA
    8fbc488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    517481f View commit details
    Browse the repository at this point in the history
  3. Fixing tests

    vsubhuman committed May 26, 2022
    Configuration menu
    Copy the full SHA
    5b08d2b View commit details
    Browse the repository at this point in the history
  4. test

    vsubhuman committed May 26, 2022
    Configuration menu
    Copy the full SHA
    86e1cfa View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    05c1a02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5280e44 View commit details
    Browse the repository at this point in the history
  3. Added BigInt.div_ceil

    vsubhuman committed May 31, 2022
    Configuration menu
    Copy the full SHA
    ea4eaf0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b49e053 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12afb95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aaa6c79 View commit details
    Browse the repository at this point in the history
  7. tests

    vsubhuman committed May 31, 2022
    Configuration menu
    Copy the full SHA
    9697153 View commit details
    Browse the repository at this point in the history
  8. tests + fixing warnings

    vsubhuman committed May 31, 2022
    Configuration menu
    Copy the full SHA
    466b354 View commit details
    Browse the repository at this point in the history
  9. Version bump: 10.2.0-beta.1

    vsubhuman committed May 31, 2022
    Configuration menu
    Copy the full SHA
    0adcdc8 View commit details
    Browse the repository at this point in the history
  10. tiny readability

    vsubhuman committed May 31, 2022
    Configuration menu
    Copy the full SHA
    bffac1a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Canonical inputs sorting

    vsubhuman committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    5ef5281 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1433734 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f17f66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9ed912 View commit details
    Browse the repository at this point in the history
  5. Version bump 10.2.0

    vsubhuman committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    afebcb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Changed the tx-inputs-builder to store inputs in a sorted map. Added …

    …`tx_builder.add_required_signer`. Fixed tests. Beta version bump.
    vsubhuman committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    d5b93bb View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Configuration menu
    Copy the full SHA
    10bc388 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Warning fixes

    vsubhuman committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    3129b3c View commit details
    Browse the repository at this point in the history