Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: diyahir/monad-bft

Tags

v0.11.0

Toggle v0.11.0's commit message
v0.11.0 Release

v0.10.2-tn2

Toggle v0.10.2-tn2's commit message
v0.10.2-tn2

Fix consensus timeout edge-case

v0.10.1-tn2

Toggle v0.10.1-tn2's commit message
v0.10.1-tn2

Certificate validation cache, bind to bind_address

v0.10.0-tn2

Toggle v0.10.0-tn2's commit message
v0.10.0-tn2

v0.10.0 with testnet-2 fork timestamp

v0.9.3-archive-june-update-rc2

Toggle v0.9.3-archive-june-update-rc2's commit message
Archive: Rechecker improvements and inspector cli

- Add rechecker-v2 worker that rechecks entire fault chunks from scratch
- Implements --use-rechecker-v2 flag to enable full chunk revalidation instead of individual fault rechecking, with automatic backup of old fault data.
- Add inspector mode to archive checker for fault analysis
- Provides commands to list fault ranges, inspect individual blocks across replicas, and view block validation status with detailed output options.
- Fix rechecker-v2 test failures and compilation warnings
Update collect_fault_chunks calls to include new parameters and fix test assumptions
- Optimize collect_fault_chunks with parallel fetching
Use buffered stream with concurrency limit of 20 for better performance
- Fix bug where cleared faults remain in S3
Add tests to verify and fix store_checking_results to delete fault chunks when replicas no longer have faults
- Update CLI help to make rechecker v2 the default
Remove mentions of non-v2 rechecker from examples
- Cleanup checker changes
- Add --force-recheck option to rechecker v2 for rechecking all chunks regardless of fault status. This enables comprehensive revalidation of archive data after repairs or migrations.
- Change rechecker default to run once and exit, add --worker flag for continuous mode. This makes rechecker more suitable for one-off validations and cron jobs.
- Add MongoDB integration test for archive checker with mixed storage
  backends
- Move TestMongoContainer helper to test_utils
- Remover checker v1
- Cleanup duplicate data fetches & make tests go faster

v0.9.3-archive-june-update-rc1

Toggle v0.9.3-archive-june-update-rc1's commit message
Archive: Rechecker improvements and inspector cli

- Add rechecker-v2 worker that rechecks entire fault chunks from scratch
- Implements --use-rechecker-v2 flag to enable full chunk revalidation instead of individual fault rechecking, with automatic backup of old fault data.
- Add inspector mode to archive checker for fault analysis
- Provides commands to list fault ranges, inspect individual blocks across replicas, and view block validation status with detailed output options.
- Fix rechecker-v2 test failures and compilation warnings
Update collect_fault_chunks calls to include new parameters and fix test assumptions
- Optimize collect_fault_chunks with parallel fetching
Use buffered stream with concurrency limit of 20 for better performance
- Fix bug where cleared faults remain in S3
Add tests to verify and fix store_checking_results to delete fault chunks when replicas no longer have faults
- Update CLI help to make rechecker v2 the default
Remove mentions of non-v2 rechecker from examples
- Cleanup checker changes
- Add --force-recheck option to rechecker v2 for rechecking all chunks regardless of fault status. This enables comprehensive revalidation of archive data after repairs or migrations.
- Change rechecker default to run once and exit, add --worker flag for continuous mode. This makes rechecker more suitable for one-off validations and cron jobs.
- Add MongoDB integration test for archive checker with mixed storage
  backends
- Move TestMongoContainer helper to test_utils
- Remover checker v1
- Cleanup duplicate data fetches & make tests go faster