-
Notifications
You must be signed in to change notification settings - Fork 37
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
LDK in std mode #856
LDK in std mode #856
Conversation
827a27e
to
c855fd1
Compare
c855fd1
to
471ad76
Compare
I think with this we can start using |
I think the copy/paste was originally for |
Yeah IIRC thats because the stuff we were using didn't have sync + send in no-std |
Getting a lot of errors switching to their background processor:
Which comes from our own trait:
and I suppose we have probably done quite a bit of that everywhere. Was that due to the Mutex type we were using or something? I thought really comes from the fact that we're limited to single threaded in wasm anyways. |
Okay let's just ignore it for now then, can attempt it later. |
Binary size is 9.7MB, I think it went up a little bit but not much.
Tested almost all functionality before and after the upgrade, no issues.