Releases: onbjerg/ethers-flashbots
Releases · onbjerg/ethers-flashbots
0.15.0
- 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
Added
- Added a broadcaster middleware (#54)
0.13.1
Fixed
- Check the entire block to determine bundle inclusion. See #47 for more detail.
0.13.0
Added
- Added
add_transaction
and add_revertible_transaction
(#46)
Changed
- Bumped
ethers
to 2.0.0
and fixed middleware breaking changes
0.12.1
Fixed
- Handle optional fields in the response of
flashbots_getBundleStatsV2
.
0.12.0
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
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
Changed
- Replaced
anyhow
with eyre
- Updated to ethers
^0.17.0
0.9.0
Changed
- Updated to ethers
^0.13.0
0.8.2
Added
Debug
is now implemented for UserStats
and BundleStats
Changed
PendingBundle::bundle_hash()
is now deprecated