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
bors[bot] 009597ac49
Merge #306
306: Fix logging and retrying of Monero transaction watching r=thomaseizinger a=thomaseizinger

Hopefully, this should also reduce the load because I am not asking the node every second.

Related: https://github.com/comit-network/xmr-btc-swap/issues/202

Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
Co-authored-by: Daniel Karzel <daniel@comit.network>
3 years ago
..
asb Make sure all error messages start with an uppercase letter 3 years ago
bin Monero wallet should not know about all execution params 3 years ago
bitcoin Simplify GET request for block tip height 3 years ago
cli Improve CLI help comments and "type" hints 3 years ago
database Change `imports_granularity` to module 3 years ago
monero Monero wallet should not know about all execution params 3 years ago
network Introduce `quote` protocol and display it to the user before they fund 3 years ago
protocol Tell the user more about the monero lock transaction 3 years ago
asb.rs Provide stronger isolation of kraken module 3 years ago
bitcoin.rs Make sure all error messages start with an uppercase letter 3 years ago
cli.rs Move cli specific modules under cli folder 3 years ago
database.rs Make sure all error messages start with an uppercase letter 3 years ago
execution_params.rs Add avg monero block time to execution params 3 years ago
fs.rs Import anyhow::Result across the codebase 3 years ago
kraken.rs Disable `backoff`s `max_elapsed_time` functionality 3 years ago
lib.rs Extract kraken websocket client into dedicated module 3 years ago
monero.rs Tell the user more about the monero lock transaction 3 years ago
monero_ext.rs Upgrade to bdk 4.0 3 years ago
network.rs Introduce `quote` protocol and display it to the user before they fund 3 years ago
protocol.rs Change `imports_granularity` to module 3 years ago
seed.rs Add context if we fail to compute extended private key 3 years ago
serde_peer_id.rs Change `imports_granularity` to module 3 years ago
trace.rs Minor import optimizations 3 years ago