-
v0.5.0 — interchain trace options
StableAll checks were successfulPublish to PyPI Registry / publish (release) Successful in 23sreleased this
2026-06-05 14:56:48 +00:00 | 0 commits to master since this releasetransaction.get_interchain/block.get_interchainnow 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 — proof-measure client
StableAll checks were successfulPublish to PyPI Registry / publish (release) Successful in 1m14sreleased this
2026-06-04 17:53:29 +00:00 | 1 commits to master since this releaseAdds a client for the public proof-measure service (measured immutability / "securedBy").
ProofMeasureClient—get_security(network, since=None),report(req),health(). Unauthenticated; default base URLhttps://proof-measure.dragonchain.com.- Reachable standalone (
ProofMeasureClient()) or viaDragonchainSDK.proof_measure. - New
UnauthenticatedClient(HMAC-free transport) and proof-measure dataclass models. - First automated publish: adds
.gitea/workflows/publish.ymlshipping to the Gitea PyPI registry on release. Also fixes a pre-existing test break (the_FakeSessionmock didn't accept theallow_redirectskwarg the client now sends).
No breaking changes — purely additive.
Downloads