TSN: Add settlement-token/OTDT, claim-lease & recovery runtime, Python cranker daemon, plus frontend send refactor#21
Open
bigdreamsweb3 wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Motivation
Description
tsn-sdk/src/settlement-token.tsand exposes them in the SDK (dist/settlement-token.*), including encrypted token creation, commitment hashing, OTDT creation, and decryption validation.tsn-sdk/src/mempool.ts,server.ts, andcontracts.ts).tsn-cranker-op-daemon/scripts/cranker_daemon.py) and operator tooling updates (env examples, README, npm scripts) to run intent verification, lease acquisition, OTDT issuance, in-memory decryption, proof recording, and smart recovery.frontend/src/components/experiences/send/*), preserving behavior while improving separation of concerns, and updates docs (docs/*) and examples (backend/.env.example,tsn-cranker-op-daemon/.env.example) to document new TSN configuration and workflows.Testing
TSN_SETTLEMENT_TOKEN_MASTER_KEY=<secret> npm --prefix tsn-sdk run build, and the build succeeded.npm --prefix backend run typecheck, and type checking completed successfully.python -m py_compile tsn-cranker-op-daemon/scripts/cranker_daemon.py, and compilation succeeded.Codex Task