This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
Releases: get10101/itchysats
Releases · get10101/itchysats
v0.4.12.1
- increase timeout on protocol messages to 120s
0.4.12
Changed
- Allow to run the
taker
binary without parameters: Default the bitcoin-network subcommand tomainnet
and apply defaults for themainnet
andtestnet
maker. - Change the finality confirmations for spend transactions to
3
confirmations instead of1
. - 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 aforce
close scenario.
0.4.11
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 <[email protected]>
0.4.10
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 <[email protected]> Co-authored-by: Mariusz Klochowicz <[email protected]>
0.4.9
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 <[email protected]>
0.4.8
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 <[email protected]>
0.4.7
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 <[email protected]> Co-authored-by: Daniel Karzel <[email protected]>
0.4.6
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 <[email protected]> Co-authored-by: Daniel Karzel <[email protected]>