ElementsProject / ElementsProject/rust-elements

Minor API pain-points

Abierto
#141 1 comentario 1 reacción 0 asignados Ver en GitHub
Lenguaje dominante
Rust
Estrellas
57
Forks
40
Merge medio
11 h 58 min
PR fusionados (30 d)
1

Descripción

These are things that are easy to workaround downstream, but would one-liner if we had upstream support. I will update the list as I find more things:
1) Direct API for calculating assetid and token id directly from prevouts during initial issuance. This currently a multi step process which requires dealing calling the AssetId::generate_asset_entropy() API.
2) Display implementations of Explicit Asset should add the 0x01 prefix
3) Add FromStr implementation for confidential::Asset/Value/Nonce. Currently, we need to decode a bytes and call `encode::deserialize`. It would be great to have methods for a) from_slice/to_vec() b) Display/FromStr c) FromHex/ToHex.
4) Implement auto-derives for Error data structures. For example: `UnBlindError`.
5) Separate out TxOut::unblind API into two APIs. TxOut::unblind_from_prf. This will also it to re-use it for psbt logic too

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.