refactor(archive): move historical contracts and adapters to archive directory
- Archived multiple non-EVM adapters (Algorand, Hedera, Tron, TON, Cosmos, Solana) and compliance contracts (IndyVerifier) to `archive/solidity/contracts/`. - Updated documentation to reflect the historical status of archived components. - Adjusted `foundry.toml` and `README.md` for clarity on historical dependencies and configurations. - Enhanced Makefile and package.json scripts for improved contract testing and building processes. - Removed obsolete contracts (AlltraCustomBridge, CommodityCCIPBridge, ISO4217WCCIPBridge, VaultBridgeAdapter) from the main directory. - Updated implementation reports to indicate archived status for various components.
This commit is contained in:
@@ -678,7 +678,7 @@ See [Project Review](docs/PROJECT_REVIEW.md), [Recommendations](docs/RECOMMENDAT
|
||||
- Status: ✅ Completed - Optimized router with batching and caching created
|
||||
- Priority: 🟡 Medium
|
||||
- Effort: 8-16 hours
|
||||
- Files: `contracts/ccip/CCIPRouterOptimized.sol`
|
||||
- Files: `archive/solidity/contracts/ccip/CCIPRouterOptimized.sol`
|
||||
- Dependencies: CCIP-001
|
||||
- Notes: Optimized message processing with batching and fee caching
|
||||
|
||||
@@ -686,7 +686,7 @@ See [Project Review](docs/PROJECT_REVIEW.md), [Recommendations](docs/RECOMMENDAT
|
||||
- Status: ✅ Completed - Message batching implemented
|
||||
- Priority: 🟡 Medium
|
||||
- Effort: 8-16 hours
|
||||
- Files: `contracts/ccip/CCIPRouterOptimized.sol`
|
||||
- Files: `archive/solidity/contracts/ccip/CCIPRouterOptimized.sol`
|
||||
- Dependencies: CCIP-001
|
||||
- Notes: Batch multiple messages with configurable batch size and window
|
||||
|
||||
@@ -694,7 +694,7 @@ See [Project Review](docs/PROJECT_REVIEW.md), [Recommendations](docs/RECOMMENDAT
|
||||
- Status: ✅ Completed - Fee caching implemented
|
||||
- Priority: 🟡 Medium
|
||||
- Effort: 4-8 hours
|
||||
- Files: `contracts/ccip/CCIPRouterOptimized.sol`
|
||||
- Files: `archive/solidity/contracts/ccip/CCIPRouterOptimized.sol`
|
||||
- Dependencies: CCIP-005
|
||||
- Notes: Fee calculations cached with configurable expiry
|
||||
|
||||
@@ -702,7 +702,7 @@ See [Project Review](docs/PROJECT_REVIEW.md), [Recommendations](docs/RECOMMENDAT
|
||||
- Status: ✅ Completed - Caching implemented in optimized router
|
||||
- Priority: 🟡 Medium
|
||||
- Effort: 4-8 hours
|
||||
- Files: `contracts/ccip/CCIPRouterOptimized.sol`
|
||||
- Files: `archive/solidity/contracts/ccip/CCIPRouterOptimized.sol`
|
||||
- Dependencies: CCIP-001
|
||||
- Notes: Fee caching with TTL for frequently accessed data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user