zkao

Results 55 issues of zkao

``` pub struct CheckpointSwapd { pub state: State, pub last_msg: Msg, pub enquirer: Option, pub xmr_addr_addendum: Option, pub temporal_safety: TemporalSafety, pub txs: HashMap, pub txids: HashMap, pub pending_requests: HashMap, }...

mainnet

The `HashMap`s may be replaced by `List` defined in `request.rs`

enhancement
refactor

config or pass the parameters when making and taking? @h4sh3d @TheCharlatan @Lederstrumpf

enhancement
mainnet

`Request` enum implements `TypedEnum`, and can only have a single element in each of the enums variant. Because of that we created types that hold multiple elements, and these types...

refactor

Maybe we should use this: https://github.com/Internet2-WG/rust-microservices/blob/master/src/launcher.rs

enhancement
refactor
reliability

that is limiting on the context of an atomic swap network that peers might be maker or taker at different times through the same peer connection

enhancement
refactor

It looks like there is a regression on this

enhancement