All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Note: Version 0 of Semantic Versioning is handled differently from version 1 and above. The minor version will be incremented upon a breaking change and the patch version will be incremented for features.
- api: fix fee_average (#24)
- api: change solfees fee calculation (#22)
- api: add getLeaderSchedule (#1)
- rpc: run multiple handlers (#2)
- api: fix getLeaderSchedule for frontend (#3)
- rust: bump to 1.82.0 (#4)
- api: use separate thread for WebSocket (#5)
- api: fix getLatestBlockhash for rollback / lastValidBlockHeight (#6)
- metrics: add requests queue size (#7)
- api: optimize getLeaderSchedule (#9)
- geyser: wait all transactions before process block (#10)
- frontend: init (#8)
- geyser: use process_compute_budget_instructions (#15)
- backend: improve parallelism (#16)
- geyser: do not stream outdated data (#17)
- backend: add metrics of used resources (#18)
- backend: fix ws stream shutdown (#19)
- api: add
skipZeros
togRPF
solfees (#20) - api: fix context slot (#21)