Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 2.51 KB

CHANGELOG.md

File metadata and controls

47 lines (33 loc) · 2.51 KB

Changelog

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.

[Unreleased]

Fixes

Features

Breaking

[3.0.1] - 2024-12-04

  • api: fix fee_average (#24)

[3.0.0] - 2024-11-24

Breaking

  • api: change solfees fee calculation (#22)

[2.0.0] - 2024-11-18

  • 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 to gRPF solfees (#20)
  • api: fix context slot (#21)