-
Notifications
You must be signed in to change notification settings - Fork 46
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
musig2 apis #191
musig2 apis #191
Conversation
…Dependency Changed walletcreatefundedpsbt with custom tx builder
This PR streamlines the default directory creation with a top level `get_home_dir` functions where test and production behavior is isolated. Plus a bunch of other fixes and some new functions required for Maker RPC.
Plus some more structuring of the directory app.
change discord
Maker RPC and some Auxiliary fix
fix: typos in enum names
update bitcoin to v0.32
Signed-off-by: wthrajat <rajatkhanduri290102@gmail.com>
Signed-off-by: wthrajat <rajatkhanduri290102@gmail.com>
use `Amount` instead of `u64`
add `directoryd` and `directory-cli` binary apps
Signed-off-by: wthrajat <rajatkhanduri290102@gmail.com>
Move master `Xpriv` generation from `Store` to `Wallet`
e5b2e5a
to
6a7514d
Compare
@007harshmahajan can you make the tests pass so we can merge this? |
Currently working on it, will be done by Monday |
@007harshmahajan any update on this? The build and lint failure seems very simple to solve. |
will get it done today |
Few more clippy fixes left. |
d136ce8
to
aeb8b67
Compare
All other lint issues are fixed in master, need to rebase from master |
797af45
to
aeb8b67
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 7c4b3ac
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 a merge commit from the master branch and a few unrelated commits, such as Clippy fixes. Could you remove the merge commit from the master branch and squash these non-contextual commits into a contextual one's?
7c4b3ac
to
316d67d
Compare
bcb5b7b
to
f9ff32d
Compare
f9ff32d
to
9c386c4
Compare
cant have rebase without clumsy PR, will add code with after merge of #227 |
currently apis are just to make interactive signing session with
agg_signature
,partial signature
andnonce_gen
more will be adde accordingly depending on taproot requirments