78 Commits (fe4172f1c0f80c1db6b5448c69caff40d0ff89db)

Author SHA1 Message Date
Daniel Karzel 1d6140c516
Move taker's `ActorSystem` to `lib` as `Taker` 3 years ago
Mariusz Klochowicz 8e2f3cfc95
Initialize Cfd actors outside of Rocket 3 years ago
Lucas Soriano del Pino c1381d5b14
Introduce taker ActorSystem 3 years ago
Thomas Eizinger 1a28131bf5
Properly shutdown DB connection before exit 3 years ago
Philipp Hoenisch 9497043478
Print git tag when starting maker/taker 3 years ago
Lucas Soriano del Pino 79c377a7b8
Introduce maker ActorSystem 3 years ago
Lucas Soriano del Pino 20c76f6134
Use MessageChannel instead of send_to_socket::Actor 3 years ago
Thomas Eizinger fc2b5fe482
Sync with Olivia every 5 seconds 3 years ago
Lucas Soriano del Pino 05c1674ae3
Use MessageChannel in taker's post_cfd_action HTTP handler 3 years ago
Lucas Soriano del Pino 1dbe127db9
Use MessageChannel in post_order_request HTTP handler 3 years ago
Thomas Eizinger f043928250
Introduce a `fan_out::Actor` instead of iterating in the `oracle::Actor` 3 years ago
Lucas Soriano del Pino 09c331f547
Replace CFD actor Address with MessageChannel in oracle::Actor 3 years ago
Thomas Eizinger 67a39aa5bd
Re-introduce library 3 years ago
Thomas Eizinger 013d9f2ef0
Introduce drop-in replacement for tokio::spawn that logs errors 3 years ago
Thomas Eizinger fbcb629a8e
Properly model event IDs 3 years ago
Daniel Karzel 5beb401e79
Transaction ids and payout in the UI 3 years ago
Thomas Eizinger c1c3f9e0d9
Parallelize fetching of announcements via self messages 3 years ago
Philipp Hoenisch d31ba28532
Make HTTP listen address configurable 3 years ago
Philipp Hoenisch c810c2c5aa
Add signet support 3 years ago
Philipp Hoenisch 599bdc74dd
Rename opts variable 3 years ago
Daniel Karzel 0660e02b1f
Oracle actor initial state update 3 years ago
Daniel Karzel 1dcb23bdf6
Handle oracle actor pending attestations upon startup 3 years ago
Daniel Karzel 0e4037eb5d
Use Olivia's hardcoded pubkey 3 years ago
Philipp Hoenisch b012aa7a37
Rollover order boilerplate 3 years ago
Thomas Eizinger 04906a938b
Allow application to run on mainnet or testnet 3 years ago
Mariusz Klochowicz 36c04140f6
Optimise data structure used for settlement proposals 3 years ago
Mariusz Klochowicz 30a549c8bb
Allow accepting/rejecting settlement proposals in the maker daemon 3 years ago
Thomas Eizinger 1560d86698
Move re-broadcasting functionality from actor ctor to housekeeping 3 years ago
Thomas Eizinger a49e1d342f
Rename `cleanup` module to `housekeeping` 3 years ago
Thomas Eizinger eee0fdac25
Rework monitoring actor to use local state instead of tasks 3 years ago
Daniel Karzel 550bdcdd22
Integrate settlement endpoint into actions 3 years ago
Daniel Karzel 42b4701bc7
Non-collaborative close by publishing commit tx 3 years ago
Thomas Eizinger 43b1d08898
Add API for calculating payout curve 3 years ago
Thomas Eizinger ee785354f3
Directly initialize feed with list of current CFDs 3 years ago
Thomas Eizinger fa2ca990a1
Use the same database connection throughout the actor setup 3 years ago
Mariusz cf08326c64
Add a taker endpoint for initiating collaborative settlement (#175) 3 years ago
Lucas Soriano del Pino 23d7c6110f
Watch relevant olivia announcements and attestations 3 years ago
Thomas Eizinger fa87ad90c6
Use sqlite for BDK's database 3 years ago
Mariusz Klochowicz 3badba7067
Revert "Use current price in profit margin calculations" 3 years ago
Daniel Karzel c3f8b4b35b
Handle existing Cfds upon daemon startup 3 years ago
Mariusz Klochowicz 4b8237c9d6
Use current price in profit margin calculations 3 years ago
Mariusz Klochowicz 641905e6be
Display price feed in the UI 3 years ago
Thomas Eizinger 904d81d51f
Refactor setup_contract to be just an async function 3 years ago
Thomas Eizinger e677ba7a74
Replace `taker_inc_message_actor` with `Address::attach_stream` 3 years ago
Daniel Karzel 608a962b8e
Taker monitors 3 years ago
Daniel Karzel 4fb84cc58f
Bundle monitoring events that change cfd state 3 years ago
Thomas Eizinger b6d0fc6c2f
Convert `send_wire_message_actor` to xtra::Actor 3 years ago
Mariusz Klochowicz 4dd27fbd25
Don't repeat names in module and types 3 years ago
Thomas Eizinger 81259e1b61
Decouple wallet sync from cfd actors 3 years ago
Mariusz Klochowicz 15ecdf01b0
Roll-out xtra framework into the taker actor 3 years ago