Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Releases: onbjerg/ethers-flashbots

0.15.0

24 Jan 01:21
fae3d2e
Compare
Choose a tag to compare
  • Fix simulation for broadcaster middleware (#58)
  • Added support for replacementUuid field in eth_sendBundle (#63)
  • Made response's data field optional to support some builders other than Flashbots (#76)

0.14.0

14 Aug 12:26
fac6b1a
Compare
Choose a tag to compare

Added

  • Added a broadcaster middleware (#54)

0.13.1

19 May 18:47
db147d1
Compare
Choose a tag to compare

Fixed

  • Check the entire block to determine bundle inclusion. See #47 for more detail.

0.13.0

17 Mar 17:04
bc11119
Compare
Choose a tag to compare

Added

  • Added add_transaction and add_revertible_transaction (#46)

Changed

  • Bumped ethers to 2.0.0 and fixed middleware breaking changes

0.12.1

25 Dec 16:28
57bd555
Compare
Choose a tag to compare

Fixed

  • Handle optional fields in the response of flashbots_getBundleStatsV2.

0.12.0

24 Dec 07:19
fe85aa3
Compare
Choose a tag to compare

Added

  • It is now possible to use your own endpoint for simulating bundles. Bundles will be sent over JSON-RPC to the given endpoint. The JSON-RPC method used is eth_callBundle. See Middleware::set_simulation_relay.

Changed

  • The library now uses the new flashbots_getUserStatsV2 and flashbots_getBundleStatsV2 endpoints. If you need the old endpoints, pin your version to 0.11.0.

0.11.0

24 Dec 07:19
Compare
Choose a tag to compare

Changed

  • Addd a rustls feature flag to use native TLS over OpenSSL
  • Bumped thiserror to 1.0.37
  • Bumped chrono to 0.4.22
  • Bumped url to 2.3.1
  • Bumped async-trait to 0.1.58
  • Bumped ethers to 1.0.0

0.10.0

24 Dec 07:19
5fac07a
Compare
Choose a tag to compare

Changed

  • Replaced anyhow with eyre
  • Updated to ethers ^0.17.0

0.9.0

24 Dec 07:20
975148c
Compare
Choose a tag to compare

Changed

  • Updated to ethers ^0.13.0

0.8.2

24 Dec 07:20
1ebfeb0
Compare
Choose a tag to compare

Added

  • Debug is now implemented for UserStats and BundleStats

Changed

  • PendingBundle::bundle_hash() is now deprecated