634 Commits (chore/leaner-release-process)

Author SHA1 Message Date
Lucas Soriano del Pino 4245c22b44
Refactor maker_inc_connections::Actor 3 years ago
itchymax 26b75b75d6 Prepare release 0.1.2 3 years ago
Mariusz Klochowicz 01a6dba79b
Use projection::Cfd in the feeds 3 years ago
Mariusz Klochowicz 0fb4457f37
Create cfds from the local state kept in projection actor 3 years ago
Mariusz Klochowicz b028ed6e84
Pass in `Role` and `Network` into projection actor 3 years ago
dependabot[bot] 8fd42a8b8f
Bump rust-embed from 6.2.0 to 6.3.0 3 years ago
dependabot[bot] 3b66dc35f5
Bump derive_more from 0.99.16 to 0.99.17 3 years ago
Mariusz Klochowicz 7464ababc8
Move Cfd types into the projection actor 3 years ago
Mariusz Klochowicz 1ddab68188
Extract code generating mempool.space URLs to avoid duplication 3 years ago
Mariusz Klochowicz 384ac2bfec
Move more types from ToSseEvent to projection actor 3 years ago
Mariusz Klochowicz 612f810088
Move TxUrl assembly into a separate module 3 years ago
Thomas Eizinger 673555b1b0
Remove taker_cfd::CfdAction enum and use `xtra-productivity` 3 years ago
Thomas Eizinger 220c0766c6
Introduce `AddressMap` primitive 3 years ago
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