548 Commits (0334b66786fe23d05a4fa92c84aac662bfe8881c)

Author SHA1 Message Date
Thomas Eizinger d2f0d0be9f
Allow term to be configurable on the maker's commandline 3 years ago
Thomas Eizinger d789732ed7
Use the original order's term for rolling over 3 years ago
dependabot[bot] 9ebbafe045
Bump rust_decimal from 1.16.0 to 1.17.0 3 years ago
Thomas Eizinger 499d3c6606
Disallow `.unwrap` in prod code and use expect for remaining ones 3 years ago
Thomas Eizinger 5930059806
Rewrite matrix_solve to not contain `unwrap` 3 years ago
Thomas Eizinger 578de0edf8
Make function that never fails non-fallible 3 years ago
Thomas Eizinger 01546cdd4f
Use xtra_productivity in `oracle::Actor` 3 years ago
Thomas Eizinger 078c9bc626
Merge impl blocks with same bounds 3 years ago
Thomas Eizinger b8fc783a69
Use xtra_productivity in `monitor::Actor` for non-fallible functions 3 years ago
Thomas Eizinger 45bcc4fe87
Fully-qualify async_trait macro 3 years ago
Mariusz Klochowicz 331c6dedf2
Stop contract and rollover from the maker if cannot notify the taker 3 years ago
Mariusz Klochowicz 5650ab1ec5
Roll out xtra_productivity inside maker_inc_connections actor 3 years ago
Mariusz Klochowicz ad4c2720bd
Use spawn_fallible inside maker_inc_connections to log errors 3 years ago
Mariusz Klochowicz 0998661751
Prefer automatic links in docs 3 years ago
Mariusz Klochowicz 8e2f3cfc95
Initialize Cfd actors outside of Rocket 3 years ago
Philipp Hoenisch 0a51601a6d
Show cfd expiry in UI 3 years ago
Thomas Eizinger d4ee08bd19
Remove all usages of `#[allow(dead_code)]` 3 years ago
DelicioiusHair 8897754138 Added tests for matrix-solver 3 years ago
Mariusz Klochowicz 41e838df5e
Remove unnecessary async move 3 years ago
Mariusz Klochowicz 0238607464
Fix bug in fanning out messages to multiple actors in the maker 3 years ago
Lucas Soriano del Pino c1381d5b14
Introduce taker ActorSystem 3 years ago
Daniel Karzel c9c03b7c88
Don't fail in oracle attestation loop 3 years ago
Daniel Karzel c798035402
Don't fail re-broadcasting tx loop 3 years ago
Daniel Karzel dfc8b00ac7
Taker removes order from feed after cfd insert 3 years ago
Daniel Karzel 79616e8036
Add guard to disallow adding cfd for same order 3 years ago
Thomas Eizinger d18ee55146
Replace `expect` with `context` to avoid panics 3 years ago
Daniel Karzel 7b40667d4d
Macro to trace errors in loop and continue 3 years ago
Lucas Soriano del Pino 2bb8a7f592
Remove superfluous Send trait bound 3 years ago
Lucas Soriano del Pino 7d0b2374d1
Use more qualified syntax for tokio::Receiver 3 years ago
Lucas Soriano del Pino f90dd1fa53
Convert tracing::error into anyhow::Error context 3 years ago
Thomas Eizinger 75cd6a1ea2
Fix precision of Usd and Percent to 2 decimal upon serialization 3 years ago
Thomas Eizinger 202c600ddc
Refer to correct ID when joining orders 3 years ago
Daniel Karzel 4f4e6133ac
Failing test 3 years ago
Thomas Eizinger 09172b2b5d
Make `OrderId` always represent as `Hyphenated` in DB 3 years ago
Thomas Eizinger 1a28131bf5
Properly shutdown DB connection before exit 3 years ago
Lucas Soriano del Pino 7cb3c4f2c7
Treat InvalidOrderId from maker as Rejected 3 years ago
Mariusz Klochowicz 5b615476a3
Test order and cfd insertion in the actor 3 years ago
Mariusz Klochowicz df402180f2
Validate sqlx insertions 3 years ago
Philipp Hoenisch 9497043478
Print git tag when starting maker/taker 3 years ago
Daniel Karzel f5db38a724
Remove Todos in favour of tickets 3 years ago
Daniel Karzel a328d43b74
Remove pending roll over proposal upon rejection 3 years ago
Thomas Eizinger 790eaaa4f4
Add timeouts to rollover messages 3 years ago
Thomas Eizinger 2e57f98a8b
Fix typo 3 years ago
Thomas Eizinger c467155b71
Add timeouts to awaiting messages during contract setup 3 years ago
Thomas Eizinger 698c7b70b7
Add log statements to sections of contract-setup 3 years ago
Thomas Eizinger 932b0badf5
Remove stale TODO 3 years ago
Thomas Eizinger 38ee2b1d7c
Prefetch announcement upon proposing rollover 3 years ago
Thomas Eizinger 3ad6eacdb1
Add log statement for completed roll over 3 years ago
Lucas Soriano del Pino 79c377a7b8
Introduce maker ActorSystem 3 years ago
Lucas Soriano del Pino 4b9dae8c7d
Make taker_cfd::Actor generic over other actor addresses 3 years ago