-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #1
Conversation
Thank you! Why WIP? |
Hi, we need a new release of the rgb-core and rgb-wallet to finish the update of the rgbsc. I think we can wait a little longer to release these releases to give us time to test more. What do you think? |
RGB Core/wallet were released previous night |
Yes, I know, and I started tests using these versions. I'm talking about releases of possible fixes and all that. I thought I'd go further into testing before we build a new version of these dependencies. |
Hi @dr-orlovsky, I will turn this PR ready to review, after we merge and release new version contains a following PRs: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This required more fixing, but to make it faster I just added them myself
examples/rgb20-simplest.rs
Outdated
for FungibleAllocation { owner, witness: _, value } in allocations { | ||
eprintln!("(amount={value}, txout={owner})"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should also print out witness txid info here.
BTW probably FungibleAllocation
should be Display
and this will also simplify things here
No description provided.