Release Notes (October 31 - November 1, 2024)
🚀 New Features
- Added
getprogramaccounts
support to local validator (#401)- Enhanced RPC methods implementation
- Updated validator module integration
📚 Documentation
- Added comprehensive send_transaction documentation (#404)
- Updated RPC README with improved documentation (#403)
- Enhanced API documentation
- Added missing endpoints
- Improved formatting and clarity
🔄 CI/CD Changes
- Added release notes workflow (#398)
- Subsequently reverted release notes workflow to resolve issues (#405)
- Removed automated release notes generation
- Restored previous release creation process
📊 Statistics
- Total commits: 5
- Files modified: 28
- Contributors: 2
- Brian Hoffman
- 0xfinetuned
🔍 Technical Details
RPC Improvements
- Enhanced local validator functionality
- Added new program account querying capabilities
- Updated method implementations in:
local_validator/src/rpc/methods.rs
local_validator/src/rpc/mod.rs
validator/src/rpc/mod.rs
For detailed information about each change, please refer to the linked pull request numbers.