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
- Add null check for pindex->pprev in BlockDisconnected
- Add address type validation in AddressIndex iterator loops
- Add outputIndex >= 0 validation in getspentinfo RPC
- Add EXCLUSIVE_LOCKS_REQUIRED(::cs_main) to MigrateOldIndexData
- Use const reference for SpentIndex::GetSpentInfo key parameter
- Move m_db to private section in AddressIndex
- Add missing <memory> include in addressindex.h
- Fix unused variable warning (use _ placeholder)
- Fix docstring in feature_spentindex.py
- Add .cpp patterns to non-backported.txt
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments