Releases: owodunni/arbie
Releases · owodunni/arbie
v0.7.2
Fix
- Brig: Fix issues with Weth address (
92760f1
)
v0.7.1
Fix
- gas-strategy: Setup web3 to use gas strategy (
9225823
)
- brig: Update docker-compose (
140c845
)
- Brig: Update configurations (
6863108
)
- UniswapV2Router: Update bytecode and functions (
3998896
)
v0.7.0
Feature
- account: Make it possible to sign transaction from accounts (
0ea4a1e
)
Fix
- Trader: Fix app and tests so that trader works (
4eeca95
)
- ActionTree: Make it possible to subscribe to multiple events (
efbe4c3
)
v0.6.1
Fix
- SetUpTrader: Add action for setting up trader (
5f2e0c9
)
- weth: Add real weth contract (
59aab3a
)
v0.6.0
Feature
- trader: Add action for trading using arbie (
8fd32a0
)
v0.5.0
Feature
- Add arbie smart contract (
0457321
)
- Add router smart contract (
8254646
)
- Add Arbie contract and Uniswap router (
579f913
)
v0.4.4
Fix
- Prevent arbitrage finder from crashing on imaginary roots (
9c0d314
)
- Remove empty pools (
5279d8a
)
- Fix crash when multiple arbies are running (
25fe810
)
v0.4.3
Performance
- Add prometheus to async functions (
b5f462c
)
v0.4.2
Fix
- Remove version configuration (
7ec1edd
)
Release v0.4.1
[0.4.1] - 2020-11-24
Added
- Add PoolUpdater action for updating pools
- Add Prometheus client for exporting performance metrics
Changed
- ActionTree now runs actions async.
- Optimize Contracts using async await.
- Optimize PoolFinder using async await.
Removed
- Remove circuit breaker, trust retry on the request lib to keep us from failing.