docs: add ARCHITECTURE.md documenting mento-core contract subsystems (MEN-42) - #716
Closed
mento-val wants to merge 2 commits into
Closed
docs: add ARCHITECTURE.md documenting mento-core contract subsystems (MEN-42)#716mento-val wants to merge 2 commits into
mento-val wants to merge 2 commits into
Conversation
Covers all 5 required subsections: 1. System overview — multi-currency stablecoin and FX infrastructure 2. Contract subsystems — Broker/Exchange Providers, Oracle/Relayers, Tokens, Governance (TimelockController/GovernanceFactory), Reserve 3. Key interaction flows — swap, oracle update, governance proposal 4. Upgradeability notes — Celo Proxy vs OZ Transparent vs non-upgradeable 5. Entry points — where to start reading by focus area Source: mento-core QA audit P2-9 (MEN-42) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…(MEN-42) Documents system overview, all 6 contract subsystems (Broker/Exchange Providers, Oracle/Relayers, Tokens, Governance, Reserve, Liquidity Strategies), key interaction flows (swap, oracle update, governance proposal), proxy upgradeability patterns, and recommended code entry points for new contributors and auditors. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Author
|
Closing this PR as part of a workflow change. Going forward, all PRs must be submitted through the fork-based review process: branches are pushed to mento-val's personal forks, reviewed by the Engineering Manager, and then the EM opens the upstream PR. This work is valid and will be re-submitted through the proper workflow once Val's fork remotes are configured. See Paperclip issue MEN-61 for context. |
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
ARCHITECTURE.mdto the repo root documenting the full mento-core architectureSections covered
Test plan
ARCHITECTURE.mdCloses MEN-42
🤖 Generated with Claude Code