Skip to content

Releases: bloXroute-Labs/gateway

v2.129.19

05 Sep 15:04
8597962
Compare
Choose a tag to compare

Release notes

  • BSC Bundle field fix: avoid_mixed_bundles
  • Eth: Prysm 5.1.0 version support for BeaconAPI

v2.129.15

29 Aug 12:30
901e1f1
Compare
Choose a tag to compare

Release notes

  • Intents: Solver is able to subscribe to a particular dapp/sender intents
  • Intents: GetIntentSolutions gRPC/WS method added
  • Intents: Sender is able to subscribe to solutions for his intents even if Sender is not the same as Dapp
  • Intents: hash validation added
  • BeaconAPI improvements
  • gRPC/WS servers major refactoring

v2.129.2

01 Aug 12:21
785addf
Compare
Choose a tag to compare

Release notes

  • beacon-api-status-fix
  • Fix pong
  • Fix slow msgs errors
  • Fix error log after shutdown
  • Clean legacy certs
  • BSC Future validator info accessible always true
  • Add blob cleaner to EthTxStore

v2.128.134

22 Jul 07:27
6af43c3
Compare
Choose a tag to compare

Release notes

  • gw panic fix for cache error
  • beacon api improvement, less requests to node
  • Capability flags cleanup
  • update min protocol from 30 to 35 with cleanup
  • graceful shutdown fix

v2.128.130

03 Jul 06:59
Compare
Choose a tag to compare

Release notes

  • ETH: fix the newBlock feed hash field value.
  • Intents error handling improvement.
  • BxProtocol min version set to 30 (was 22). Code cleanup.
  • Logs improvements.

v2.128.129

18 Jun 08:38
7c09bbe
Compare
Choose a tag to compare

Release notes

  • BSC Haber and Tycho hardforks support (1.4.8): blob transactions.
  • BxProtocol updated to support proper Bundle reward address field.

v2.128.125

11 Jun 13:47
9880237
Compare
Choose a tag to compare

Release notes

  • BxProtocol updated to support proper IntentsSolutions routing
  • Websocket interface for Intents
  • BSC future validator can work without having blockchain node connection
  • Prysm stats fixed: don't display tx info
  • Logger: format output minor fixes
  • Transaction max age is limited by 2 hours and configured by SDN
  • Other minor improvements

v2.128.116

17 May 08:31
8e21a11
Compare
Choose a tag to compare

Release notes

  • ETH Blobs compression added, that allows to decrease the blob message size by 99%
  • Blobs parallel processing via BeaconAPI
  • Prysm connection stats and logs improved
  • Logrus has been replaced by zerolog: leads to CPU and RAM usage optimization by 20%+
  • Fixed gRPC server corruption on missing blockchain connection
  • Other minor improvements

Note: it is highly recommended to upgrade ETH Gateways to this version

v2.128.114

30 Apr 14:39
2052937
Compare
Choose a tag to compare

Release notes

  • ETH Bundles: PriorityFeeRefund field added.

v2.128.112

26 Apr 14:38
5aa6b56
Compare
Choose a tag to compare

Release notes

  • Outdated ETH testnet networks (Rinkeby, Goerli, etc) information has been removed.
  • Geth dependency upgraded to from 1.13.11 to 1.13.14.
  • Shutdown gRPC server when GW is not synced (same as for WS).
  • Prevent GW to process the same block multiple times on Beacon API.
  • Log error when GW has no connected peers to broadcast Beacon block.