Skip to content
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

Implement Partially-signed Elements transaction support #2

Open
dgpv opened this issue Sep 16, 2020 · 0 comments
Open

Implement Partially-signed Elements transaction support #2

dgpv opened this issue Sep 16, 2020 · 0 comments

Comments

@dgpv
Copy link
Collaborator

dgpv commented Sep 16, 2020

The spec is in progress at ElementsProject/elements#900

A note on naming:

I find PSET confusing when used in implementation. The implementation will reuse a lot from PSBT, and having the abbreviation differ just by one letter in the middle, and the letters very similar will create a lot of confusion.

Because of this, I will use PSBT_Elements prefix for names in python-elementstx. Of course this clash comes from that I used PSBT prefix rather than BIP174 prefix. But PSBT is just much more ergonomic for names when BIP174, and I strive for this lib to have ergonomic interface.

I will just say that PSBT stands for 'partially signed bitcoin-like transaction'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant