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

Avoid possible truncation of higher bits #619

Merged
merged 5 commits into from
Oct 31, 2023

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    00cfd8f View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    xgreenx committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    fcab2e0 View commit details
    Browse the repository at this point in the history
  3. UtxoId uses TxId + `u8 - the index in the outputs array. So it …

    …is impossible to be more than `u8`
    xgreenx committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    e2348a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    758df7b View commit details
    Browse the repository at this point in the history
  2. Apply comments

    xgreenx committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ea0324d View commit details
    Browse the repository at this point in the history