- Merge pull request #898 from zingolabs/dev
- Merge pull request #895 from idky137/bug_fix_chain_index_status_shutdown_signals
- fixed chain_index shutdown
- Merge pull request #864 from idky137/fix_chain_index_start_sync_loop
- Merge pull request #884 from zingolabs/clippy_service
- add time based log to zainodb::sync_from_height to show zaino has not stalled
- tune and run cargo fmt
- set generated files to allow warnings
- ignore generated for fmt
- final fixes
- fixed mark addrhist record as unspent
- propagate errors from db env sync
- Merge remote-tracking branch 'idky137/fix_chain_index_start_sync_loop' into fix_chain_index_start_sync_loop
- added db sync before alidating new block to avoid data races
- added debug warning on partially written blocks
- added debug warning on partially written blocks
- updated db write_block, delete_block, validate_block and mark_addrhist_record_spend/unspent
- only every 100 blocks committed logged at info level
- improve SyncError
- nfs sync from fs tip if above prev nfs tip
- fixed chain_index::start_sync_loop