2026-02-12 15:46:57 -08:00
|
|
|
|
|
|
|
|
|
docs: update master documentation and push to Gitea (2026-03-06)
- MASTER_INDEX: Last Updated 2026-03-06; status 59/59 contracts; add NEXT_STEPS_LIST, CONTRACT_NEXT_STEPS_LIST
- docs/README, NEXT_STEPS_INDEX, 06-besu/MASTER_INDEX: Last Updated 2026-03-06
- Contract check script: 59 addresses (PMM, vault/reserve, CompliantFiatTokens); canonical CCIP/router
- New docs: EXECUTION_CHECKLIST, NEXT_STEPS_LIST, DOTENV_AUDIT, ADDITIONAL_PATHS, deployer gas runbook, WEMIX_ACQUISITION_TABLED, etc.
- Config: deployer-gas-routes, cro-wemix-swap-routes, routing-registry, token-mapping
- Scripts: check-contracts-on-chain-138, check-pmm-pool-balances-chain138, deployer-gas-auto-route, acquire-cro-and-wemix-gas
- Operator rule: operator-lan-access-check.mdc
Made-with: Cursor
2026-03-06 19:11:25 -08:00
|
|
|
**Last Updated:** 2026-03-06
|
2026-02-12 15:46:57 -08:00
|
|
|
**Document Version:** 1.0
|
|
|
|
|
**Status:** Active Documentation
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Master Index - All Integration Deliverables
|
|
|
|
|
|
|
|
|
|
**Date**: 2026-01-18
|
|
|
|
|
**Purpose**: Complete index of all deliverables from integration work
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## 📄 Documentation Files (18+)
|
|
|
|
|
|
|
|
|
|
### Critical Tasks
|
|
|
|
|
1. `T1_1_SELECTOR_UPDATE_COMPLETE.md` - CCIP Selector update completion
|
|
|
|
|
2. `T1_2_BRIDGE_INTERFACE_INVESTIGATION.md` - Bridge interface investigation
|
|
|
|
|
3. `T1_2_BRIDGE_VERSION_ANALYSIS.md` - Bridge version analysis
|
|
|
|
|
4. `T1_2_BRIDGE_RESOLUTION_PLAN.md` - Bridge resolution plan (4 options)
|
|
|
|
|
|
|
|
|
|
### Priority Actions
|
|
|
|
|
5. `CHAINLIST_SUBMISSION_READY.md` - Chainlist submission guide
|
|
|
|
|
6. `CHAINLIST_PR_TEMPLATE.md` - PR template for Chainlist
|
|
|
|
|
7. `TRANSACTIONMIRROR_VERIFICATION_STATUS.md` - Verification status guide
|
|
|
|
|
|
|
|
|
|
### Services
|
|
|
|
|
8. `services/state-anchoring-service/DEPLOYMENT.md` - State anchoring deployment
|
|
|
|
|
9. `services/transaction-mirroring-service/DEPLOYMENT.md` - Transaction mirroring deployment
|
|
|
|
|
10. `services/README_DEPLOYMENT.md` - Services quick start guide
|
|
|
|
|
|
|
|
|
|
### Status Reports
|
|
|
|
|
11. `CRITICAL_TASKS_STATUS_UPDATE.md`
|
|
|
|
|
12. `PRIORITY_ACTIONS_COMPLETION_REPORT.md`
|
|
|
|
|
13. `NEXT_STEPS_EXECUTION_COMPLETE.md`
|
|
|
|
|
14. `REMAINING_ACTIONS_COMPLETION_REPORT.md`
|
|
|
|
|
15. `COMPLETE_INTEGRATION_STATUS.md`
|
|
|
|
|
16. `ALL_REMAINING_ACTIONS_COMPLETE.md`
|
|
|
|
|
17. `FINAL_COMPLETION_STATUS.md`
|
|
|
|
|
18. `EXECUTION_COMPLETE_FINAL_REPORT.md`
|
|
|
|
|
19. `COMPLETE_INTEGRATION_SUMMARY.md`
|
|
|
|
|
20. `MASTER_INDEX.md` (this file)
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## 🛠️ Scripts and Tools (6+)
|
|
|
|
|
|
|
|
|
|
1. `scripts/configuration/check-bridge-alternative-config.sh` - Bridge investigation
|
|
|
|
|
2. `scripts/deployment/deploy-off-chain-services.sh` - Services deployment automation
|
|
|
|
|
3. `token-lists/chainlists/SUBMISSION_SCRIPT.sh` - Chainlist validation and submission guide
|
|
|
|
|
4. Existing configuration scripts (configure-bridge-destinations.sh, etc.)
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## 📋 Templates (2)
|
|
|
|
|
|
|
|
|
|
1. `services/state-anchoring-service/.env.template` - Environment template
|
|
|
|
|
2. `services/transaction-mirroring-service/.env.template` - Environment template
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## 🔧 Configuration Files (Updated)
|
|
|
|
|
|
|
|
|
|
1. `smom-dbis-138/.env` - Updated with `CHAIN138_SELECTOR=138`
|
|
|
|
|
2. `smom-dbis-138/networks.json` - Updated with `chainSelector = "138"`
|
|
|
|
|
3. `services/*/service/.env` - Created from project root (if .env exists)
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## 📊 Quick Reference
|
|
|
|
|
|
|
|
|
|
### Execute Services Deployment
|
|
|
|
|
```bash
|
|
|
|
|
cd smom-dbis-138
|
|
|
|
|
./scripts/deployment/deploy-off-chain-services.sh
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Check Bridge Interface
|
|
|
|
|
```bash
|
|
|
|
|
cd smom-dbis-138
|
|
|
|
|
./scripts/configuration/check-bridge-alternative-config.sh
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Validate Chainlist
|
|
|
|
|
```bash
|
|
|
|
|
cd token-lists/chainlists
|
|
|
|
|
bash SUBMISSION_SCRIPT.sh
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### View Bridge Resolution Options
|
|
|
|
|
```bash
|
|
|
|
|
cat docs/06-besu/T1_2_BRIDGE_RESOLUTION_PLAN.md
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
**Total Deliverables**: 28+ files
|
|
|
|
|
|