Commit Graph

998 Commits (23c2e6d5abfa849466cd8fd7c330602c9ca6de4f)

Author SHA1 Message Date
Daniel Karzel ec019550dd
Revert "Add a mandatory `--change-address` parameter to `buy-xmr`"
3 years ago
Daniel Karzel 1821a4b623
Update default Monero node URLs and info
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
Daniel Karzel f45cde84ab
`comfy-table` instead of `prettytable-rs`
3 years ago
Thomas Eizinger b4fafeba6b
Allow large enum variant lint
3 years ago
Thomas Eizinger e163942850
Merge transport and behaviour module into network
3 years ago
Daniel Karzel ff8cca2e27
Pass in CLI behaviour when creating swarm
3 years ago
bors[bot] 4cd27e372c
Merge #604
3 years ago
bors[bot] 72673fa166
Merge #605
3 years ago
Thomas Eizinger d49f4ea60d
Test saving and loading of addresses in isolation
3 years ago
Thomas Eizinger ec4234fbb9
Merge `--seller-addr` and `--seller-peer-id` into `--seller` parameter
3 years ago
Thomas Eizinger c2daf7a11e
Make use of torut's errors implementing `std::error::Error`
3 years ago
Thomas Eizinger 8057b45e17
Test new reachability function in tests
3 years ago
Thomas Eizinger 92ed8d9c04
Refuse to dial addresses via Tor that are almost certainly not reachable
3 years ago
Thomas Eizinger ec59184e85
Refactor `fmt_as_address_string` to return a structured value
3 years ago
bors[bot] b708d5a4dd
Merge #585
3 years ago
Your Name 665ea503d2 Make price ticker ws url configurable
3 years ago
Daniel Karzel dc89a837e7
Do not actively set `KeepAlice::No` for `swap_setup`
3 years ago
Daniel Karzel cd14e22cdf
Longer timeout (120 secs) for `swap_setup` protocol
3 years ago
Daniel Karzel fd18a07426
Flush and close `swap_setup` substreams
3 years ago
Daniel Karzel c2c9e975ef
Quote protocol asb/cli instead of alice/bob
3 years ago
Daniel Karzel c0070f8fa7
Move files from `protocol` to appropriate module
3 years ago
Daniel Karzel 818147a629
`swap_setup` instead of `spot_price` and `execution_setup`
3 years ago
Daniel Karzel 529de8d5fd
ASB aborts if CLI does not lock BTC
3 years ago
Daniel Karzel c4c798ea20
Timeout on `execution_setup` for ASB
3 years ago
Daniel Karzel 1ae377ef24
Request timeout when swapping over Tor
3 years ago
bors[bot] c6b0013b92
Merge #581 #583
3 years ago
bors[bot] 858c6d85ce
Merge #576
3 years ago
Daniel Karzel ca6b889632
Remove dead code
3 years ago
bors[bot] 3e88e13fbb
Merge #566 #568
3 years ago
Thomas Eizinger 7120a1f70a
Don't depend on `core::fmt` through `bitcoin_hashes` re-export
3 years ago
Thomas Eizinger 3aa028e3bf
Use or-pattern stabilized in Rust 1.53 where possible
3 years ago