-
Notifications
You must be signed in to change notification settings - Fork 36
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 elip_liquidex module #207
Add elip_liquidex module #207
Conversation
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.
utACK 2a5d6af test match proposed elip
src/pset/elip_liquidex.rs
Outdated
use crate::encode::{serialize_hex, Encodable}; | ||
use crate::hex::{FromHex, ToHex}; | ||
|
||
const ELIP0XXX_IDENTIFIER: &str = "fc0d707365745f6c6971756964657800"; |
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.
maybe worth mentioning is ~ "pset_liquidex"/PSET_LIQUIDEX_PREFIX in hex
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.
added, also the last "00" were extra
2a5d6af
to
7737c82
Compare
ACK 7737c82 |
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 7737c82 successfully ran local tests
Use "liquidex" field for the asset blinding factor.
Related ELIP: ElementsProject/ELIPs#18