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

backport: merge bitcoin#20018, #22141, #22221, #22653, #23054, #23398, #23175, #22362, #23769, #23936, #24238, #24331 (auxiliary backports: part 15) #6260

Merged
merged 12 commits into from
Sep 11, 2024

Conversation

kwvg
Copy link
Collaborator

@kwvg kwvg commented Sep 8, 2024

Additional Information

  • When backporting bitcoin#23054, sigOpCount and nSigOpCountWithAncestors were switched from unsigned int to int64_t. This change was done to prevent integer narrowing when accepting the int64_t taken from the constructor.

    This isn't a problem upstream as the same changes were as part of bitcoin#8149, which was omitted but the type changes remain valid as sigop count cannot be a negative number.

Breaking Changes

None observed.

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas (note: N/A)
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have made corresponding changes to the documentation (note: N/A)
  • I have assigned this pull request to a milestone (for repository code-owners and collaborators only)

@kwvg kwvg marked this pull request as ready for review September 10, 2024 12:38
Copy link
Member

@PastaPastaPasta PastaPastaPasta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 6c7335e

Copy link

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 6c7335e

@PastaPastaPasta PastaPastaPasta merged commit 6019a87 into dashpay:develop Sep 11, 2024
35 checks passed
@UdjinM6 UdjinM6 added this to the 21.2 milestone Sep 11, 2024
@thephez thephez added the RPC Some notable changes to RPC params/behaviour/descriptions label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RPC Some notable changes to RPC params/behaviour/descriptions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants