• v0.5.0 d425b58cfe

    v0.5.0 — interchain trace options
    All checks were successful
    Publish to PyPI Registry / publish (release) Successful in 23s
    Stable

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

    transaction.get_interchain / block.get_interchain now accept:

    • per_chain — 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 kwargs returns one anchor per chain). Requires prime-node with the matching params (deployed). Published to the Gitea PyPI registry as prime-sdk-python==0.5.0.

    Downloads
  • v0.4.0 7b1e9f6309

    v0.4.0 — proof-measure client
    All checks were successful
    Publish to PyPI Registry / publish (release) Successful in 1m14s
    Stable

    amiller released this 2026-06-04 17:53:29 +00:00 | 1 commits to master since this release

    Adds a client for the public proof-measure service (measured immutability / "securedBy").

    • ProofMeasureClientget_security(network, since=None), report(req), health(). Unauthenticated; default base URL https://proof-measure.dragonchain.com.
    • Reachable standalone (ProofMeasureClient()) or via DragonchainSDK.proof_measure.
    • New UnauthenticatedClient (HMAC-free transport) and proof-measure dataclass models.
    • First automated publish: adds .gitea/workflows/publish.yml shipping to the Gitea PyPI registry on release. Also fixes a pre-existing test break (the _FakeSession mock didn't accept the allow_redirects kwarg the client now sends).

    No breaking changes — purely additive.

    Downloads