Commit Graph

21 Commits (c316ea5244f3d3184d8ada07e9af0b3a1f506172)

Author SHA1 Message Date
Franck Royer c316ea5244
Upgrade toolchain
3 years ago
Franck Royer 108cc1e6cc
Use trait instead of passing struct
3 years ago
Franck Royer b8a9356d1b
Change expiries depending on the test goal
3 years ago
rishflab 1597f5336b
Restart event loop in tests
3 years ago
Daniel Karzel 33a9057b1f Move run_until is_target_state comparison functions into testutils
3 years ago
Daniel Karzel 433704e48c Top to bottom `pub mod` then `mod` then `pub use` then `use` (incl. `use crate` and `use self`)
3 years ago
Franck Royer b21dc03ed0
`alice::SwapFactory` should be consumed once a swap is returned
3 years ago
Daniel Karzel acfd43ee79 Rename Test to TestContext and argument to ctx
3 years ago
Daniel Karzel 3398ef8236 Use Alice swap factory in production
3 years ago
Daniel Karzel 8bf467b550 Make the factory code usable in production
3 years ago
Daniel Karzel 73a2841ec5 Refactor happy path bob restart tests
3 years ago
Daniel Karzel 664958939d Create network::Seed from swap::Seed instead of abstracting over byte array
3 years ago
Daniel Karzel 0a21040e08 Deterministic peer id from seed for alice
3 years ago
rishflab dcea54dbf1 Move protocol parent states into appropriate module
3 years ago
rishflab c900d12593 Merge xmr_btc crate
3 years ago
Daniel Karzel 487b880371 Cleanup unused config param that was accidentally introduced
3 years ago
Daniel Karzel e031681369 Add minimum monero confirmations to config use it for Bob
3 years ago
Daniel Karzel 4d9559fc2e Monero network settings and testnet
3 years ago
Franck Royer 8c7964bfee
Rename storage.rs to database.rs to reduce terminology variants
3 years ago
Franck Royer 49b84d84b9
Add address at the start
3 years ago
Franck Royer 1e4b115556
Separate Bob restart tests
3 years ago