You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned here, this is a dedicated issue for discussing our attempt at re-modelling confidential and explicit transactions.
We assumed that a TxOut can either confidential or explicit - i.e. both the asset and the value are either confidential or explicit - but this turned out to not be true.
To be honest, I don't fully understand what a "pre-asset" confidential transaction is? Can I read up on this somewhere to get an overview of what the usecases are and what they look like on-chain?
The text was updated successfully, but these errors were encountered:
For these APIs to exist, we would not necessarily have had to do all the re-modelling that we did so I am thinking of contributing such functions back to rust-elements so we don't have to maintain our fork :)
That should combine the best of both worlds:
being able to parse all kinds of combinations of explicit vs confidential information
having better support from the type system in deal with fully explicit vs fully confidential TxOuts
As mentioned here, this is a dedicated issue for discussing our attempt at re-modelling confidential and explicit transactions.
We assumed that a
TxOut
can either confidential or explicit - i.e. both the asset and the value are either confidential or explicit - but this turned out to not be true.To be honest, I don't fully understand what a "pre-asset" confidential transaction is? Can I read up on this somewhere to get an overview of what the usecases are and what they look like on-chain?
The text was updated successfully, but these errors were encountered: