Skip to content

Conversation

@jamillambert
Copy link
Collaborator

@jamillambert jamillambert commented Dec 15, 2025

The method is marked as experimental and was not implemented.

Implement the method and all the changes up to v30.

Original PR is #164 by GideonBature. Picked up and fixed by jamillambert.

@jamillambert
Copy link
Collaborator Author

@tcharding can you have a look at this?

I'll fix the merge conflicts when I address any review comments.

@tcharding
Copy link
Member

Will review this monster when I"m back home.

@tcharding
Copy link
Member

Reviewed ca3a0fa

The commit author is showing as Gideon and so is the co-authored-by tag.

@jamillambert
Copy link
Collaborator Author

Suggested changes all made and resolved merge conflicts.

Comment on lines 279 to 281
tx_outs: Some(self.txouts),
height: Some(self.height),
best_block: Some(bestblock),
Copy link
Member

@tcharding tcharding Jan 15, 2026

Choose a reason for hiding this comment

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

Missed txouts and bestblock here mate.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks, hopefully that's all of them.

amount,
coinbase: Some(self.coinbase),
height: self.height,
block_hash: Some(blockhash),
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
block_hash: Some(blockhash),
block_hash: Some(block_hash),

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

@tcharding
Copy link
Member

Reviewed fce63a5

The method is marked as experimental and was not implemented.

Implement the method and all the changes up to v30.

Co-authored-by: Jamil Lambert <[email protected]>
Copy link
Member

@tcharding tcharding left a comment

Choose a reason for hiding this comment

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

ACK 1e51177

@tcharding tcharding merged commit 1eab670 into rust-bitcoin:master Jan 15, 2026
30 checks passed
@tcharding
Copy link
Member

I removed the mentions from the PR description. They are flagged by the merge script. FTR this is so that if/when people fork this repo and pick up the PR in their fork the mentioned dev doesn't get spammed with notifications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants