• Update nostr to v1.0.7 with cross-platform crypto support
    Some checks failed
    Go / build-and-release (push) Has been cancelled

    mleku released this 2025-12-02 11:21:28 +00:00 | 36 commits to main since this release

    • Bump git.mleku.dev/mleku/nostr from v1.0.4 to v1.0.7
    • Add p256k1.mleku.dev as indirect dependency for pure Go crypto
    • Remove local replace directive for CI compatibility
    • Add WASM/Mobile build plan documentation
    • Bump version to v0.31.5

    nostr v1.0.7 changes:

    • Split crypto/p8k into platform-specific files
    • Linux uses libsecp256k1 via purego (fast)
    • Other platforms (darwin, windows, android) use pure Go p256k1
    • Enables cross-compilation without CGO or native libraries

    🤖 Generated with Claude Code

    Co-Authored-By: Claude noreply@anthropic.com

    Downloads