zkao
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, }...
The `HashMap`s may be replaced by `List` defined in `request.rs`
config or pass the parameters when making and taking? @h4sh3d @TheCharlatan @Lederstrumpf
`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...
Maybe we should use this: https://github.com/Internet2-WG/rust-microservices/blob/master/src/launcher.rs
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
SyncerManager launches Syncerd(Coin, Network) (useful when syncers remote in relation to) farcasterd
It looks like there is a regression on this