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.
 
 
Daniel Karzel 532c56acb2
Move maker's `ActorSystem` to `lib` as `Maker`
3 years ago
..
model Allow term to be configurable on the maker's commandline 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
auth.rs Log username and password 3 years ago
bitmex_price_feed.rs Disallow `.unwrap` in prod code and use expect for remaining ones 3 years ago
cfd_actors.rs Merge #398 3 years ago
connection.rs Introduce taker ActorSystem 3 years ago
db.rs Allow term to be configurable on the maker's commandline 3 years ago
fan_out.rs Introduce a `fan_out::Actor` instead of iterating in the `oracle::Actor` 3 years ago
forward_only_ok.rs Close connections with takers that don't adhere to the message format 3 years ago
housekeeping.rs Don't fail re-broadcasting tx loop 3 years ago
keypair.rs Integrate CFD protocol into the maker and taker 3 years ago
lib.rs Move maker's `ActorSystem` to `lib` as `Maker` 3 years ago
logger.rs Set default log level for whole crate 3 years ago
maker.rs Move maker's `ActorSystem` to `lib` as `Maker` 3 years ago
maker_cfd.rs Merge #418 #420 #422 3 years ago
maker_inc_connections.rs Fully-qualify async_trait macro 3 years ago
model.rs Show cfd expiry in UI 3 years ago
monitor.rs Merge #400 3 years ago
olivia.rs Properly model event IDs 3 years ago
oracle.rs Use xtra_productivity in `oracle::Actor` 3 years ago
payout_curve.rs Disallow `.unwrap` in prod code and use expect for remaining ones 3 years ago
routes.rs Refactor `EmbeddedFileExt` to use combinators and ? 3 years ago
routes_maker.rs Don't expose panicking code paths to the user 3 years ago
routes_taker.rs Embed correct frontend :face_palm: 3 years ago
seed.rs Remove all usages of `#[allow(dead_code)]` 3 years ago
send_to_socket.rs Close connections with takers that don't adhere to the message format 3 years ago
setup_contract.rs Replace `expect` with `context` to avoid panics 3 years ago
taker.rs Initialize Cfd actors outside of Rocket 3 years ago
taker_cfd.rs Use the original order's term for rolling over 3 years ago
to_sse_event.rs Disallow `.unwrap` in prod code and use expect for remaining ones 3 years ago
tokio_ext.rs Add timeouts to awaiting messages during contract setup 3 years ago
try_continue.rs Macro to trace errors in loop and continue 3 years ago
wallet.rs Prefer automatic links in docs 3 years ago
wallet_sync.rs Re-introduce library 3 years ago
wire.rs Lock in profit on collaborative close price 3 years ago