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

Try handle fragmented utxos #104

Draft
wants to merge 5 commits into
base: dev
Choose a base branch
from

Commits on Sep 25, 2023

  1. feat: Add support for maximum assets per change output

    This commit adds a new configuration option `MAX_ASSETS_PER_CHANGE_OUTPUT` to the `config.js` file. If the value is set, it limits the maximum number of assets per change output. The `Tx` class in `tx-builder.js` now checks this configuration and splits the change output into multiple outputs if the number of assets exceeds the limit.
    gavinharris-dev committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    2e52324 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da74715 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5e634b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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

Commits on Sep 27, 2023

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