• v1.5.0 5ae6dbfc3f

    v1.5.0 — interchain trace options
    Some checks failed
    Build and Test / build (20.x) (push) Failing after 41s
    Build and Test / build (18.x) (push) Failing after 44s
    Publish to NPM Registry / publish (release) Successful in 51s
    Build and Test / build (16.x) (push) Failing after 47s
    Stable

    amiller released this 2026-06-05 14:55:42 +00:00 | 1 commits to master since this release

    transaction.getInterchain / block.getInterchain now 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