Releases: metachris/flashbotsrpc
Releases · metachris/flashbotsrpc
v0.7.1
v0.7.0
What's Changed
- adds flashbots_getBundleStatsV2 by @ctrl-alt-lulz in #20
- Return both error and success responses from a broadcast by @hazim-j in #27
- Handle CallWithFlashbotsSignature returning non-JSONRPC error by @ryanschneider in #28
- Add rpc.lokibuilder.xyz by @magnus-loki in #26
New Contributors
- @ctrl-alt-lulz made their first contribution in #20
- @hazim-j made their first contribution in #27
- @ryanschneider made their first contribution in #28
- @magnus-loki made their first contribution in #26
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- feat: Broadcaster Middleware by @TitanBuilder in #19
- reuse http client by @metachris in #14
- Include pos fields to bundle stats by @bhakiyakalimuthu in #15
New Contributors
- @bhakiyakalimuthu made their first contribution in #15
- @TitanBuilder made their first contribution in #19
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Changes since v0.4.1: v0.4.1...v0.5.0
Notably
- Fast-preference for private transactions (see https://twitter.com/bertcmiller/status/1508818760723050504)
v0.4.1
Changes since v0.4.0: v0.4.0...v0.4.1
New features:
callBundle
: individual tx results now include fieldsError
andRevert
- Set custom request timeout (
rpc.Timeout
) - Set custom request headers (
rpc.Headers
) - Wrap RPC errors with
RelayErrorResponse
, to distinguish relay/rpc errors from network and other errors