Skip to content

up to 0.7.7 - #17

Merged
mordamax merged 1 commit into
mainfrom
mak/0.7.6
May 7, 2026
Merged

up to 0.7.7#17
mordamax merged 1 commit into
mainfrom
mak/0.7.6

Conversation

@mordamax

@mordamax mordamax commented May 7, 2026

Copy link
Copy Markdown
Collaborator

host-api-test-sdk 0.7.4

Resource allocation (RFC-0010)

Products can now request resource allowances from the host — statement store, bulletin, smart contract, and auto-signing. The test host auto-allocates all requested resources.

// product side
const result = await hostApi.requestResourceAllocation({
  tag: "v1",
  value: [
    { tag: "StatementStoreAllowance", value: undefined },
    { tag: "BulletInAllowance", value: undefined },
    { tag: "SmartContractAllowance", value: 0 },  // derivation index
    { tag: "AutoSigning", value: undefined },
  ],
});
// Each resource gets an outcome: Allocated | Rejected | NotAvailable

Authorized statement proofs

handleStatementStoreCreateProofAuthorized creates statement proofs using the host's internal allowance account — no product account ID required. Useful for products that obtained a StatementStoreAllowance via resource allocation.

Updated dependencies

@novasamatech/* → ^0.7.7.

@mordamax
mordamax requested review from BigTava and johnthecat May 7, 2026 11:48
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​novasamatech/​host-api@​0.7.4 ⏵ 0.7.7100 +22100100 +2100 +2100
Updated@​novasamatech/​host-container@​0.7.4 ⏵ 0.7.7100 +25100100 +2100 +2100
Updated@​novasamatech/​product-sdk@​0.7.4 ⏵ 0.7.7100 +24100100 +2100 +2100

View full report

@mordamax
mordamax merged commit c33d67f into main May 7, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant