TSN: add settlement-token/OTDT, claim-lease & recovery runtime + Python cranker daemon; frontend send refactor and Vercel build fixes#22
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.ts) and integrated them end-to-end into the mempool runtime and HTTP server (tsn-sdk/src/mempool.ts,tsn-sdk/src/server.ts), including commitment registry, claim-point ledger, claim leases, recovery queue, and liquidity metrics; extended contracts/types and built dist artifacts.tsn-cranker-op-daemon/scripts/cranker_daemon.py, updated package scripts and.env.exampleentries forTSN_SETTLEMENT_TOKEN_MASTER_KEY,TSN_CRANKER_DNA,TSN_LOW_LIQUIDITY_THRESHOLD, andTSN_RECOVERY_REWARD_BPS; README updated with run examples.confirm-send-modal,token-picker-modal,country-search-modal,recipient-resolution,recipient-lookup-service,send-formatters,tin) and updatedfrontend/src/components/experiences/send-experience.tsxto use the modular pieces.frontend/next.config.mjsandbackend/next.config.mjsto compute repository root viafileURLToPath, setoutputFileTracingRoot, addtranspilePackagesfor@trustlink/tsn-sdkand required browser packages, add browser webpack fallbacks to avoid bundling Node-only modules.OTDT-SMART-RECOVERY.md,CRANKER.mdupdates,DEVELOPER.mdupdates), frontend architecture doc, Vercel deployment notes, and updateddocs/README.mdlinks.Testing
TSN_SETTLEMENT_TOKEN_MASTER_KEY=<secret> npm --prefix tsn-sdk run buildand the TypeScriptdistartifacts were produced successfully. (succeeded)npm --prefix backend run typecheckto ensure server types and new mempool surface compile cleanly. (succeeded)python -m py_compile tsn-cranker-op-daemon/scripts/cranker_daemon.py. (succeeded)npm --prefix frontend run typecheckand validated the new send components integrate without type errors in a dependency-complete environment. (succeeded)Codex Task