This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
Releases: onbjerg/ethers-flashbots
Releases · onbjerg/ethers-flashbots
0.8.1
0.8.0
0.7.0
0.6.0
Changed
- Relaxed version requirement for Ethers - version requirement is now
^0.5.0
. - Disabled default Ethers features to allow for building on Windows (which lacks IPC support, see gakonst/ethers-rs#393)
0.5.0
Added
- Revert reason is now parsed, if there is any.
Fixed
value
on a simulated transaction was incorrectly assumed to be
the amount of Ether sent in a transaction. It is now correctly
parsed asBytes
, since it represents the return data (if any)
of the transaction.
0.4.0
Changed
- Parameters are now validated before bundles are sent to the relay.
Check the documentation for more information. - Bumped ethers to 0.5.1
Added
- Added a helper to get the effective gas price of bundles and
bundle transactions (SimulatedBundle::effective_gas_price
andSimulatedTransaction::effective_gas_price
).