Armando CD

Results 8 issues of Armando CD

**Describe the bug** The `rgbd` installed with release mode, causes `TransitionNotInAnchor` in the consignment file after running the `rgb-cli transfer finalize` command. The bug does not happen when you install...

I tried to reproduce the steps of the "rgb-demo" written [here](https://github.com/LNP-BP/nodes/blob/master/contrib/demo-rgb.sh), but the final step `rgb consignment validate` does not work as expected. After investigating, I found the reason: The...

Polar is a great project, and I like to use it to explain how LN works and show the possibilities of the network. However, sometimes I miss some features to...

enhancement
up for grabs
needs planning

I updated the current `rgb-cli transfer finalize` to support multiple transfers with bifrost send option. Before: ``` rgb-cli transfer finalize {PSBT} {CONSIGMENT} --endseal {SEAL_DEFINITION} --send {BIFROST_ADDR} ``` Now: ``` rgb-cli...

**Description** I discovered a strange behavior when we tried to use `TapretKey::derive` after making a successful `tapret1st`. If I retry using the same terminal change of the previous transaction, the...

bug
epic
refactoring

Today the RGB module works based in unit of work concept, or that, each operation can be valid only when everything works, like transaction in database (commit and rollback operations)....

priority-medium
rgb
carbonado

I comment the `psbt` and `sign_psbt` endpoints in bitmaskd because the compilation fails. See error below: ```rust Compiling bitmask-core v0.6.0-beta.5 (/home/****/projects/contrib/bitmask-core) error[E0277]: the trait bound `fn(TypedHeader, Json) -> impl std::future::Future...

bug
blocked

Today, all tests written in BMC adopt "functional style"; that is, the focus is on testing functionality isolate. However, this approach needs to reflect the real-world usages. So I suggest...

good first issue
help wanted
priority-low