Commit Graph

6 Commits

Author SHA1 Message Date
5ae6dbfc3f getInterchain: perChain + chains options (default first anchor per chain); bump 1.5.0
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
transaction.getInterchain / block.getInterchain take an optional
{ perChain?, chains? } that maps to prime-node's ?perChain=&chains= params.
Default (no options) returns one anchor per chain. Shared buildInterchainQuery
helper + InterchainOptions type, exported; jest-tested.
2026-06-05 10:55:30 -04:00
5a943f45a6 Add proof-measure client + bump to 1.4.0
Some checks failed
Build and Test / build (16.x) (push) Failing after 45s
Build and Test / build (18.x) (push) Failing after 40s
Publish to NPM Registry / publish (release) Successful in 54s
Build and Test / build (20.x) (push) Failing after 38s
proof-measure is a separate, public, unauthenticated Dragonchain service. Adds:
- UnauthHttpClient: HMAC-free transport mirroring DragonchainClient (timeout,
  agent, redirect refusal).
- ProofMeasureClient: getSecurity / report / health; default base URL
  https://proof-measure.dragonchain.com. Standalone (new ProofMeasureClient())
  and via DragonchainSDK.proofMeasure.
- Proof-measure types (decimals as strings, timestamps as numbers).
- jest tests.
2026-06-04 13:45:09 -04:00
0f34eb3e41 release: v1.2.0 (getInterchain trace methods)
All checks were successful
Build and Test / build (20.x) (push) Successful in 50s
Publish to NPM Registry / publish (release) Successful in 48s
Build and Test / build (16.x) (push) Successful in 58s
Build and Test / build (18.x) (push) Successful in 53s
2026-06-02 15:19:11 -04:00
18457fd270 Bump version to 1.1.0 and fix publish workflow token
All checks were successful
Build and Test / build (16.x) (push) Successful in 15s
Build and Test / build (18.x) (push) Successful in 13s
Build and Test / build (20.x) (push) Successful in 14s
- Bump to 1.1.0 for new types, credential functions, and client getters
- Use GITEA_TOKEN instead of NPM_TOKEN for Gitea NPM registry auth
2026-03-17 11:04:03 -04:00
5c7770be70 Updated package name
Some checks failed
Build and Test / build (16.x) (push) Failing after 5s
Build and Test / build (18.x) (push) Failing after 3s
Build and Test / build (20.x) (push) Failing after 3s
2025-11-11 13:41:25 -05:00
98ab2e05a7 Initial Commit
Some checks failed
Build and Test / build (16.x) (push) Failing after 12s
Build and Test / build (18.x) (push) Failing after 6s
Build and Test / build (20.x) (push) Failing after 6s
2025-11-05 15:25:20 -05:00