You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: multiple code improvements across rust-dashcore
- Fix unsafe CString usage in test_client.rs by using CStr::from_ptr
- Add error handling for missing masternode fields in fetch_terminal_blocks.py
- Remove unnecessary f-string prefixes in fetch_terminal_blocks.py
- Clarify error message in chain_tip.rs for single active tip
- Add MAX_PENDING_CHAINLOCKS limit to prevent unbounded queue growth
- Remove unnecessary header clone in orphan_pool.rs
- Fix incorrectly prefixed storage parameter in filters.rs
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments