• 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