Complete markdown files cleanup and organization
- Organized 252 files across project - Root directory: 187 → 2 files (98.9% reduction) - Moved configuration guides to docs/04-configuration/ - Moved troubleshooting guides to docs/09-troubleshooting/ - Moved quick start guides to docs/01-getting-started/ - Moved reports to reports/ directory - Archived temporary files - Generated comprehensive reports and documentation - Created maintenance scripts and guides All files organized according to established standards.
This commit is contained in:
9
tests/disaster-recovery/test-liquidity-crisis.sh
Executable file
9
tests/disaster-recovery/test-liquidity-crisis.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
# Test: Liquidity Crisis Recovery
|
||||
|
||||
echo "Scenario: Liquidity Crisis"
|
||||
echo "1. Simulate liquidity pool below minimum ratio"
|
||||
echo "2. Verify withdrawals are blocked"
|
||||
echo "3. Add liquidity to restore ratio"
|
||||
echo "4. Verify withdrawals resume"
|
||||
echo "5. Verify system returns to normal"
|
||||
9
tests/disaster-recovery/test-multisig-recovery.sh
Executable file
9
tests/disaster-recovery/test-multisig-recovery.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
# Test: Multisig Signer Loss Recovery
|
||||
|
||||
echo "Scenario: Multisig Signer Loss"
|
||||
echo "1. Simulate signer key loss"
|
||||
echo "2. Verify remaining signers can operate"
|
||||
echo "3. Add new signer to multisig"
|
||||
echo "4. Remove lost signer"
|
||||
echo "5. Verify operations continue"
|
||||
10
tests/disaster-recovery/test-pause-recovery.sh
Executable file
10
tests/disaster-recovery/test-pause-recovery.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
# Test: Contract Pause and Recovery
|
||||
|
||||
echo "Scenario: Contract Pause"
|
||||
echo "1. Pause contract via multisig"
|
||||
echo "2. Verify pause status"
|
||||
echo "3. Verify operations are blocked"
|
||||
echo "4. Unpause contract"
|
||||
echo "5. Verify operations resume"
|
||||
echo "6. Test transactions work correctly"
|
||||
9
tests/disaster-recovery/test-rpc-outage.sh
Executable file
9
tests/disaster-recovery/test-rpc-outage.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
# Test: RPC Outage Recovery
|
||||
|
||||
echo "Scenario: RPC Outage"
|
||||
echo "1. Simulate primary RPC failure"
|
||||
echo "2. Verify failover to backup RPC"
|
||||
echo "3. Verify monitoring detects outage"
|
||||
echo "4. Restore primary RPC"
|
||||
echo "5. Verify switchback works"
|
||||
Reference in New Issue
Block a user