Skip to content

feat(stablecoin): add Logos API module - #329

Closed
3esmit wants to merge 1 commit into
logos-blockchain:mainfrom
3esmit:feat/stablecoin-module-initialize-program
Closed

feat(stablecoin): add Logos API module#329
3esmit wants to merge 1 commit into
logos-blockchain:mainfrom
3esmit:feat/stablecoin-module-initialize-program

Conversation

@3esmit

@3esmit 3esmit commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • add the universal stablecoin_module core module and Rust stablecoin_ffi boundary
  • expose program discovery, exact ProtocolParameters reads, and initializeProgram orchestration
  • derive and preflight all singleton PDAs, preserve exact numeric values, and submit the nine-account plan with only the admin signer
  • add root Nix outputs, module packaging, Rust coverage, and Logos module tests

Validation

  • cargo +nightly fmt --all -- --check
  • taplo fmt --check .
  • RISC0_SKIP_BUILD=1 cargo +1.94.0 clippy --workspace --all-targets -- -D warnings
  • 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
  • tracked guest IDL drift check
  • nix build path:.#stablecoin-module -L
  • nix build path:.#stablecoin-module-tests --no-link -L
  • module inspection and headless logoscore programInfo smoke test

Closes #322

Copilot AI lite review requested due to automatic review settings August 26, 2026 04:45

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.

@3esmit
3esmit marked this pull request as draft August 26, 2026 04:57
@0x-r4bbit

Copy link
Copy Markdown
Collaborator

#330 supersedes this.

@0x-r4bbit 0x-r4bbit closed this Aug 26, 2026
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.

Add stablecoin_module scaffold and initializeProgram API

3 participants