-
Notifications
You must be signed in to change notification settings - Fork 322
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
feat(esplora): include previous TxOut
s for fee calculation
#1308
feat(esplora): include previous TxOut
s for fee calculation
#1308
Conversation
9273bc4
to
6e7075a
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.
Looking good! Just some small changes.
6e7075a
to
29c762e
Compare
29c762e
to
38c383c
Compare
38c383c
to
56473b4
Compare
56473b4
to
4990595
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.
ACK 4990595
Although I do not like the use of .for_each
(as mentioned in #1308 (comment)), I also do not think it should be a blocker.
359735a
to
197d0c6
Compare
The previous `TxOut` for transactions received from an external wallet are added as floating `TxOut`s to `TxGraph` to allow for fee calculation.
197d0c6
to
552f11c
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.
re-ACK 552f11c
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 552f11c
Description
Partially implements #1265.
The previous
TxOut
for transactions received from an external wallet are added as floatingTxOut
s toTxGraph
to allow for fee calculation.Notes to the reviewers
Currently only the
esplora
portion of #1265 has been implemented.The
electrum
portion will potentially be done in a new PR, as discussed on the 1/30/24 Lib call.Checklists
To Do:
electrum
portion of Option for Electrum and Esplora APIs to include floatingTxOut
s in updates for fee calculation #1265.All Submissions:
cargo fmt
andcargo clippy
before committingNew Features: