Skip to content

v1.0.4

Compare
Choose a tag to compare
@jordy25519 jordy25519 released this 04 Oct 02:57
· 13 commits to master since this release

Changes

  • adds a priority fee subscriber, before it was on-demand. should reduce latency for tx sending endpoints
  • Built from drift-rs 1.0 release
    • anchor-lang version unpinned
    • solana-client crates updated to v2.x.x versions

Fixes

  • Allows support for more RPC providers e.g. helius non-dedicated plans, quicknode (#52). less reliance on getProgramAccounts

Other

  • Gateway can be built with any rust stable version. no more requirement for <= 1.76.0
    however, requirement for x86_64 arch/toolchain remains