-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add transaction details #486
Conversation
WalkthroughThe recent updates across various Bitcoin Dev Kit (BDK) libraries focus on improving transaction detail retrieval and representation. By transitioning to a more detailed Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Love it! It's a neat way to pull what we need out of that complex data type. I just need to look into understanding the lifetime parameters more before giving the final review, but should be able to do this later today. |
Great! Our conversation last week spurred me on to this, so thanks for that. And thanks for the heads up on reviewing it. |
Good stuff. I cleared up my issue with the lifetimes, and as per the call earlier added a commit that renames those structures to the Rust based ones, as well as moved them to the types.rs file. |
a5eacd2
to
c87602f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Actionable comments outside the diff hunks (1)
bdk-ffi/src/types.rs (1)
Line range hint
109-109
: TODO comment regardingPeek
implementation.The TODO comment indicates an incomplete implementation for the
Peek
variant ofAddressIndex
. Would you like assistance in addressing this?
Ok. Sorry I didn't mean for you to have to make a commit, just a comment on the PR with the requested changes and I could make the commit with the changes. But since you have the commit pushed up for it are you going to rename |
c87602f
to
f698d46
Compare
Oh shoot I misunderstood you on the call. And thanks for the review! I just pushed the fix now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK f698d46.
LGTM! |
Description
Enhances transactions method on Wallet.
Notes to the reviewers
Previously #432 had a simplified return type to list
Transaction
s. This PR enhancestransactions
to return additional types.Changelog notice
Checklists
All Submissions:
cargo fmt
andcargo clippy
before committingNew Features:
Bugfixes:
Summary by CodeRabbit
CanonicalTx
andChainPosition
.