Commit Graph

1027 Commits (master)

Author SHA1 Message Date
bors[bot] 04bbcb1fc9
Merge #631 #641
3 years ago
dependabot[bot] 4a2bfbf9cf
Bump comfy-table from 4.0.1 to 4.1.1
3 years ago
Thomas Eizinger 6c446825b7
Instruct `Ping` to keep the connection alive
3 years ago
Thomas Eizinger 1af0623c85
Remove empty modules
3 years ago
COMIT Botty McBotface 7126d77dc1 Prepare release 0.8.1
3 years ago
Thomas Eizinger 0296509110
Upgrade to bdk 0.10
3 years ago
Thomas Eizinger 475057abda
Add proptest for max_giveable and signing PSBT
3 years ago
Thomas Eizinger e4b5e28a93
Introduce WalletBuilder for creating test instances of wallet
3 years ago
Thomas Eizinger 148fdb8d0a
Ensure the size of our locking script never changes
3 years ago
dependabot[bot] 83c378db15
Bump tokio-tungstenite from 0.14.0 to 0.15.0
3 years ago
dependabot[bot] 8ea0877dc1
Bump comfy-table from 4.0.0 to 4.0.1
3 years ago
COMIT Botty McBotface 403e3d2b33 Prepare release 0.8.0
3 years ago
Thomas Eizinger d21bd556ec
Remove rendezvous point default
3 years ago
bors[bot] 9fc53d3f84
Merge #615
3 years ago
Daniel Karzel 0dc3943d9c
Update default Monero node URLs and info
3 years ago
bors[bot] 6208689237
Merge #620
3 years ago
bors[bot] 238e52228e
Merge #618
3 years ago
bors[bot] 00f581dee1
Merge #619
3 years ago
Daniel Karzel ab24f7bce5
Revert "Prepare release 0.8.0"
3 years ago
bors[bot] b7a832eb7a
Merge #616
3 years ago
Thomas Eizinger 2c8bbe4913
Remove left-over "half" of log message
3 years ago
Thomas Eizinger 94f089f4f2
Disallow Bitcoin legacy addresses
3 years ago
Thomas Eizinger 367d75cab6
Reduce code duplication and make evaluation order determinisitic
3 years ago
Thomas Eizinger 46ffc34f40
Don't spam on transaction status change
3 years ago
Thomas Eizinger 991dbf496e
Extract `print_status_change` so it is easily testable
3 years ago
Thomas Eizinger 2eb7fab0c3
Make `capture_logs` available for the whole crate
3 years ago
Daniel Karzel 6abf83f4ad
Sort seller list inside of `list_sellers`
3 years ago
Thomas Eizinger cacfc50fb2
Don't spam the user while waiting for BTC
3 years ago
Thomas Eizinger 56a48e71ef
Add failing test that shows spamming of output
3 years ago
Thomas Eizinger 56ea23c2a3
Assert log output for `determine_btc_to_swap`
3 years ago
Thomas Eizinger a347dd8b97
Move helper structs below tests
3 years ago
COMIT Botty McBotface 50da958078 Prepare release 0.8.0
3 years ago
Thomas Eizinger 714514edbc
Provide a commit-specific version output
3 years ago
Thomas Eizinger 5c37fe6733
Make struct-opt docs more consistent
3 years ago
Thomas Eizinger 987f8abb9d
Include unreachable nodes in table output
3 years ago
Thomas Eizinger 09f395a26b
Don't print level and time for `list-sellers`
3 years ago
Thomas Eizinger 40eccd089f
Change `--data-dir` for `--data-base-dir`
3 years ago
Thomas Eizinger 3b1789fe07
Make things private if possible
3 years ago
Thomas Eizinger 8f50eb2f34
Utilize tracing's fields more
3 years ago
Thomas Eizinger 9119ce5cc4
Tidy up log messages across the codebase
3 years ago
Thomas Eizinger 78480547d5
Don't import tracing's macros
3 years ago
Thomas Eizinger 1d0d38cd48
Explain why we clear the `bip32_derivation` map
3 years ago
Thomas Eizinger acfd2dd6bb
Store Monero receive address in database and load it on resume
3 years ago
Thomas Eizinger 5463bde4f8
Add a mandatory `--change-address` parameter to `buy-xmr`
3 years ago
Thomas Eizinger 683d565679
Make variable naming consistent
3 years ago
Thomas Eizinger 8b59ac26ba
Replace sorting with slice pattern matching
3 years ago
Thomas Eizinger 348fca0827
Add isolated test for `list_sellers` function
3 years ago
Thomas Eizinger e642f5c148
Extend `SwarmExt` with ability to listen on TCP localhost
3 years ago
rishflab 93a0692998
Integrate rendezvous protocol into ASB
3 years ago
Daniel Karzel ff10edd8a4
Add the `list-sellers` command to the CLI
3 years ago