Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @zoedberg ,
i am back, will do another tentative :)
I am restarting from scratch following the old ideas you exposed me in PR, this is not compiling and still here to ask you if i am doing right.
First of all i had a compiler error that on my machine seems created by the missing of this feature:
https://github.com/arkanoider/rgb-lib/blob/06bdd89cc5c079f049a8d195a4f80ca99e5d1cda/migration/Cargo.toml#L29
when i raised this db commands ( the second one if I remember correctly in particular) :
After this I started updating the
test_witness_receive
with the false boolean for exact expiry, but there's a point where going down in functions call seems to me that i need to update this structure:called inside
_receive
method. This is placed in the crate rgb-wallet so maybe I should also touch that structure, but maybe I am wrong...Can you confirm me that's the right path?
Still sorry for my noobnees, but I am trying to learn more about rgb, but my time is scarse, so I am more going around the code to learn, but I am missing a bit of the bigger scenario of rgb.
Thanks for your patience!