746 Commits (remove-long-heartbeat-interval-in-debug-mode)

Author SHA1 Message Date
Lucas Soriano del Pino f9cd6cb5d5
Handle incoming InvalidOrderId in setup_taker::Actor 3 years ago
Mariusz Klochowicz 17673e50cc
Remove deadlock after triggering collaborative settlement 3 years ago
Daniel Karzel 2781f57e29
Add acknowledge message at the end of rollover 3 years ago
Mariusz Klochowicz 9624cc2ece
Use projection actor for connected takers 3 years ago
Daniel Karzel 57ad8a645a
Add acknowledge message at the end of contract setup 3 years ago
Mariusz Klochowicz 08059677bc
Increase heartbeat timeout interval in debug mode to 45s 3 years ago
Mariusz Klochowicz ea961019c8
Increase the timeout in debug mode to fix CI/bors 3 years ago
Thomas Eizinger e7f44fb187
Add `FromStr` implementation for Identity 3 years ago
Thomas Eizinger ffe3d1439b
Rename `TakerId` to `Identity` 3 years ago
Mariusz Klochowicz 73fb28ddba
Move CfdOrder inside projection actor 3 years ago
Mariusz Klochowicz 5fde06500b
Move Quote inside projection actor 3 years ago
Mariusz Klochowicz e43325d888
Use shorter heartbeat timeout in test that waits for it 3 years ago
Mariusz Klochowicz 844fa4dd80
Add ignored attribute to contract setup test 3 years ago
Mariusz Klochowicz 6907026850
Tweak waiting time for new values on channels in tests 3 years ago
Mariusz Klochowicz 0984111425
Increase heartbeat interval in debug builds 3 years ago
Mariusz Klochowicz a76e24d970
Use the same number of payouts in the contract setup test 3 years ago
Mariusz Klochowicz ee9d81e7bc
Refactor projection actor before adding new functionality 3 years ago
Daniel Karzel 9135264782
Contract setup `Completed` is the same for taker and maker 3 years ago
Thomas Eizinger 079dc4ceb1
Push down signing of CET into `Dlc` 3 years ago
Thomas Eizinger e01d84f578
Push down signing of commit transaction into `Dlc` 3 years ago
Thomas Eizinger 2ab44b5cbd
Push down signing of refund transaction into `Dlc` 3 years ago
Lucas Soriano del Pino d7f7d8f912
fixup! Introduce short-lived setup_taker_actor 3 years ago
Mariusz Klochowicz 57f08febb5
Limit scope of the database connections acquired during application setup 3 years ago
Lucas Soriano del Pino a6b5bfe620
Correct typo in actor tests 3 years ago
Lucas Soriano del Pino eec8988456
Introduce short-lived setup_taker_actor 3 years ago
Thomas Eizinger 47ac726729
Use xtra_productivity for maker_cfd::NewOrder 3 years ago
Lucas Soriano del Pino 2f2ab75b75
Associate contract setup messages with an order ID 3 years ago
Lucas Soriano del Pino 2e0ccd7916
Prefer 2 MessageChannels over generic Address 3 years ago
dependabot[bot] 10b0445540
Bump ndarray from 0.15.3 to 0.15.4 3 years ago
Thomas Eizinger 07c79b8396
Remove `maker_cfd::CfdAction` enum 3 years ago
Mariusz Klochowicz a8d1647d69
Clean up the test harness before allowing config tailoring 3 years ago
Mariusz Klochowicz 1e1add8afd
Use projection actor to publish information about connected takers 3 years ago
Mariusz Klochowicz e27fcce8c5
Provide information about connected takers in a dedicated feed 3 years ago
Daniel Karzel 5ee64dc50e
Remove oracle announcement monitoring from before complete rollover 3 years ago
Daniel Karzel b4b5cd7f57
Move settlement oracle event id into the Dlc 3 years ago
Mariusz Klochowicz f503d19824
Allow running taker without connected maker 3 years ago
Thomas Eizinger 1e0bf3de72
Implement sqlx::Type for more datatypes 3 years ago
bonomat c951fe6f57
Add new endpoint to allow withdrawing through UI 3 years ago
Daniel Karzel 500c6a5dfe
Only pass the necessary parameters to setup/rollover 3 years ago
scratchy 825b80d6df
Add guard for triggering settlement proposal 3 years ago
Daniel Karzel 5850575327
Fixed settlement interval 3 years ago
Daniel Karzel d853b8ec0b
Move tests to bottom of file 3 years ago
Daniel Karzel 6003ad0bc7
Cleanup impl blocks 3 years ago
Daniel Karzel 566aca374b
We can safely assume that creating a timestamp should not fail 3 years ago
bonomat d48a39a56f
Callee should take care of the logging 3 years ago
bonomat 7344a4ee89
The wallet should check if the passed-in address has correct network 3 years ago
bonomat bf36f290dd
Introduce projection actor 3 years ago
bonomat 1d6b1a49e1
This test did not test much 3 years ago
bonomat 7d98e04686
Move invariant into function 3 years ago
Thomas Eizinger 07ebb08606
Transition uses of `do_send` to `send` 3 years ago