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

Reuse witnesses for identical secrets when building transactions #459

Merged
merged 5 commits into from
May 24, 2023

Commits on May 24, 2023

  1. Reuse witness indexes for the same private keys, don't automatically …

    …append a new witness when adding an unsigned coin
    Voxelot committed May 24, 2023
    Configuration menu
    Copy the full SHA
    7ee98e5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into Voxelot/witness-reuse

    # Conflicts:
    #	fuel-tx/src/builder.rs
    Voxelot committed May 24, 2023
    Configuration menu
    Copy the full SHA
    7c3ae6e View commit details
    Browse the repository at this point in the history
  3. clippy + test case fix

    Voxelot committed May 24, 2023
    Configuration menu
    Copy the full SHA
    04f507f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6be5767 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    Co-authored-by: Green Baneling <XgreenX9999@gmail.com>
    Voxelot and xgreenx committed May 24, 2023
    Configuration menu
    Copy the full SHA
    fcb36cb View commit details
    Browse the repository at this point in the history