Files
proxmox/docs/OPTIONAL_RECOMMENDATIONS_INDEX.md
defiQUG fbda1b4beb
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
docs: Ledger Live integration, contract deploy learnings, NEXT_STEPS updates
- ADD_CHAIN138_TO_LEDGER_LIVE: Ledger form done; public code review repo bis-innovations/LedgerLive; init/push commands
- CONTRACT_DEPLOYMENT_RUNBOOK: Chain 138 gas price 1 gwei, 36-addr check, TransactionMirror workaround
- CONTRACT_*: AddressMapper, MirrorManager deployed 2026-02-12; 36-address on-chain check
- NEXT_STEPS_FOR_YOU: Ledger done; steps completable now (no LAN); run-completable-tasks-from-anywhere
- MASTER_INDEX, OPERATOR_OPTIONAL, SMART_CONTRACTS_INVENTORY_SIMPLE: updates
- LEDGER_BLOCKCHAIN_INTEGRATION_COMPLETE: bis-innovations/LedgerLive reference

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 15:46:57 -08:00

3.8 KiB
Raw Blame History

Optional, Recommendations, and Suggestions — Master Index

Last Updated: 2026-02-03
Purpose: Single entry point for all optional tasks, recommendations, and suggestions across the repo.


Document Description
ALL_IMPROVEMENTS_AND_GAPS_INDEX.md All improvements/gaps 1139 (single list)
RECOMMENDATIONS_AND_SUGGESTIONS.md Security, ops, performance, monitoring, scripts, docs, testing
IMPLEMENTATION_CHECKLIST.md Checklist by priority (High/Medium/Low/Quick Wins)
REMAINING_TASKS.md Optional/enhancement tasks (MetaMask, Explorer, Token-Aggregation, Snap)
REMAINING_TASKS_MASTER_20260201.md Master remaining tasks (deployment, codebase, optional)
NEXT_STEPS_MASTER.md Consolidated next steps (immediate, phases, codebase)
TEZOS_CCIP_REMAINING_ITEMS.md Tezos/Etherlink CCIP and bridge remaining items

Completed (optional / recommendations)

Item Location Status
Feature flags in routing (Tezos/Etherlink) alltra-lifi-settlement Done — isBridgeDestinationEnabled in LiFi + Jumper
CowSwap / Jumper / Wagmi / Viem networks alltra-lifi-settlement, smom-dbis-138/frontend-dapp Done — chains.ts, networks.ts, wagmi config
Retry with backoff utility scripts/utils/retry_with_backoff.sh Added
Dry-run example pattern scripts/utils/dry-run-example.sh Added
Config validation script scripts/validation/validate-config-files.sh Added
Quick Wins (secure .env, backup, metrics, snapshots, health check) IMPLEMENTATION_CHECKLIST Marked complete

Optional / enhancement tasks by area

MetaMask & Explorer

  • Token-aggregation deployment; Snap market data / swap / bridge; CoinGecko submission; Wallet link on explorer.
  • See: REMAINING_TASKS.md § Optional/Enhancement.

High priority (implementation checklist)

  • Security (validator keys, SSH, firewall, VLAN); monitoring; backup; testing; runbooks.
  • See: IMPLEMENTATION_CHECKLIST.md § High Priority.

Medium / low priority


Scripts added for recommendations

Script Purpose
scripts/utils/retry_with_backoff.sh Retry command with exponential backoff (source or run)
scripts/utils/dry-run-example.sh Example DRY_RUN / --dry-run pattern for scripts
scripts/validation/validate-config-files.sh Validate required config files and optional env (set VALIDATE_REQUIRED_FILES)

To add a Wallet link to the Blockscout/explorer navbar (e.g. on VMID 5000):

  1. SSH to the explorer VM.
  2. Edit the main HTML (e.g. /var/www/html/index.html).
  3. Add in the nav: <a href="/wallet">Wallet</a>.

See: REMAINING_TASKS.md § Quick Wins.


Maintenance