Skip to content

feat(stablecoin): expose permissionless poke transactions - #340

Open
3esmit wants to merge 1 commit into
feat/stablecoin-module-redemption-rate-update-quotefrom
feat/stablecoin-module-permissionless-pokes
Open

feat(stablecoin): expose permissionless poke transactions#340
3esmit wants to merge 1 commit into
feat/stablecoin-module-redemption-rate-update-quotefrom
feat/stablecoin-module-permissionless-pokes

Conversation

@3esmit

@3esmit 3esmit commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • add typed planners for permissionless stability-fee, redemption-rate, and combined global refresh transactions
  • expose wallet-backed module methods with exact account ordering and caller-only signing
  • enforce strict redemption-rate preflight while preserving refresh best-effort and frozen-protocol behavior
  • cover Rust FFI, module orchestration, failure mapping, generated API, and headless dispatch

Stacked on #339.

Validation

  • cargo +nightly fmt --all -- --check
  • taplo fmt --check .
  • RISC0_SKIP_BUILD=1 cargo +1.94.0 clippy --workspace --all-targets -- -D warnings
  • make clippy-guest
  • RISC0_DEV_MODE=1 cargo +1.94.0 test --workspace --exclude integration_tests
  • RISC0_DEV_MODE=1 cargo +1.94.0 test -p integration_tests
  • IDL drift check
  • nix build path:.#stablecoin_ffi --no-link
  • nix build path:.#stablecoin-module --no-link
  • nix build path:.#stablecoin-module-tests --no-link
  • logoscore module inspection and call smoke tests

Closes #328

Copilot AI lite review requested due to automatic review settings August 27, 2026 21:32

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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.

2 participants