feat(chains): Tendermint-family signing policy and custom denoms - #349
Closed
BitHighlander wants to merge 1 commit into
Closed
feat(chains): Tendermint-family signing policy and custom denoms#349BitHighlander wants to merge 1 commit into
BitHighlander wants to merge 1 commit into
Conversation
THORChain, MayaChain, Osmosis, Cosmos, Binance, Ripple and EOS: - A per-chain router decides how each message family is displayed and what may be signed, replacing the single shared path where one chain's assumptions leaked into another's confirmation screens. - RUJI/TCY and other custom denominations sign correctly instead of being rendered as an unknown asset with a raw base amount. - THORChain memos are shown in full — a truncated memo hides the swap target. - Osmosis denom paging handles pools whose denom lists exceed one screen. - XRP THORChain memos use the XRPL binary Memos format so the destination actually parses on-chain. - unittests cover the router decisions, denom formatting and memo rendering for each family, including the new binance.cpp and osmosis.cpp suites.
Owner
Author
|
Superseded by the smaller audit-ready 7.15 stack: #359 release foundation, #360 authenticated clear-signing, #361 recovery and entropy, #362 Zcash Orchard, #363 chain integrations, and #364 Bitcoin/release security. All release changes remain preserved in the replacement branches and preservation tags. The replacement aggregate was tree-verified against the prior release and passed the local CI-equivalent container suite (405 firmware, 2 board, 18 crypto, and 7 Pallas constant-time tests). GitHub-hosted checks have been explicitly dispatched and are currently queued. |
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.
7.15 review stack position 08/17.
This PR is intentionally one coherent commit, based on
feature/715-07-zcash-wiring-tests, for individual auditing.The full stack is linear from the clean fork
developat 1af2ffe.Review scope: feat(chains): Tendermint-family signing policy and custom denoms.
The preserved pre-restage candidate remains available at
preserve/alpha-2026-08-05.