Skip to content

Releases: owodunni/arbie

v0.7.2

13 Dec 20:03
Compare
Choose a tag to compare

Fix

  • Brig: Fix issues with Weth address (92760f1)

v0.7.1

13 Dec 19:43
Compare
Choose a tag to compare

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

13 Dec 15:57
Compare
Choose a tag to compare

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

08 Dec 06:50
Compare
Choose a tag to compare

Fix

  • SetUpTrader: Add action for setting up trader (5f2e0c9)
  • weth: Add real weth contract (59aab3a)

v0.6.0

06 Dec 09:08
Compare
Choose a tag to compare

Feature

  • trader: Add action for trading using arbie (8fd32a0)

v0.5.0

04 Dec 16:41
Compare
Choose a tag to compare

Feature

  • Add arbie smart contract (0457321)
  • Add router smart contract (8254646)
  • Add Arbie contract and Uniswap router (579f913)

v0.4.4

27 Nov 11:21
Compare
Choose a tag to compare

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

25 Nov 16:59
Compare
Choose a tag to compare

Performance

  • Add prometheus to async functions (b5f462c)

v0.4.2

25 Nov 07:04
Compare
Choose a tag to compare

Fix

  • Remove version configuration (7ec1edd)

Release v0.4.1

25 Nov 05:38
Compare
Choose a tag to compare

[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.