-
Notifications
You must be signed in to change notification settings - Fork 265
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
Use psbt to fund and sign transactions #2120
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #2120 +/- ##
==========================================
- Coverage 84.88% 84.85% -0.03%
==========================================
Files 198 198
Lines 15796 15841 +45
Branches 658 675 +17
==========================================
+ Hits 13408 13442 +34
- Misses 2388 2399 +11
|
sstone
force-pushed
the
use-psbt-kmp
branch
3 times, most recently
from
January 10, 2022 19:56
1d42c85
to
baad47a
Compare
sstone
force-pushed
the
use-psbt-kmp
branch
2 times, most recently
from
January 25, 2022 15:50
e8ccb76
to
21edab9
Compare
sstone
force-pushed
the
use-psbt-kmp
branch
2 times, most recently
from
February 1, 2022 10:44
2f2eecd
to
7518f61
Compare
sstone
force-pushed
the
use-psbt-kmp
branch
3 times, most recently
from
February 10, 2022 16:30
9f5d181
to
8e7a4c0
Compare
sstone
force-pushed
the
use-psbt-kmp
branch
2 times, most recently
from
July 4, 2022 08:17
231c6ff
to
8b00ece
Compare
sstone
force-pushed
the
use-psbt-kmp
branch
3 times, most recently
from
July 19, 2022 15:46
fb5521f
to
d888049
Compare
sstone
force-pushed
the
use-psbt-kmp
branch
2 times, most recently
from
August 18, 2022 08:54
a37e7b8
to
2c70281
Compare
sstone
force-pushed
the
use-psbt-kmp
branch
2 times, most recently
from
September 19, 2022 07:00
acd9044
to
8d430b4
Compare
sstone
force-pushed
the
use-psbt-kmp
branch
4 times, most recently
from
September 28, 2022 07:58
b5c8560
to
c630c0d
Compare
sstone
force-pushed
the
use-psbt-kmp
branch
2 times, most recently
from
November 17, 2022 09:22
7b262ba
to
5018d48
Compare
sstone
force-pushed
the
use-psbt-kmp
branch
2 times, most recently
from
December 12, 2022 16:40
c0f345f
to
ff78b28
Compare
Not needed anymore, see #2613 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on #2038. We use bitcoin-kmp's Psbt classes and methods directly (there is no need for a wrapper here imho).