Zoe Faltibà

Results 45 comments of Zoe Faltibà

@dr-orlovsky I've missed this message, sorry. This issue can be closed as solved

as @DanAlbert pointed out [here](https://github.com/android/ndk/issues/1508#issuecomment-845501820), the `clang++` output is clobbered by the cargo build output (by a `cp` that overrides the output of the previous command). you can find [here](https://github.com/RGB-WG/rgb-sdk/pull/57)...

after some satisfying results reached while trying to get consigment bytes (for #21), I think I could tackle this issue

In order to remove JSON serialization, I see 2 possible solutions: - mapping dictionaries (or whatever key-value structure is available on that language) into C structs - mapping classes (or...

@dr-orlovsky since we've postponed `issue` removal, should I remove JSON serialization also from there? currently the rust method takes a single string that gets parsed into a `IssueArgs` struct by...

@dieeasy use zoedberg/rgb-sdk@2aea1d5 (branch [`CI_docker_build`](https://github.com/zoedberg/rgb-sdk/tree/CI_docker_build)) as a starting point

@crisdut could you please tell me on which branch you've found this issue?

If I understood correctly what you did is: - issued an asset (not sure if this error is connected to a particular schema or happens with every implemented schema) -...

@dr-orlovsky is this done or should it be moved into a next milestone (e.g. 0.11 or 0.12)?

I've added a test called `same_transfer_twice` in the [integration tests PR](https://github.com/RGB-WG/rgb-integration-tests/pull/2), which proves that doing an RBF of a colored TX is not possible. By reading and launching the test...