You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
bonomat 696d82cc6a
Add HTTP API to get cfds and takers
3 years ago
..
model Merge #707 #714 3 years ago
payout_curve Disallow `.unwrap` in prod code and use expect for remaining ones 3 years ago
actors.rs Reduce code duplication in cfd actors 3 years ago
address_map.rs Introduce `AddressMap` primitive 3 years ago
auth.rs Log username and password 3 years ago
bitmex_price_feed.rs Refactor bitmex price feed to Actor that reconnects on error 3 years ago
cfd_actors.rs Introduce projection actor 3 years ago
connection.rs Introduce a 10s timeout for connecting to the maker 3 years ago
db.rs Implement sqlx::Type for more datatypes 3 years ago
fan_out.rs Transition uses of `do_send` to `send` 3 years ago
housekeeping.rs Limit scope of the database connections acquired during application setup 3 years ago
keypair.rs Integrate CFD protocol into the maker and taker 3 years ago
lib.rs Introduce a 10s timeout for connecting to the maker 3 years ago
logger.rs Set default log level for whole crate 3 years ago
maker.rs Add HTTP API to get cfds and takers 3 years ago
maker_cfd.rs Pass changes in cfd proposals into projection actor 3 years ago
maker_inc_connections.rs Refactor maker_inc_connections::Actor 3 years ago
model.rs Add `FromStr` implementation for Identity 3 years ago
monitor.rs Move settlement oracle event id into the Dlc 3 years ago
noise.rs Replace implementation of TakerId with public key 3 years ago
olivia.rs Properly model event IDs 3 years ago
oracle.rs Move settlement oracle event id into the Dlc 3 years ago
payout_curve.rs Make number of payouts configurable 3 years ago
projection.rs Pass changes in cfd proposals into projection actor 3 years ago
routes.rs Refactor `EmbeddedFileExt` to use combinators and ? 3 years ago
routes_maker.rs Add HTTP API to get cfds and takers 3 years ago
routes_taker.rs Use projection::Cfd in the feeds 3 years ago
seed.rs Allow running taker without connected maker 3 years ago
send_to_socket.rs Prettify log message for sending message 3 years ago
setup_contract.rs Add acknowledge message at the end of rollover 3 years ago
setup_taker.rs Handle incoming InvalidOrderId in setup_taker::Actor 3 years ago
sqlx_ext.rs Implement sqlx::Type for more datatypes 3 years ago
taker.rs Merge #763 3 years ago
taker_cfd.rs Pass changes in cfd proposals into projection actor 3 years ago
to_sse_event.rs Create cfds from the local state kept in projection actor 3 years ago
tokio_ext.rs Expand Tasks API for ergonomics 3 years ago
try_continue.rs Macro to trace errors in loop and continue 3 years ago
tx.rs Extract code generating mempool.space URLs to avoid duplication 3 years ago
wallet.rs Merge #664 3 years ago
wallet_sync.rs Convert Wallet to actor 3 years ago
wire.rs Add acknowledge message at the end of rollover 3 years ago