Roadmap
Changelog
SDK v0.1.0 — current
- Package published as
@molpha/sdk(renamed from@molpha-oracle/sdk). - Gateway/SDK methods:
MolphaGateway.requestSignedData,MolphaSDK.requestAndSubmit(formerlyexecute/executeAndSubmit). - Types:
RequestSignedDataOptions,RoundContext(formerlyExecuteOptions/ExecuteContext). - Peer dependencies:
@anchor-lang/core,bn.js. Default gateway:https://dev-gateway.molpha.io/. - Requires Node.js
>=20.19.0.
Albyn (A1) — June 2026
First public testnet release.@molpha/sdkv0.3.2 published: full consumer flow (subscribe → derive feed → execute round → submit update → read feed),buildEvmVerifierArgs,buildStarknetVerifierArgs.- Solana program live on Devnet (
MoLFeTRpDZgckPjjbLwW1wB9n85bQiqboPnvw9RwoG8): registry, USDC plans/subscriptions, maintainedFeedaccounts, permissionlesssubmit_data_update, and direct Rust verification throughmolpha-verifier. - EVM verifiers deployed on Ethereum Sepolia, Arbitrum Sepolia, Avalanche Fuji, BSC testnet.
- Starknet verifier deployed on Starknet Sepolia, with cross-chain parity tests accepting unmodified EVM-produced signatures.
Brebeneskul (A2) — July 2026
Current Solana program release on Devnet.- Solana program ID:
MoLFGDpFoVnQgwbkTNScKPohCxhbfd61JjFrnotuwzh. - Lazy
Feedaccounts viasubmit_data_updateonly; variable-lengthvaluewithFeedValueKind. - Subscription + agent settlement (
settle_round_receipt,settle_agent_round),finalize_round,dispute_round, and reward claims. - x402 escrow PDA
["molpha_agent", authority, gateway]; Delegates for subscription-backed agents. - Docs re-architecture around agents, access models, gateways, and verifiers.