xmr-btc-swap/swap/src
bors[bot] b708d5a4dd
Merge #585
585: Configurable kraken websocket url via the ASB config r=thomaseizinger a=cimble-code

- Allows the ASB operator to configure a custom kraken websocket url via the ASB config. 
- Addresses the issue of price control first brought up [here](https://github.com/comit-network/xmr-btc-swap/discussions/571)

>  Gotya. 
There is a relatively easy to implement (but temporary) solution for that. We could let the user configure the kraken websocket url via the ASB config. That way you can plug in your own service. The only requirement is that your service publishes prices updates in the same format as [kraken](https://docs.kraken.com/websockets/), e.g. : 

_Originally posted by @bonomat in https://github.com/comit-network/xmr-btc-swap/discussions/571#discussioncomment-885535_

Co-authored-by: Your Name <you@example.com>
2021-06-28 12:05:00 +00:00
..
asb Merge #585 2021-06-28 12:05:00 +00:00
bin Merge #585 2021-06-28 12:05:00 +00:00
bitcoin Bump bdk from 0.7.0 to 0.8.0 2021-06-21 11:16:45 +10:00
cli Quote protocol asb/cli instead of alice/bob 2021-06-28 10:04:08 +10:00
database swap_setup instead of spot_price and execution_setup 2021-06-28 10:04:07 +10:00
monero swap_setup instead of spot_price and execution_setup 2021-06-28 10:04:07 +10:00
network Do not actively set KeepAlice::No for swap_setup 2021-06-28 12:08:51 +10:00
protocol Move files from protocol to appropriate module 2021-06-28 10:04:08 +10:00
asb.rs Move files from protocol to appropriate module 2021-06-28 10:04:08 +10:00
bitcoin.rs swap_setup instead of spot_price and execution_setup 2021-06-28 10:04:07 +10:00
cli.rs Move files from protocol to appropriate module 2021-06-28 10:04:08 +10:00
database.rs Save Alice's peer-id in the db for Bob 2021-04-01 16:06:48 +11:00
env.rs ASB aborts if CLI does not lock BTC 2021-06-23 17:54:42 +10:00
fs.rs Improve logging by adding details as fields instead of into the msg. 2021-05-11 15:27:53 +10:00
kraken.rs Make price ticker ws url configurable 2021-06-28 03:19:49 -07:00
lib.rs Add support for swapping through Tor. 2021-04-27 14:51:41 +10:00
monero_ext.rs Upgrade to bdk 4.0 2021-02-19 15:18:37 +11:00
monero.rs swap_setup instead of spot_price and execution_setup 2021-06-28 10:04:07 +10:00
network.rs Move files from protocol to appropriate module 2021-06-28 10:04:08 +10:00
protocol.rs Dynamically chose fee for TxCancel. 2021-05-07 10:24:41 +10:00
seed.rs Derive Tor secret key from seed. 2021-04-27 16:39:32 +10:00
tor.rs Remove dead code 2021-06-22 17:06:21 +10:00