You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xmr-btc-swap/swap/src/network
rishflab 3ba1ed2bcb Change message log level to debug to allow enabling through flag
We do not have a way to enable tracing through a command line
argument so it did not make sense to have these messages set to
trace. Ideally a trace flag should be added but it is not that
straightforward with structopt. We could add a --log-level arg
that allows you select a log level but this is verbose.
3 years ago
..
swap_setup Allow large enum variant lint 3 years ago
cbor_request_response.rs Always log whole causality chain for errors. 3 years ago
encrypted_signature.rs Allow large enum variant lint 3 years ago
impl_from_rr_event.rs Improve error reporting of failed protocols 3 years ago
json_pull_codec.rs Improve logging by adding details as fields instead of into the msg. 3 years ago
quote.rs Include unreachable nodes in table output 3 years ago
redial.rs Move files from `protocol` to appropriate module 3 years ago
rendezvous.rs Remove rendezvous point default 3 years ago
swap_setup.rs Move files from `protocol` to appropriate module 3 years ago
swarm.rs Integrate rendezvous protocol into ASB 3 years ago
test.rs Extend `SwarmExt` with ability to listen on TCP localhost 3 years ago
tor_transport.rs Change message log level to debug to allow enabling through flag 3 years ago
transfer_proof.rs Move files from `protocol` to appropriate module 3 years ago
transport.rs Refactor transports to construct them specific for each application 3 years ago