npm install @ligate-labs/sdk@0.3.0Pairs with ligate-chain v0.4.0 and the ligate-devnet-3 cutover. Adds builders + query methods for the two new chain modules (bounty and contract), folds the LGT → AVOW token-symbol rename from chain v0.3.0, and clarifies the two-tier read surface at the class-doc level. No wire-format changes for previously-shipped surfaces; consumers pinning ^0.2.0 will NOT auto-upgrade and need to bump intentionally to talk to a v0.4.0 chain.
Install: npm install @ligate-labs/sdk@0.3.0.
Added
bountyruntime-call builders:signPostBounty,signClaimBounty,signDisputeBounty,signResolveBounty,signCancelBounty. Borsh layout pinned againstligate-chain/crates/bootstrap-cli/examples/disc_probe.rs. Mirrors the chain handlers shipped inchain#532.contractruntime-call builders:signPostContract,signCommitContract,signDeliverContract,signAcceptContract,signRejectContract,signResolveContract,signCancelContract. Named-arbiter dispute flow fromchain#538+ the chain_state-driven expiry / auto-accept fromchain#541.LigateClientindexer-direct query methods:listBounties/getBounty,listContracts/getContract. Returns indexer-projected shapes via ligate-api onceligate-api#78(event ingestion) +ligate-api#80(wire types) land.- Class-doc on
LigateClientnow states the contract-level split between chain-direct methods (/rollup/*,/modules/bank/*, write path) and indexer-direct methods (everything paginated / projected). Helps consumers reason about latency, availability, and what to pointrpcUrlat for which tier.
Changed
- Renamed token symbol
LGT→AVOWeverywhere. Tracksligate-chain#457and aligns with chain v0.3.0. Substitutions cover prose, doc comments, example code, README quickstart, and internal helpers.$prefix dropped per the cleaner convention adopted chain-side. Paired withligate-api#70. (#44) - README + status references flipped from
ligate-devnet-2toligate-devnet-3per the chain v0.4.0 cutover (chain#546). Pastdevnet-1/devnet-2mentions remain in archival changelog/blog entries.