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.
 
 
itchymax 088bf45112
Add new taker-frontend and rename old to maker-frontend
3 years ago
..
model Depend on cfd protocol from `maia` repository 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 Nanoseconds begone! 3 years ago
cfd_actors.rs Rename `MustRefund` Cfd state to `PendingRefund` 3 years ago
connection.rs Authenticate connection with maker 3 years ago
db.rs Remove turbofish syntax when Rust can infer the type 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 Convert Wallet to actor 3 years ago
keypair.rs Integrate CFD protocol into the maker and taker 3 years ago
lib.rs Depend on cfd protocol from `maia` repository 3 years ago
logger.rs Set default log level for whole crate 3 years ago
maker.rs Authenticate connection with maker 3 years ago
maker_cfd.rs Depend on cfd protocol from `maia` repository 3 years ago
maker_inc_connections.rs Authenticate connection with maker 3 years ago
model.rs Trim the Usd and Price precision only before sending to the UI feed 3 years ago
monitor.rs Oracle attestation should not affect all cfds 3 years ago
noise.rs Authenticate connection with maker 3 years ago
olivia.rs Properly model event IDs 3 years ago
oracle.rs Depend on cfd protocol from `maia` repository 3 years ago
payout_curve.rs Depend on cfd protocol from `maia` repository 3 years ago
routes.rs Refactor `EmbeddedFileExt` to use combinators and ? 3 years ago
routes_maker.rs Add new taker-frontend and rename old to maker-frontend 3 years ago
routes_taker.rs Add new taker-frontend and rename old to maker-frontend 3 years ago
seed.rs Authenticate connection with maker 3 years ago
send_to_socket.rs Encrypt network communication using the noise protocol 3 years ago
setup_contract.rs Depend on cfd protocol from `maia` repository 3 years ago
taker.rs Authenticate connection with maker 3 years ago
taker_cfd.rs Merge #487 3 years ago
to_sse_event.rs Provide feedback about maker failed actions in HTTP response 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 Depend on cfd protocol from `maia` repository 3 years ago
wallet_sync.rs Convert Wallet to actor 3 years ago
wire.rs Depend on cfd protocol from `maia` repository 3 years ago