Skip to content
This repository was archived by the owner on Sep 8, 2026. It is now read-only.

Latest commit

 

History

History
57 lines (44 loc) · 4.67 KB

File metadata and controls

57 lines (44 loc) · 4.67 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.

[Unreleased]

  • fix(sentinel): improve previous epoch slot evaluation (#213)

0.2.2 - 2025-11-11

  • fix(sentinel): retry on conn reset, one more time #184
  • move binary from /usr/local/bin/ to /usr/bin to comply with package management standards (#187)

0.2.1 - 2025-11-04

  • retry on ECONNRESET #177

0.2.0 - 2025-10-21

Fixed

  • fix versioned transaction handling; more logging (#48)

Other

  • testing release-plz integration
  • entirely remove websocket support (#160)
  • simplify leader schedule check (#157)
  • add allow_multiple_ips to access pass args, bump deps (#158)
  • version 0.1.9 (#153)
  • drain outstanding access requests (#144)
  • cli flag to control RPC polling interval for access requests (#136)
  • fixup sentinel listener init to also use retries (#132)
  • fix websocket reconnection, improve error resilience (#131)
  • fetch revenue distribution account for epoch (#128)
  • handle multiple requests in a transaction (#127)
  • add find validator command and prepare access functionality (#121)
  • verify_qualifiers return empty vec on SignatureVerify error (#122)
  • read access mode from account data instead of transaction (#107)
  • handle requests with backup IDs (#105)
  • retry all rpc calls on 503 (#103)
  • Add retry logic for access pass operations (#99)
  • Disable leader schedule check (#98)
  • update dependencies and improve access request handling (#64)
  • accept mainnet-beta env moniker (#62)
  • wrap dz instruction properly (#54)
  • wrap message verification in offchain message (#43)
  • remove sentinel setting new validator airdrop (#40)
  • Jg/validator sig update (#39)
  • handle websocket server disconnects (#37)
  • update access pass creation to delegate funding to serviceability (#32)
  • validator ip fetching and issuing access pass (#29)
  • Build public links using exchange based inet telem data (#23)
  • migrate sentinel from solana-programs repo (#21)