Skip to content

v1.2.0

Compare
Choose a tag to compare
@arshan-ritual arshan-ritual released this 15 Aug 20:30
· 134 commits to main since this release
6313b41

v1.2.0 minor release of the Infernet Node—a way to bring off-chain compute workloads, on-chain.

Added

  • New starting_sub_id field as snapshot_sync configuration parameter, to optionally start syncing from a certain subscription id instead of 0.

Changed

  • Subscriptions collection now is handled through smart contract reads instead of RPC calls, resulting in higher efficiency

Fixed

  • Reduced(almost eliminated) "429: Too many requests" RPC errors on Base Mainnet. Public RPCs can be used.
  • Snapshot sync time is significantly less for chains with high number of subscriptions
  • Fixed duplicate snapshot syncing bug