Skip to content

Commit

Permalink
Merge branch 'main' into 37-increase-default_min_profit_bnt-value-fix…
Browse files Browse the repository at this point in the history
…-hardcoding-issue-in-confignetworkpy
  • Loading branch information
mikewcasale authored Jul 31, 2023
2 parents 1fda79f + 5dd8bc7 commit dc79226
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

## [Unreleased](https://github.com/bancorprotocol/fastlane-bot/tree/HEAD)

[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.3.0...HEAD)
[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.4.0...HEAD)

- b3\_two\_hop Arb Mode Resulting in Losses Due to Lack of Data Validation [\#42](https://github.com/bancorprotocol/fastlane-bot/issues/42)
- Unassigned 'rate\_limiter' Error with Shared Alchemy API Key [\#32](https://github.com/bancorprotocol/fastlane-bot/issues/32)
- Adds data validation to `b3_two_hop` mode by default. [\#43](https://github.com/bancorprotocol/fastlane-bot/pull/43) ([mikewcasale](https://github.com/mikewcasale))

## [v2.4.0](https://github.com/bancorprotocol/fastlane-bot/tree/v2.4.0) (2023-07-27)

[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.3.0...v2.4.0)

- bugfix closes \#32 [\#33](https://github.com/bancorprotocol/fastlane-bot/pull/33) ([mikewcasale](https://github.com/mikewcasale))

## [v2.3.0](https://github.com/bancorprotocol/fastlane-bot/tree/v2.3.0) (2023-07-26)
Expand Down
2 changes: 1 addition & 1 deletion fastlane_bot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .bot import CarbonBot as Bot, __VERSION__, __DATE__
from .config import Config, ConfigNetwork, ConfigDB, ConfigLogger, ConfigProvider

__version__ = '2.4.0'
__version__ = '2.5.0'



0 comments on commit dc79226

Please sign in to comment.