-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Use ln-types
crate?
#44
Comments
Oh, where have you been a year ago when I had to do LNP Core lib (https://github.com/LNP-BP/lnp-core) and ... but from what I see not your types are pretty much different from mines and still many places. I will try to integrate/use them in As for moving the repo, I will be happy to have it here. In |
Actually BTW |
Yeah wanted to do this for a while but couldn't find the time. Happy to see that being later is still more helpful than not doing it.
I mean the organization, not library. It doesn't even fit architecturally into the library. For instance
Which aspects do you find terrible? For me it's mostly overflow being unchecked and it not being used in |
I also meant organization :D It has the same name as the library - and same rules
It is not there anymore and was there due to historical reasons. I was told by org requirements for adding repos by A.Poelstra several months ago, so ...
|
Ah, now I see! Will look into migrating later, I'm too tired now. I feel that displaying it directly with denomination is a good way to avoid footguns and my PR fixes the inability to be precise. Do you have other ideas what could be improved? Per Rust convention |
I tried to transfer ownership but got this error: "You don’t have the permission to create public repositories on LNP-BP" |
Sorry for taking so long: GiHub permission structure constantly change and hard to understand. I have allowed repository creation, so pls try now. |
Done, looks like everything went well. |
You may be interested in my
ln-types
crate which provides multiple primitive types that can be shared between LN applications/libraries.I could move it to one of the orgs (rust-bitcoin seems more suitable, IDK what the requirements would be there), if people are interested.
Not sure how relevant it is, see also issue at rust-lightning where the decision was to postpone it until there's more interest.
The text was updated successfully, but these errors were encountered: