github forta-network/forta-node v0.6.3

latest releases: v0.9.10, v0.9.9, v0.9.8...
20 months ago

Improvements

Offset detection between scan and proxy APIs

The nodes are now measuring the offset between the scan and the proxy APIs. Sometimes, when a bot receives an input, it needs to query the chain through to the proxy (e.g. an eth_call request) to understand the chain state better. When proxy API is behind the scan API, due to large synchronization delays, these proxy requests fail and cause the bot to not produce a finding. This distance is now measured and reported by the nodes.

Websocket support for scanning

The scan API can now be set as a websocket endpoint! This helps reduce the fluctuations in the latest blocks scanned with the help of block header notifications.

Other improvements

  • Including chain IDs in combination alerts
  • Using separate queries per input alert subscriptions
  • Fixing release build (glibc error, Ubuntu brownout)
  • Fix passphrase check in local mode

What's Changed

Full Changelog: v0.6.2...v0.6.3

Don't miss a new forta-node release

NewReleases is sending notifications on new releases.