-
released this
2026-06-05 14:55:42 +00:00 | 1 commits to master since this releasetransaction.getInterchain/block.getInterchainnow accept an optional{ perChain?, chains? }:perChain— anchors per public chain, earliest-first (default 1 = first per chain; 0 = all).chains— restrict to chain ids (["1","0"]; "1"=ETH mainnet, "0"=BTC).
Backward compatible (no-option calls return one anchor per chain). Requires prime-node with the matching params (deployed). Published to the Gitea npm registry as
@dragonchain-inc/prime-sdk@1.5.0.Downloads
-
released this
2026-06-04 17:45:21 +00:00 | 2 commits to master since this releaseAdds a client for the public proof-measure service (measured immutability / "securedBy").
ProofMeasureClient—getSecurity(network, since?),report(req),health(). Unauthenticated; default base URLhttps://proof-measure.dragonchain.com.- Reachable standalone (
new ProofMeasureClient()) or viaDragonchainSDK.proofMeasure. - New
UnauthHttpClient(HMAC-free transport) and proof-measure types.
No breaking changes — purely additive. Published to the Gitea npm registry as
@dragonchain-inc/prime-sdk@1.4.0.Downloads
-
v1.2.0
Stablereleased this
2026-06-02 19:19:24 +00:00 | 4 commits to master since this releaseAdd
getInterchaintrace methods to the transaction and block clients, calling the new prime-node/api/v1/{transaction,block}/{id}/interchainendpoints. Returns anInterchainTrace { blockId, validatorBlocks, interchainTransactions }. AddsVerificationBlock/InterchainTransaction/InterchainTraceinterfaces.Downloads
-
v1.1.0
Stablereleased this
2026-03-17 15:04:22 +00:00 | 10 commits to master since this releaseWhat's Changed
- Add missing
remotefield toSmartContractCreateRequest - Add
GrpcConnectionInfotype and field onSmartContract - Add credential management functions:
addChain,setDefault,deleteChain - Add client accessor methods:
getPublicId,getAuthKeyId,getEndpoint - Fix
expandPathto handle both$VARand${VAR}env var formats - Improve
saveConfigwith better YAML formatting options - Fix CI: commit
package-lock.json(was gitignored, breakingnpm ci) - Fix publish workflow to use
GITEA_TOKEN
Downloads
- Add missing