• v0.5.0 7d8e23768f

    amiller released this 2026-06-04 17:40:21 +00:00 | 1 commits to master since this release

    Adds a client for the public proof-measure service (measured immutability / "securedBy").

    • proofmeasure.ProofMeasureClientGetSecurity(network, since), Report(req), Health(). Unauthenticated; default base URL https://proof-measure.dragonchain.com.
    • Reachable as a standalone client or via DragonchainSDK.ProofMeasure.
    • New client.UnauthenticatedClient (HMAC-free transport) and proof-measure models.

    No breaking changes — purely additive.

    go get git.dragonchain.com/dragonchain/prime-sdk-go@v0.5.0
    
    Downloads