• v0.6.0 17057ad1f2

    amiller released this 2026-06-05 14:54:45 +00:00 | 0 commits to master since this release

    Transaction.GetInterchain / Block.GetInterchain now accept options controlling the interchain anchors returned:

    • sdk.WithPerChain(n) — anchors per public chain, earliest-first (default 1 = first per chain; 0 = all).
    • sdk.WithChains("1","0") — restrict to chain ids ("1"=ETH mainnet, "0"=BTC).

    Backward compatible (no-option calls return the new default: one anchor per chain). Requires prime-node with the matching ?perChain=&chains= params (deployed).

    go get git.dragonchain.com/dragonchain/prime-sdk-go@v0.6.0
    
    Downloads
  • 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