binarybaron
787827e50f
feat: Add RPC endpoint for requesting raw cancel and refund transactions
2024-08-01 18:33:50 +02:00
binarybaron
a8dd8c476e
Merge branch 'master' into asb_history_command_improvement
2024-07-26 16:55:56 +02:00
binarybaron
3a407bb0c8
fix: do not print table if running in daemon mode
2024-07-26 16:55:09 +02:00
binarybaron
a1acbc18fd
fix: do not print table if running in daemon mode
2024-07-26 16:36:59 +02:00
binarybaron
7082e8938b
fix: format err using display
2024-07-26 16:25:20 +02:00
binarybaron
a5706e36f4
fix: make helper fn generic
2024-07-26 16:21:21 +02:00
COMIT Botty McBotface
33ad3c374a
Prepare release 0.13.4 ( #1734 )
2024-07-25 23:14:31 +02:00
Einliterflasche
2fe428779a
feat(asb): Retry locking Monero ( #1731 )
...
We retry to lock the Monero wallet until we succeed or until the cancel timelock expires.
This is necessary because the monero-wallet-rpc can sometimes error out due to various reasons, such as
- no connection to the daemon
- "failed to get output distribution"
See https://github.com/comit-network/xmr-btc-swap/issues/1726
2024-07-25 23:06:50 +02:00
binarybaron
7cac05a243
fix: tests
2024-07-25 20:35:50 +02:00
binarybaron
79913cf540
Merge branch 'master' into asb_history_command_improvement
2024-07-25 20:27:09 +02:00
binarybaron
c37431f953
fix: dprint
2024-07-25 20:25:22 +02:00
binarybaron
ff15d4902a
fix
2024-07-25 20:24:49 +02:00
binarybaron
d3fb9656f2
fix: rpc tests
2024-07-25 20:23:59 +02:00
binarybaron
5291913253
fix: rename variable
2024-07-25 16:32:10 +02:00
binarybaron
abf37e0128
fix: clippy error
2024-07-25 16:25:44 +02:00
binarybaron
967a3184c1
fix: clippy error
2024-07-25 16:24:24 +02:00
binarybaron
c9d3f9cc40
fix: table header capitilzation
2024-07-25 15:34:44 +02:00
binarybaron
75cfc6b0d4
fix(cli): allow bitcoin-change-address to be omitted when making request to rpc server ( #1728 )
2024-07-25 00:13:15 +02:00
binarybaron
ed314c4c09
fix: dprint
2024-07-25 00:10:46 +02:00
binarybaron
2ad3d6c4b2
feat: enhance history output for cli
2024-07-24 23:27:00 +02:00
binarybaron
5d31c27890
fix: explicit log message
2024-07-24 11:40:03 +02:00
binarybaron
769a30c239
fix: add is_complete to table, refactor
2024-07-24 11:30:23 +02:00
binarybaron
c3fd7fb879
fix: clippy
2024-07-24 11:23:55 +02:00
binarybaron
31d4086692
fix: dprint
2024-07-23 21:25:36 +02:00
binarybaron
99852907c6
fix: Unit tests
2024-07-23 21:23:58 +02:00
binarybaron
e364f4eecd
Merge branch 'master' into asb_history_command_improvement
2024-07-23 21:17:20 +02:00
binarybaron
97920628e5
feat(asb): History command display start datetime, btc amount, xmr amount, exchange rate and peer id of trading partner
2024-07-23 21:16:04 +02:00
binarybaron
c80bdb2d8c
fix(asb): Allow history command to be run while asb is running ( #1724 )
...
Co-authored-by: einliterflasche <einliterflasche@pm.me>
2024-07-23 14:52:01 +02:00
binarybaron
85c4db1d75
fix: Format cooperative redeem reject using thiserror ( #1716 )
2024-07-16 20:13:58 +02:00
COMIT Botty McBotface
1f322b78c8
Prepare release 0.13.3 ( #1714 )
2024-07-15 16:45:19 +02:00
patrini32
845b9428b7
remove whitespaces
2024-07-11 11:02:23 +03:00
patrini32
ee04ff8a3b
fix formatting
2024-07-11 10:58:07 +03:00
binarybaron
f8c3276642
Merge branch 'cooperative-release-of-funds' of https://github.com/patrini32/xmr-btc-swap into pr/1676
2024-07-11 09:30:49 +02:00
binarybaron
073baa9752
Update swap.rs
2024-07-11 09:30:48 +02:00
binarybaron
f72005312c
Merge branch 'master' into cooperative-release-of-funds
2024-07-11 09:23:38 +02:00
Einliterflasche
4115a452e3
allow --change-address to be omitted and default to internal wallet address ( #1709 )
...
allow --change-address to be omitted and default to internal wallet address (#1709 )
Co-authored-by: binarybaron <86064887+binarybaron@users.noreply.github.com>
Co-authored-by: Byron Hambly <byron@hambly.dev>
2024-07-11 09:19:41 +02:00
dependabot[bot]
47f8a65209
build(deps): bump hyper from 1.3.1 to 1.4.1
...
Bumps [hyper](https://github.com/hyperium/hyper ) from 1.3.1 to 1.4.1.
- [Release notes](https://github.com/hyperium/hyper/releases )
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/hyper/compare/v1.3.1...v1.4.1 )
---
updated-dependencies:
- dependency-name: hyper
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-10 11:19:16 +00:00
dependabot[bot]
2af22c1aba
build(deps): bump uuid from 1.9.1 to 1.10.0
...
Bumps [uuid](https://github.com/uuid-rs/uuid ) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/1.9.1...1.10.0 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-09 11:08:29 +00:00
binarybaron
2824ebc893
Update swap.rs
2024-07-03 20:39:49 +02:00
binarybaron
07f788eb81
Update swap.rs
2024-07-03 20:14:09 +02:00
binarybaron
ef75019ac6
Update swap.rs
2024-07-03 20:12:22 +02:00
binarybaron
26e66ce9b9
Update swap.rs
2024-07-03 20:02:04 +02:00
binarybaron
d7b649b7a6
feat: Allow for cooperative Monero redeem after Bitcoin punish has happened
2024-07-03 19:47:45 +02:00
binarybaron
c5aa7edb6b
chore: Fix typo ( #1701 )
2024-07-02 12:03:56 +02:00
COMIT Botty McBotface
5c9185876d
Prepare release 0.13.2 ( #1700 )
2024-07-02 02:11:36 +02:00
binarybaron
6c1b85e408
Revert "Prepare release 0.13.2 ( #1694 )" ( #1699 )
...
This reverts commit 415323e4fcebc81e7e6ad0fdc50c600914575a36.
2024-07-02 01:53:57 +02:00
binarybaron
aa9b3c4687
fix: Add a new migration script for creating the buffered_transfer_proofs table ( #1695 )
2024-07-02 01:20:20 +02:00
COMIT Botty McBotface
415323e4fc
Prepare release 0.13.2 ( #1694 )
2024-07-01 23:27:00 +02:00
patrini32
173d077751
feat (Cli): Display reason for failed cancel-refund operation to the user ( #1668 )
...
We now display the reason for a failed cancel-refund operation to the user.
Fixes #683
2024-07-01 23:14:44 +02:00
binarybaron
23a27680a4
feat (Bob): Buffer transfer proof to database when we are running a different swap ( #1669 )
2024-06-28 21:39:30 +02:00