-
Notifications
You must be signed in to change notification settings - Fork 381
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 support for blinding pegins #663
Add support for blinding pegins #663
Conversation
7398e0b
to
03388cc
Compare
looks good otherwise, and nice to see the python stuff put to work :P |
Even when -blindedaddresses=0.
Both via blindrawtransaction and rawblindrawtransaction.
6115878
to
a22c76d
Compare
a22c76d
to
56358b8
Compare
Yeah nice to see that we can do all that stuff manually. I think the only thing that we can't do without liquid is the blinding, but that should be possible in Rust with rust-secp256k1-zkp. Very excited about that! |
@instagibbs build is fine it seems |
re:"Always return blind address for "blech32" type" The help for getnewaddress should reflect this. |
utACK cc49106 |
cc49106 Update getnewaddress help message with "blech32" special case (Steven Roose) 56358b8 Add tests for blinding pegin transactions (Steven Roose) a9f589b Add support for blinding pegin transactions (Steven Roose) bf0cc83 Add confidential assets values to listunspent documentation (Steven Roose) 4e84596 Always return blind address for "blech32" type (Steven Roose) Pull request description: Adds pegin handling support for `blindrawtransaction` and `rawblindrawtransaction`. Tree-SHA512: 1138aeedd2d5852108abd53a6afc83524e5f06ad3ab770fd8ab37c97c8dd5c49f78b8d44bdf7cbe2c073e07cd8566bf032526ab6488e99fc02f8b5b154a3fde1
Adds pegin handling support for
blindrawtransaction
andrawblindrawtransaction
.