Zoe Faltibà

Results 36 issues of Zoe Faltibà

Let's add a `Docker Build` workflow that: - builds android bindings dockerization - builds node.js bindings dockerization As said in #15: > Unfortunately the `Docker Build` workflow fails for `No...

currently all complex objects like arrays and dictionaries are serialized into strings in order to be easily passed from C to Rust. this could imply some performance issues so let's...

enhancement
good first issue
question

currently all logs in the rust library are performed at the `info` level. several logs could be too verbose so we should use different logging levels. I propose to use...

enhancement
good first issue

**Describe the bug** I've noticed a strange behaviour of the `get_balance` API. **To Reproduce** Creating a new wallet and sending some funds to it produces the following balance: ``` spendable:...

bug
module-wallet
api

After inserting the signature of the message it fails, telling the status code of the RPC is UNAVAILABLE. Here the traceback: ``` Environment: Request Method: POST Request URL: http://localhost:8000/verify/ Django...

With this PR we allow RGB users to set a custom configuration for the resolvers. This feature could be useful especially for mobile clients, where the default timeout (30 seconds)...

We think it would be useful to have a method to "de-register"/"forget" an asset, or in other words to remove data related to an asset from the stash. Currently AFAIK...

During Viareggio meeting we reported that the `WitnessVout` beneficiary doesn't embed the desired close method. It was said that this is a bug because a receiver should be able to...

bug

I've manually edited a consignment and validation panicked. In detail it panicked at `panic!("provided {opid} is absent");` (https://github.com/RGB-WG/rgb-core/blob/master/src/validation/validator.rs#L224) I think we should change this panic to an error and more...

bug

Currently via CLI it's not possible to create an invoice to receive a UDA. @crisdut could you please take care of this?

feature