Skip to content

Commit

Permalink
Merge branch 'main' into 140-need-a-more-comprehensive-list-of-univ2-…
Browse files Browse the repository at this point in the history
…event-mappings
  • Loading branch information
mikewcasale authored Sep 20, 2023
2 parents 7aa8530 + 9888c03 commit f325f8c
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.7.32...HEAD)
[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.7.33...HEAD)

- Fix manager tests [\#144](https://github.com/bancorprotocol/fastlane-bot/issues/144)
- bancor v2 pool key bug [\#142](https://github.com/bancorprotocol/fastlane-bot/issues/142)
- bugfix for b2 key value [\#143](https://github.com/bancorprotocol/fastlane-bot/pull/143) ([mikewcasale](https://github.com/mikewcasale))

## [v2.7.33](https://github.com/bancorprotocol/fastlane-bot/tree/v2.7.33) (2023-09-20)

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

- Update event\_test\_data.json [\#145](https://github.com/bancorprotocol/fastlane-bot/pull/145) ([mikewcasale](https://github.com/mikewcasale))

- Implement new PairOptimizer for pairwise arbitrage modes [\#134](https://github.com/bancorprotocol/fastlane-bot/issues/134)
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.7.33'
__version__ = '2.7.34'



0 comments on commit f325f8c

Please sign in to comment.