-
released this
2026-06-05 14:54:45 +00:00 | 0 commits to master since this releaseTransaction.GetInterchain/Block.GetInterchainnow 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.0Downloads
-
released this
2026-06-04 17:40:21 +00:00 | 1 commits to master since this releaseAdds a client for the public proof-measure service (measured immutability / "securedBy").
proofmeasure.ProofMeasureClient—GetSecurity(network, since),Report(req),Health(). Unauthenticated; default base URLhttps://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.0Downloads