-
-
Notifications
You must be signed in to change notification settings - Fork 41
Build fails after seal blinding upgrade to 64 bit #29
Comments
Let me know when I can help with testing or whatever. |
Hi @Goosie thanks for the report. Posted a fix in rust-lnpbp LNP-BP/rust-lnpbp#58. You can try changing the lnp-bp dependency to my branch https://github.com/rajarshimaitra/rust-lnpbp/tree/build-fix-28/07 |
Yess thanks, No errors after cargo build --release in this directory now. Thanks!, Up to the next steps :-) |
I react to early. I removed the rgb-node directory. Cloned the repository from rgb-node again and changed the path in Cargo.toml Under section [dependencies.lnpbo] I changed the path Do I have to change the path somewhere else maybe? |
Right, just one more change. Add the branch name too like this in
|
Yess. It's working now :-) |
I actually did a fix in a master commit two days before, but it appears that I have not added the required changes to it with |
@rajarshimaitra can you pls work on fixing the issue with u32->u64 here in RGB node after LNP/BP change? The discussion here is actually misleading, since it's about an unrelated issue (namely fixed with some other your PR)... |
Yes working on it. |
We have an RGB node build failing after LNP/BP Core library adopting 64-bit blinding factors for seal definitions after LNP-BP/rust-lnpbp#52 acceptance
The text was updated successfully, but these errors were encountered: