-
Notifications
You must be signed in to change notification settings - Fork 7
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
End to End test #47
End to End test #47
Conversation
b4c2a11
to
7ff1fb5
Compare
b7aa40e
to
dfc3154
Compare
036847e
to
09fcedd
Compare
09fcedd
to
9d80c95
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.
Good Work Tanveer, just a few touches left.
15cd163
to
a6d07ef
Compare
260f2f0
to
9057cad
Compare
f8f9012
to
c007524
Compare
ba1a280
to
fa9a95a
Compare
5b18309
to
3681f57
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.
I see that you removed some useful comments from this file, please add them back
3681f57
to
861eef8
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.
nice work!! 🚀
This PR adds an end-to-end test for silent payments, ensuring that a crafted transaction sending 5.99 BTC to a Taproot address (with a 0.01 BTC fee) is correctly included in the silent block. The test compares the crafted transaction’s txid, output value, and scan tweak against the decoded silent block retrieved from the API (/silent-block/hash/{blockHash}). This ensures the transaction was successfully broadcast, mined, and that the correct amount was sent to the intended address.