489 Commits (0334b66786fe23d05a4fa92c84aac662bfe8881c)

Author SHA1 Message Date
Mariusz Klochowicz 855181f06c
Expand Tasks API for ergonomics 3 years ago
Mariusz Klochowicz 6afe3f8e6c
Disallow calls to tokio::spawn outside dedicated extension trait 3 years ago
Mariusz Klochowicz bea968d27b
Tie lifetimes of spawned tasks to actors 3 years ago
Thomas Eizinger 30dc9481e4
Ban do_send_async and do_send functions 3 years ago
Thomas Eizinger dd69419c4e
Migrate `do_send_async` to `send` 3 years ago
Thomas Eizinger 56170250b8
Migrate `do_send_async` to `send` 3 years ago
Thomas Eizinger 0eaa1ff82e
Migrate `do_send_async` to `send` 3 years ago
Thomas Eizinger ca36e0b8f4
Migrate `do_send_async` to `send` 3 years ago
Thomas Eizinger e448f37442
Migrate `do_send_async` to `send` 3 years ago
Thomas Eizinger 4e34bbade4
Migrate `do_send_async` to `send` 3 years ago
Thomas Eizinger a253a62582
Migrate `do_send_async` to `send` 3 years ago
Thomas Eizinger 7f0a218502
Migrate `do_send_async` to `send` 3 years ago
Thomas Eizinger ec8e4d6c6a
Migrate `do_send_async` to `send` 3 years ago
Thomas Eizinger 47bfc3a2a9
Replace implementation of TakerId with public key 3 years ago
Thomas Eizinger 8bda269e7a
Improve variable naming 3 years ago
Thomas Eizinger 0b2d2ec3c2
Prefer tracing fields of stringified log message 3 years ago
Mariusz Klochowicz 342c36ef72
Reduce heartbeat interval in test harness 3 years ago
Mariusz Klochowicz 9c4e89325f
Tie tasks spawned inside actor systems to actor system lifetime 3 years ago
Mariusz Klochowicz 143cc09e65
Extend our futures trait for better ergonomics with remote handles 3 years ago
Thomas Eizinger 05a883297f
Prettify log message for sending message 3 years ago
Thomas Eizinger 900d9560e2
Log readiness of actor systems 3 years ago
Thomas Eizinger b1f6e9e1db
Generalize logging for received messages 3 years ago
Thomas Eizinger ca2bd5e291
Statically ensure that our only failure mode is `NoConnection` 3 years ago
Thomas Eizinger 561b189de1
Remove unnecessary `Result` return value 3 years ago
Thomas Eizinger 89576974e2
Inline `handle_new_order` 3 years ago
Thomas Eizinger 4b85cd5704
Log establishment of connection 3 years ago
Thomas Eizinger cf5e50029c
Use `TcpStream` to connect to address 3 years ago
Thomas Eizinger a4c0b181cf
Allow domains for maker argument 3 years ago
Thomas Eizinger 97ed7ba54e
Extract connecting into helper function 3 years ago
Thomas Eizinger b118ffece5
Remove maker default address 3 years ago
Thomas Eizinger b01e3b1dc6
Move handling of bad connection into `send_to_taker` function 3 years ago
Thomas Eizinger 49d4665fa9
Don't log entire order to avoid log spam 3 years ago
Mariusz Klochowicz ef27eff999
Improve user-facing string if taker daemon shuts down 3 years ago
Mariusz Klochowicz 31168e1cd0
Reduce log spam by logging heartbeats at trace level 3 years ago
Mariusz Klochowicz 8d53f397a2
Improve naming of noise protocol parameters 3 years ago
Daniel Karzel bfb2dba0c2
Make sure not to fail in for loop sending to takers 3 years ago
Mariusz Klochowicz cbb52f011c
Use a connection actor for the taker 3 years ago
Thomas Eizinger d2217d3f91
Make number of payouts configurable 3 years ago
Daniel Karzel ed9f368305
Configurable log levels on both taker and maker 3 years ago
Thomas Eizinger 5f0ffd3844
Fix formatting of imports 3 years ago
Daniel Karzel a95b218aaf
Taker handles order received from maker already known 3 years ago
Daniel Karzel 1e42ed7fd7
Remove order before updating state to `IncomingOrderRequest` 3 years ago
Daniel Karzel 9ed32000ab
Rename `insert_cfd` to `insert_cfd_and_send_to_feed` 3 years ago
Mariusz Klochowicz 78945d5545
Generate seed automatically if no seed is present 3 years ago
itchymax 088bf45112
Add new taker-frontend and rename old to maker-frontend 3 years ago
Mariusz Klochowicz b3abfd027b
Depend on cfd protocol from `maia` repository 3 years ago
Daniel Karzel f951aad961
Transition to `SetupFailed` if the conract setup failed 3 years ago
Daniel Karzel 01ae5505fc
Remove misleading log 3 years ago
Mariusz Klochowicz a591c166e8
Update daemon/src/routes_taker.rs 3 years ago
Daniel Karzel 32351efe67
Oracle attestation should not affect all cfds 3 years ago