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

TxBuilder: CIP2 MultiAsset variants added #264

Merged
merged 9 commits into from
Jan 23, 2022

Commits on Nov 21, 2021

  1. TxBuilder: CIP2LargestFirstMultiAsset + improve MultiAsset

    Implemented an adaption of CIP2LargestFirst to handle multiassets as
    the current implementation would only order by ADA resulting in very
    poor selections if many inputs were available and non-ADA multiassets
    were in the outputs.
    
    The previous CIP2LargestFirst algorithm will now error on multiasset
    outputs.
    
    MultiAsset's documentation was improved slightly and convenience methods
    `get_asset()` and `set_asset()` are included now to avoid having to
    additionally deal with Assets and do it all at once.
    rooooooooob committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    0e0abe0 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

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

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    5786f04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    185abfc View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

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

Commits on Dec 12, 2021

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

Commits on Jan 12, 2022

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

Commits on Jan 23, 2022

  1. Configuration menu
    Copy the full SHA
    03609e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7ecdd2 View commit details
    Browse the repository at this point in the history