Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Releases: get10101/itchysats

v0.4.12.1

06 May 03:09
Compare
Choose a tag to compare
  • increase timeout on protocol messages to 120s

0.4.12

26 Apr 05:06
03d4684
Compare
Choose a tag to compare

Changed

  • Allow to run the taker binary without parameters: Default the bitcoin-network subcommand to mainnet and apply defaults for the mainnet and testnet maker.
  • Change the finality confirmations for spend transactions to 3 confirmations instead of 1.
  • Move Closed CFDs to a separate database table freeing up space.
    This is a performance improvement for the startup of the application.
    Note that the database file will not change in size, but the space will be re-used internally.
  • Performance improvements with adding cache and optimized loading for different actors.
  • Add link to the internal wallet when there is not enough balance to open a new position.
  • Improve wire log messages for better context for connection logs.

Fixed

  • An issue where CET finality was not monitored if we restarted the daemon before the CET was confirmed.
    This was fixed by adding CET monitoring to the restart behaviour of the monitor actor.
  • An issue where the taker daemon lost connection to the maker because the maker did not send heartbeats due to the maker's connection actor being blocked.
    This was fixed by removing all blocking calls from the connection actors in both taker and maker which should result in a more stable connection handling overall.
  • An issue where the commit_tx URL was not displayed for a force close scenario.

0.4.11

04 Apr 05:46
7da263b
Compare
Choose a tag to compare
Merge #1752

1752: Release version 0.4.11 r=thomaseizinger a=itchymax

Hi `@thomaseizinger!`
This PR was created in response to a manual trigger of the release workflow here: https://github.com/itchysats/itchysats/actions/runs/2087905934.
I've bumped the versions in the manifest files in this commit: 5f7d583c56e016e8a73ef24675d5ef33c3b6b88e.
Merging this PR will create a GitHub release!

Co-authored-by: itchymax <itchymax@protonmail.com>

0.4.10

28 Mar 23:58
a2b6d77
Compare
Choose a tag to compare
Merge #1710

1710: Release version 0.4.10 r=klochowicz a=itchymax

Hi `@klochowicz!`
This PR was created in response to a manual trigger of the release workflow here: https://github.com/itchysats/itchysats/actions/runs/2055497743.
I've bumped the versions in the manifest files in this commit: 94a4fac97cf6f52403c6a6f5ca3ebf07d7070a64.
Merging this PR will create a GitHub release!

Co-authored-by: itchymax <itchymax@protonmail.com>
Co-authored-by: Mariusz Klochowicz <mariusz@klochowicz.com>

0.4.9

28 Mar 08:23
e360578
Compare
Choose a tag to compare
Merge #1699

1699: Release version 0.4.9 r=da-kami a=itchymax

Hi `@da-kami!`
This PR was created in response to a manual trigger of the release workflow here: https://github.com/itchysats/itchysats/actions/runs/2050228875.
I've bumped the versions in the manifest files in this commit: 73f47c599938d53149a3099e218c207ea94f4ce1.
Merging this PR will create a GitHub release!

Co-authored-by: itchymax <itchymax@protonmail.com>

0.4.8

24 Mar 03:29
23f864c
Compare
Choose a tag to compare
Merge #1681

1681: Release version 0.4.8 r=thomaseizinger a=itchymax

Hi `@thomaseizinger!`
This PR was created in response to a manual trigger of the release workflow here: https://github.com/itchysats/itchysats/actions/runs/2031688376.
I've bumped the versions in the manifest files in this commit: 1d31b2cfde444400280a32fa66614992811ca7be.
Merging this PR will create a GitHub release!

Co-authored-by: itchymax <itchymax@protonmail.com>

0.4.7

28 Feb 07:20
fe70f66
Compare
Choose a tag to compare
Merge #1519

1519: Release version 0.4.7 r=da-kami a=itchymax

Hi `@da-kami!`
This PR was created in response to a manual trigger of the release workflow here: https://github.com/itchysats/itchysats/actions/runs/1908730461.
I've bumped the versions in the manifest files in this commit: 4c49615b774e4fe4ad6188d5af1f89a6f0cc3850.
Merging this PR will create a GitHub release!

Co-authored-by: itchymax <itchymax@protonmail.com>
Co-authored-by: Daniel Karzel <daniel@comit.network>

0.4.6

23 Feb 06:06
5292ee8
Compare
Choose a tag to compare
Merge #1499

1499: Release version 0.4.6 r=da-kami a=itchymax

Hi `@da-kami!`
This PR was created in response to a manual trigger of the release workflow here: https://github.com/itchysats/itchysats/actions/runs/1885620995.
I've bumped the versions in the manifest files in this commit: e8093bc731646efef3c46dcadfcaef49c21fb81c.
Merging this PR will create a GitHub release!

Co-authored-by: itchymax <itchymax@protonmail.com>
Co-authored-by: Daniel Karzel <daniel@comit.network>

0.4.5

22 Feb 08:02
aebf996
Compare
Choose a tag to compare

Patch 0.4.4 where the timeout for collaborative settlement messages being sent to settlement actors was set too restrictive causing collaborative settlement not to work.

0.4.4

22 Feb 04:43
55fca67
Compare
Choose a tag to compare

Fixes

  • An issue where the taker or maker got stuck trying to send messages to a rollover actors which address was still around but the actor unresponsive. Sending messages to the ephemeral protocol actors was patched with timeouts to avoid blocking.