retrying to implement exact expiry#47
Conversation
eaa7fe0 to
c4fdedd
Compare
|
Hi @arkanoider, we've just released 0.3.0-alpha.1 with support for RGB 0.11 beta 5 so I suggest rebasing this on top of that before proceeding (a lot of things changed).
Thanks for reporting this, it has been fixed in recent commits
No, the
No worries, I'm happy that you want to learn more about rgb and I'm happy to help. I hope my answer is clear enough, otherwise don't hesitate to ask more questions. P.S. please next time just force push the branch of the existing PR instead of creating a new one :) |
Sounds clear will do!
You're welcome, glad that I was right. Thought it was something related to my configuration.
Ok! So i can stay inside inside rgb-lib and not touch anything outside! Will proceed in that way in the next days in my spare time.
You're fuckin right! I did some shit and restarted, but forcing a push was the thing to do! |
|
Hi @zoedberg , sorry for my silence...:) My fiatjob is killing me in these days, in the next days I will come back on Rgb again! |
91ba99e to
a920f58
Compare
ead3c64 to
e064203
Compare
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_receivewith 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
_receivemethod. 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!