Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
- 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>
1.7 KiB
1.7 KiB
Breaking Changes
Last Updated: 2026-01-31
Document Version: 1.0
Status: Active Documentation
Date: 2026-01-22
Status: ✅ No Breaking Changes
Summary
No breaking changes - All frameworks maintain backward compatibility through parameter mapping.
Compatibility
Script Paths
- Old scripts archived but preserved in
scripts/archive/consolidated/ - All functionality available through frameworks
- Migration scripts provided for reference updates
Functionality
- All original functionality preserved
- Enhanced with additional features (dry-run, validation, etc.)
- Improved error handling and logging
Parameters
- Frameworks accept equivalent parameters
- Help documentation shows all options
- Migration guides provide mapping
Migration Path
- Immediate: Use frameworks with mapped parameters
- Short-term: Update automation to use frameworks
- Long-term: Leverage new framework features
New Features (Non-Breaking)
verify-all.sh
- ✅ Unified interface
- ✅ Multiple component types
- ✅ Consistent error handling
list.sh
- ✅ Filtering options
- ✅ Multiple output formats
- ✅ Host selection
fix-all.sh
- ✅ Dry-run mode
- ✅ Issue-type categorization
- ✅ Better error reporting
configure.sh
- ✅ Action-based interface (setup/update/reset/validate)
- ✅ Rollback capabilities
- ✅ Validation support
deploy.sh
- ✅ Phased deployment
- ✅ Validation before deployment
- ✅ Component-based deployment
Deprecated (Not Removed)
- Old scripts archived but accessible
- Can be restored if needed
- Frameworks recommended for new work
Status: ✅ No breaking changes - Full backward compatibility maintained