Uh oh!
There was an error while loading. Please reload this page.
Update ldk 121, bdk alpha5, bitcoin 0.30 - #1002
Conversation
AnthonyRonning
commented
Feb 5, 2024
Wasm tests failing |
Finally got all tests passing. While debugging ended up fixing a TODO for not needing the password to get the logs so made that a separate commit still need to actually test manually, but leaving that for a future date |
d9ea370 to
8bfedb8Compareff82a33 to
ad28850Compare896e495 to
df21fb8Comparebenthecarman
commented
Feb 13, 2024
When through our testing guide and everything seems to work, only thing that I couldn't test was payjoin because it seems the server is down right now. Also tested that I can safely upgrade a wallet and everything seems to be working properly. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
AnthonyRonning
left a comment
There was a problem hiding this comment.
LGTM and tested, nice work

don't think i have everything fully working yet, got it compiling and i'll finish this later
Most of the diff is from the removal of
to_hex(), they claim theto_string()should be usable but this seems ripe for bugs to accidentally occur so I am just using thehexcrate for everywhere that isn't a log.