Archive legacy status docs and canonicalize genesis entrypoints

This commit is contained in:
defiQUG
2026-04-13 21:45:16 -07:00
parent 7517869ea6
commit 79750d92e6
288 changed files with 757 additions and 1066 deletions

View File

@@ -245,7 +245,7 @@ forge test --match-path "test/emoney/invariants/**"
## Upgrading Token Implementation
See [UPGRADE_PROCEDURE.md](../../../gru_emoney_token-factory/docs/UPGRADE_PROCEDURE.md) for detailed upgrade procedures.
See external `gru_emoney_token-factory/docs/UPGRADE_PROCEDURE.md` in the token factory repository for detailed upgrade procedures.
### Quick Upgrade Steps
@@ -352,8 +352,7 @@ address token = factory.deployToken(name, symbol, config);
## References
- [eMoney Token Factory README](../../../gru_emoney_token-factory/README.md)
- [Upgrade Procedure](../../../gru_emoney_token-factory/docs/UPGRADE_PROCEDURE.md)
- [Architecture Decision Records](../../../gru_emoney_token-factory/docs/ADRs/)
- External eMoney Token Factory README: `gru_emoney_token-factory/README.md`
- External Upgrade Procedure: `gru_emoney_token-factory/docs/UPGRADE_PROCEDURE.md`
- External Architecture Decision Records: `gru_emoney_token-factory/docs/ADRs/`
- [Integration Status](./INTEGRATION_STATUS.md)

View File

@@ -1,13 +1,15 @@
# Final Integration Summary
**Date**: 2025-01-27
**Status**: **ALL INTEGRATIONS COMPLETE**
**Status**: Historical integration snapshot
This document captures a point-in-time integration milestone. Validate deployment readiness against the current integration, deployment, and testing docs before treating it as live status.
---
## Executive Summary
Both **eMoney Token Factory** and **Reserve System** have been successfully integrated into `smom-dbis-138`. All contracts, tests, deployment scripts, and documentation are complete and ready for deployment to ChainID 138.
Both **eMoney Token Factory** and **Reserve System** had been integrated into `smom-dbis-138` at the time of this summary. Treat this as historical project context rather than a current deployment certification.
---
@@ -376,9 +378,9 @@ forge test --match-path "test/**"
| **Scripts** | ✅ Complete | 7 files | 100% |
| **Documentation** | ✅ Complete | 4 files | 100% |
### Overall Status: ✅ **100% COMPLETE**
### Overall Status: Historical milestone snapshot
All integrations are complete and ready for deployment to ChainID 138. The system is production-ready with comprehensive testing, documentation, and deployment scripts.
At the time of this summary, the integrations had reached a strong implementation milestone with comprehensive testing, documentation, and deployment scripts.
---
@@ -387,4 +389,3 @@ All integrations are complete and ready for deployment to ChainID 138. The syste
Both **eMoney Token Factory** and **Reserve System** have been successfully integrated into `smom-dbis-138`. All contracts are implemented, tested, and documented. The system is ready for deployment to ChainID 138 (DeFi Oracle Meta Mainnet).
**Next Action**: Deploy to ChainID 138 testnet and verify functionality.

View File

@@ -354,8 +354,7 @@ Both `gru_emoney_token-factory` and `gru_reserve_system` exist as **separate pro
## References
- [eMoney Token Factory README](../../../gru_emoney_token-factory/README.md)
- [Reserve System Whitepaper](../../../dbis_docs/gru_reserve_system/GRU_Reserve_System_Whitepaper.md)
- External eMoney Token Factory README: `gru_emoney_token-factory/README.md`
- External Reserve System Whitepaper: `dbis_docs/gru_reserve_system/GRU_Reserve_System_Whitepaper.md`
- [smom-dbis-138 Contract Inventory](../guides/CONTRACT_INVENTORY.md)
- [Integration Guide](../guides/INTEGRATION_GUIDE.md)

View File

@@ -17,7 +17,7 @@ Set in project `.env` (and in token-aggregation or relay when they consume oracl
| `RESERVE_SYSTEM` | ReserveSystem address (Chain 138). Required for DODOPMMIntegration oracle-backed mid price. |
| `RPC_URL_138` / `RPC_URL` | RPC endpoint for Chain 138 (keeper and scripts). |
References: [DEPLOYMENT_COMPLETE_GUIDE.md](../deployment/DEPLOYMENT_COMPLETE_GUIDE.md), [DEPLOYMENT_CHECKLIST.md](../DEPLOYMENT_CHECKLIST.md), [PARALLEL_COMPLETION_TASK_LIST.md](../PARALLEL_COMPLETION_TASK_LIST.md).
References: [DEPLOYMENT_COMPLETE_GUIDE.md](../deployment/DEPLOYMENT_COMPLETE_GUIDE.md), [DEPLOYMENT_CHECKLIST.md](../deployment/DEPLOYMENT_CHECKLIST.md), [MASTER_TASK_LIST.md](../operations/tasks/MASTER_TASK_LIST.md).
---

View File

@@ -313,5 +313,4 @@ All price feed and reserve assets configuration components are complete and read
- [Price Feed Setup Guide](./PRICE_FEED_SETUP.md)
- [Reserve Assets Configuration](./RESERVE_ASSETS_CONFIG.md)
- [Reserve System Integration](./INTEGRATION_COMPLETE.md)
- [Oracle System Documentation](../oracle/README.md)
- [Price Feed Setup Guide](./PRICE_FEED_SETUP.md)

View File

@@ -313,6 +313,5 @@ done
## References
- [Reserve System Documentation](./INTEGRATION_COMPLETE.md)
- [Oracle System Documentation](../oracle/README.md)
- [Price Feed and Reserve Summary](./PRICE_FEED_AND_RESERVES_COMPLETE.md)
- [Chainlink Price Feeds](https://docs.chain.link/data-feeds/price-feeds)