Commit Graph

1016 Commits (0.8.0)

Author SHA1 Message Date
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
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