Skip to content

Releases: rkfg/regolancer

v1.12.3

01 Aug 08:18
Compare
Choose a tag to compare

Changelog

v1.12.2

25 May 21:33
Compare
Choose a tag to compare

Changelog

v1.12.1

23 May 22:44
Compare
Choose a tag to compare

Changelog

  • 5b0031e Update changelog
  • 76cdc2e Update LICENSE
  • 3467c7e Merge pull request #56 from ziggie1984/rapid-rebalance-strategy
  • f839791 Fix crash on FEE_INSUFFICIENT
  • 56017f5 Add Decrease Strategy for Rapid Rebalances

v1.12.0

25 Mar 21:40
Compare
Choose a tag to compare

Changelog

  • efa39b4 Release v1.12.0
  • 5eafce0 Merge pull request #53 from ziggie1984/max_amt_on_route
  • c44da07 Merge pull request #54 from ziggie1984/channel-reserve
  • a3c86f4 Merge pull request #55 from bennyhodl/patch-1
  • 5b9161c Missing tilde
  • 2b6c406 cap rebalance amount before we overshoot the max possible amount on the route when rapid rebalancing
  • f299a0b take channel-reserve into account when determining the rebalance amt
  • 9a4f062 Invalidate MC cache when no pairs left
  • 6e16372 Update README.md

v1.11.0

14 Jan 23:22
Compare
Choose a tag to compare

Changelog

  • f31d1d6 Update changelog
  • 9a5116e Merge pull request #52 from ziggie1984/channel-age
  • 0015103 Get rid of global var
  • ff679c9 Reword descriptions
  • fe4caa2 Merge pull request #49 from ziggie1984/insufficient-fee
  • bfe17d0 add the option to exclude channels by channelage
  • f7b9ca5 Merge pull request #48 from ziggie1984/tiny-improvement-rebalancer
  • a52771d reuse route when fees insufficient and add rapid rebalance fee check
  • fb0f3cb Adding more verbose output and save some rapid rebalances in some cases

v1.10.2

18 Dec 16:26
Compare
Choose a tag to compare

Changelog

  • ec8e055 Update changelog
  • e41b17b Merge pull request #47 from ziggie1984/refactor-rebalancer
  • 9b55697 refactor rebalancer

v1.10.1

17 Dec 19:50
Compare
Choose a tag to compare

Changelog

v1.10.0

17 Dec 13:08
8b9d8c6
Compare
Choose a tag to compare

Changelog

  • 8b9d8c6 Merge pull request #46 from ziggie1984/docker-and-releaser
  • 4b87221 Merge pull request #45 from ziggie1984/accelerator-rapid-rebalance
  • ee3af3d add accelerator
  • 4116c30 Fix fee ppm calculation
  • b5960e8 Merge pull request #42 from ziggie1984/flock-payment
  • 189f124 Spelling
  • 381538d Merge pull request #41 from ziggie1984/rapidrebalance-amount
  • 91acf21 Fix initial fee in rapid rebalance
  • 7cb051f Simplify rapid rebalance result
  • 200c42f add goreleaser and dockerfile
  • 5a3a41a add fee output
  • cefbff4 add exclusive lock when writing to Statfile
  • 98068a1 add amount when rapid rebalancing
  • df27799 Update README.md