Zoe Faltibà
Zoe Faltibà
When I reviewed the PR I assumed that the test was good enough to confirm that spending both a tapret and opret allocation was fixed but, by debugging the non-deterministic...
> Now I can't replicate the issue: > > ``` > ~/rgb-tests$ git status > On branch tapret_wlt_receiving_opret_fix_271 > Your branch is up to date with 'zoe/tapret_wlt_receiving_opret_fix_271'. > > Untracked...
> Is it possible to re-base this test using develop branches? I have did that, but there are multiple compilation issues happening; I assume you already fixed them in some...
Fixed and pushed on https://github.com/zoedberg/rgb-tests/tree/tapret_wlt_receiving_opret_develop
> Should we be considering this to be a bug? The idea I always had is that all alternative bundles should always be accepted such that if a re-org happens...
It doesn't seem so easy to remove the iface since it's used in several places (for example to extract the types for the `OperationBuilder`). I'm worried this might be hiding...
> @zoedberg can you provide the `IndexedConsignment`, please? You should be able to easily convert the provided yaml consignment to a `IndexedConsignment` > Also, @zoedberg It's not related to the...
@crisdut any news on this?
> @zoedberg what are the specific requirements to create an UDA invoice via the `cli`? If we detect that the user is creating an invoice to receive an UDA contract...
@dr-orlovsky I'm adding/fixing the `std` and `alloc` features in an exclusive way (i.e. you cannot build without at least one of the features and you cannot build with both features)...