Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: anza-xyz/jetstreamer

v0.3.0

18 Dec 05:46
5b65746

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

26 Nov 04:57
d98c4a8

Choose a tag to compare

What's Changed

  • docs: add Installation and Setup section to README by @senzenn in #21
  • Instruction Tracking Plugin + Fix out of order slots by @sam0x17 in #23
  • fix HTTP 429 errors by @sam0x17 in #24
  • final fix for gaps in long runs by @sam0x17 in #27

New Contributors

Full Changelog: v0.1.7...v0.2.0

v0.1.7

03 Nov 06:13
adff9ec

Choose a tag to compare

What's Changed

  • fix no transactions in first block of a slot range by @sam0x17 in #17

Full Changelog: v0.1.6...v0.1.7

v0.1.6

01 Nov 04:59
56b986e

Choose a tag to compare

  • Fix issue with rust version (now limited to 1.90.0 until upstream issues are fixed)
  • Upgrade to clickhouse 0.14

v0.1.5

29 Oct 18:03
75804e2

Choose a tag to compare

Fixes version bounds on clickhouse crate to avoid compilation errors with newer versions of clickhouse. Next version will bump this dep.

Full Changelog: v0.1.4...v0.1.5

v0.1.4

24 Oct 21:53
142ecce

Choose a tag to compare

Overview

  • optimal thread calculation introduced -- now instead of having to always specify JETSTREAMER_THREADS, it will default to the optimal thread count based on your CPU and network. Network is controlled by JETSTREAMER_NETWORK_CAPACITY_MB and defaults to 1000, you should change it to the min of your NIC card's max bandwidth and your ISP's max bandwidth in Mbps.
  • a bunch of cleanup PRs from @sonicfromnewyoke, thank you!!

What's Changed

New Contributors

Full Changelog: https://github.com/anza-xyz/jetstreamer/commits/v0.1.4