Skip to content

v0.0.115.1

Compare
Choose a tag to compare
@TheBlueMatt TheBlueMatt released this 05 Jun 03:13
· 150 commits to main since this release
40764e2
  • Fix Android builds so not assert(false) immediately on startup
    due to different JNI and Android-JNI FindClass requirements.
  • Fix Java's ChannelManagerConstructor to properly pass the
    NetworkGraph to the BackgroundProcessor to persist it when P2P
    gossip sync is enabled.
  • Change Java's ChannelManagerConstructor to take lower-level
    signing interfaces rather than a KeysManager, allowing custom
    types or a PhantomKeysManager to be used.
  • Fix trait passing to hit an immediate NullPointerException rather
    than SEGFAULTing in native code.
  • Switch to building macOS binaries on Linux, which makes them a few
    bytes short of deterministic.