feat(stablecoin): expose current global state - #338
Open
3esmit wants to merge 1 commit into
Open
Conversation
3esmit
force-pushed
the
feat/stablecoin-module-current-global-state
branch
from
September 2, 2026 13:53
724aafb to
638424b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
stablecoin_ffiprojection over validated protocol parameters, accumulator state, redemption state, and canonicalCLOCK_01.currentGlobalState()with four public account reads and exact decimal-string output.Scope
Read-only global projection only. No controller quote, poke submission, position logic, guest instruction, program-core, or IDL changes.
Stack
Built on #333 because this API composes its accumulator and redemption-state surfaces.
Validation
cargo +nightly fmt --all -- --checktaplo fmt --check .RISC0_SKIP_BUILD=1 cargo +1.94.0 clippy --workspace --all-targets -- -D warningsmake clippy-guestRISC0_DEV_MODE=1 cargo +1.94.0 test --workspace --exclude integration_testsRISC0_DEV_MODE=1 cargo +1.94.0 test -p integration_testsnix build path:.#stablecoin_ffi path:.#stablecoin-module path:.#stablecoin-module-testsmake build-programsCloses #326