Skip to content

v0.2.16

Compare
Choose a tag to compare
@gslandtreter gslandtreter released this 01 Nov 12:32
· 4 commits to main since this release

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.