Commit Graph

  • 30a549c8bb
    Allow accepting/rejecting settlement proposals in the maker daemon Mariusz Klochowicz 2021-10-01 14:32:18 +0930
  • 50cb75d093
    Stop CfdTable from refreshing Philipp Hoenisch 2021-10-06 09:35:54 +1100
  • 384e90331f
    Offer price based on current price (#203) Daniel Karzel 2021-10-06 09:24:41 +1100
  • 485b8d1f1a
    Merge pull request #190 from comit-network/p_n_l_calculation Philipp Hoenisch 2021-10-05 20:26:42 +1100
  • 0c3241d9f8
    Calculate Profit/Loss in BTC and % Philipp Hoenisch 2021-10-04 14:27:06 +1100
  • 0536d79c4d
    Merge pull request #201 from comit-network/olivia-attestation Lucas Soriano 2021-10-05 16:14:16 +1100
  • 27727cdb03
    Use olivia's attestation scheme instead of dlcspecs' Lucas Soriano del Pino 2021-10-05 13:23:42 +1100
  • abf1f683e0
    Merge pull request #197 from comit-network/handle-mutates-state Daniel Karzel 2021-10-05 14:29:15 +1100
  • 71f930e49a
    Merge pull request #196 from comit-network/windows-ci Thomas Eizinger 2021-10-05 14:11:05 +1100
  • eef1b7348b
    Transition cfd to new state when handling an event Daniel Karzel 2021-10-05 13:49:43 +1100
  • e296e500f5
    Run CI on windows Thomas Eizinger 2021-10-05 13:03:45 +1100
  • 9d9c72bd89
    Merge pull request #192 from comit-network/fix-olivia-integration Thomas Eizinger 2021-10-05 12:53:29 +1100
  • b09ac7a35e
    Deserialize response from olivia correctly Thomas Eizinger 2021-10-05 10:06:33 +1100
  • de0b2eaa69
    Merge pull request #191 from comit-network/dependabot/cargo/sqlx-0.5.9 Thomas Eizinger 2021-10-05 10:04:56 +1100
  • 6c1a860d5a
    Bump sqlx from 0.5.7 to 0.5.9 dependabot[bot] 2021-10-04 10:25:24 +0000
  • a845776515
    Merge pull request #189 from comit-network/release-caches Thomas Eizinger 2021-10-01 20:29:36 +1000
  • 835af9c029
    Merge pull request #188 from comit-network/fix-publish-commit Daniel Karzel 2021-10-01 20:03:40 +1000
  • 8d52cfbec7
    Make cache to be per target Thomas Eizinger 2021-10-01 18:45:09 +1000
  • 13814813a9
    Refresh feed after state transition after monitor event Daniel Karzel 2021-10-01 18:30:15 +1000
  • 60e4b2cee0
    Fix transition to `CommitFinality` from `PendingCommit` Daniel Karzel 2021-10-01 18:29:47 +1000
  • fed9a8bde6
    Fix commit transaction publication Daniel Karzel 2021-10-01 18:17:37 +1000
  • 7f66504090
    Merge pull request #187 from comit-network/housekeeping Thomas Eizinger 2021-10-01 18:34:06 +1000
  • 1560d86698
    Move re-broadcasting functionality from actor ctor to housekeeping Thomas Eizinger 2021-10-01 17:51:57 +1000
  • a49e1d342f
    Rename `cleanup` module to `housekeeping` Thomas Eizinger 2021-10-01 17:47:21 +1000
  • 268f94a6b8
    Merge pull request #178 from comit-network/simplify-monitoring Thomas Eizinger 2021-10-01 17:45:08 +1000
  • 2fb374bcc5
    Merge pull request #186 from comit-network/no-nonce-pks-for-now Thomas Eizinger 2021-10-01 17:37:47 +1000
  • 069cdd2f45
    Add test for monitoring actor Thomas Eizinger 2021-10-01 10:31:20 +1000
  • 0ce2375ef7
    Make Actor generic over electrum client implementation Thomas Eizinger 2021-10-01 10:24:47 +1000
  • eee0fdac25
    Rework monitoring actor to use local state instead of tasks Thomas Eizinger 2021-09-29 12:02:53 +1000
  • 7b8b80052a
    Refer to symbols within `std::fmt` via `fmt::` Thomas Eizinger 2021-10-01 12:12:16 +1000
  • f028ca662d
    Don't take announcements from oracle for now Thomas Eizinger 2021-10-01 17:15:36 +1000
  • 79c7570498
    Merge pull request #184 from comit-network/fix-olivia-actor Thomas Eizinger 2021-10-01 17:17:30 +1000
  • 7375ab1508
    Actually construct the correct URLs Thomas Eizinger 2021-10-01 16:46:14 +1000
  • 4ac13e405e
    Make sure we can request HTTPS urls Thomas Eizinger 2021-10-01 16:43:32 +1000
  • a9cad7ec3e
    Merge pull request #179 from comit-network/non-collaborative-close Daniel Karzel 2021-10-01 16:20:46 +1000
  • 550bdcdd22
    Integrate settlement endpoint into actions Daniel Karzel 2021-10-01 16:00:17 +1000
  • 9c02592836
    Pass order_id instead of msg to handle func Daniel Karzel 2021-10-01 13:31:21 +1000
  • a43312de2d
    Don't panic in endpoints Daniel Karzel 2021-10-01 13:28:44 +1000
  • 592e81c897
    Re-trigger sending commit in case we start up in `PendingCommit` Daniel Karzel 2021-09-30 21:35:52 +1000
  • 42b4701bc7
    Non-collaborative close by publishing commit tx Daniel Karzel 2021-09-30 21:16:56 +1000
  • 2eb135d155
    Simplify state transition code Daniel Karzel 2021-09-30 20:38:40 +1000
  • a76433000e
    Update event ID to latest format fix-olivia-event-id Thomas Eizinger 2021-10-01 14:25:28 +1000
  • c11cb6f51b
    Merge pull request #183 from comit-network/request-order-fix Mariusz 2021-10-01 14:05:51 +0930
  • 1f5083fa65
    Fix the API breakage on posting a CfdOrderRequest Mariusz Klochowicz 2021-10-01 13:55:56 +0930
  • 296fd98cf0
    Add dummy payouts Thomas Eizinger 2021-10-01 14:21:32 +1000
  • 5cf03d83bd
    Merge pull request #156 from comit-network/payout-curve-api Thomas Eizinger 2021-10-01 14:22:39 +1000
  • 43b1d08898
    Add API for calculating payout curve Thomas Eizinger 2021-09-28 11:23:43 +1000
  • 5d5347ce56
    Merge pull request #172 from comit-network/directly-initialize-price-feed Thomas Eizinger 2021-10-01 14:15:21 +1000
  • ee785354f3
    Directly initialize feed with list of current CFDs Thomas Eizinger 2021-09-30 12:28:05 +1000
  • fa2ca990a1
    Use the same database connection throughout the actor setup Thomas Eizinger 2021-09-30 12:02:03 +1000
  • bbaf66a754
    Merge pull request #145 from comit-network/oracle-actor Thomas Eizinger 2021-10-01 13:56:05 +1000
  • cf08326c64
    Add a taker endpoint for initiating collaborative settlement (#175) Mariusz 2021-10-01 13:25:47 +0930
  • 23d7c6110f
    Watch relevant olivia announcements and attestations Lucas Soriano del Pino 2021-09-30 18:20:23 +1000
  • 079322511d
    Merge pull request #174 from comit-network/model-update Daniel Karzel 2021-10-01 13:32:42 +1000
  • 558443b97d
    Properly configure linting and fix lint errors Daniel Karzel 2021-10-01 13:16:57 +1000
  • faaaed8705
    Remove unused code Daniel Karzel 2021-10-01 12:15:34 +1000
  • e8d48ef449
    Group case statements of switches in UI Daniel Karzel 2021-09-30 21:00:31 +1000
  • 18d6c6771c
    Merge pull request #180 from comit-network/bdk-sqlite Thomas Eizinger 2021-10-01 11:59:48 +1000
  • fa87ad90c6
    Use sqlite for BDK's database Thomas Eizinger 2021-10-01 10:10:32 +1000
  • 57fe104d9c
    Selectively depend on bdk features Thomas Eizinger 2021-10-01 10:00:58 +1000
  • a219d90dd0
    Update to bdk 0.12 Thomas Eizinger 2021-10-01 09:58:41 +1000
  • a2fbfedc02
    UI state mapping & dynamic actions Daniel Karzel 2021-09-30 13:31:32 +1000
  • 36521bdee8
    Merge pull request #177 from comit-network/fix-contract-setup Thomas Eizinger 2021-09-30 20:08:01 +1000
  • d78ae049be
    Merge pull request #176 from comit-network/fix-electrum-response-parsing Thomas Eizinger 2021-09-30 19:31:56 +1000
  • 00883af0a9
    Don't panic on unexpected messages Thomas Eizinger 2021-09-30 17:30:44 +1000
  • cf5a3752d3
    Improve readability of special handling for electrum error Thomas Eizinger 2021-09-30 17:19:24 +1000
  • fdd50e889e
    Fix parsing of electrum error response Thomas Eizinger 2021-09-30 17:13:07 +1000
  • e1e3d4bd94
    Merge pull request #173 from comit-network/maker-cfd-cleanup Mariusz 2021-09-30 15:56:53 +0930
  • 28ecd8a680
    Clean up message handlers in maker_cfd actor Mariusz Klochowicz 2021-09-30 15:01:24 +0930
  • d47b97b807
    Merge pull request #162 from comit-network/dependabot/cargo/bdk-8c21bcf Thomas Eizinger 2021-09-30 12:34:47 +1000
  • f237b0ee0b
    Bump bdk from `919522a` to `8c21bcf` dependabot[bot] 2021-09-30 02:25:46 +0000
  • 59d8590892
    Merge pull request #159 from comit-network/more-useful-caches Thomas Eizinger 2021-09-30 12:24:41 +1000
  • 0bec3ba20c
    Merge pull request #171 from comit-network/price-feed-old-version Mariusz 2021-09-30 11:32:24 +0930
  • 9e0504b409
    Split cargo CI job into x64 and arm Thomas Eizinger 2021-09-28 12:23:54 +1000
  • bfbaee08ac
    Use current price in profit margin calculations Mariusz Klochowicz 2021-09-27 15:10:24 +0930
  • 3badba7067
    Revert "Use current price in profit margin calculations" Mariusz Klochowicz 2021-09-30 09:39:49 +0930
  • 12bf8f84cb
    Merge pull request #160 from comit-network/restart Daniel Karzel 2021-09-29 18:11:04 +1000
  • f5c63dcc31
    Merge pull request #168 from comit-network/minor-frontend-fixes Daniel Karzel 2021-09-29 18:10:37 +1000
  • dde0baadda
    Merge pull request #167 from comit-network/use-grids Daniel Karzel 2021-09-29 18:10:27 +1000
  • 91522bc4d9
    Re-work use of `Skeleton` to hide the content we are loading Thomas Eizinger 2021-09-29 17:58:22 +1000
  • c3f8b4b35b
    Handle existing Cfds upon daemon startup Daniel Karzel 2021-09-27 17:42:44 +1000
  • 858c181ada
    Remove `Updated:` label from timestamp component Thomas Eizinger 2021-09-29 17:56:20 +1000
  • c1c205ab09
    Use a grid to model the taker's control panel Thomas Eizinger 2021-09-29 17:40:09 +1000
  • 067bedbeed
    Use grid to model maker's control panel Thomas Eizinger 2021-09-29 17:34:41 +1000
  • bebeb6f1ae
    Use Grid to model OrderTile Thomas Eizinger 2021-09-29 17:22:59 +1000
  • 78844b6c79
    Replace auth::Error with dedicated logs fix-bad-api-calls Thomas Eizinger 2021-09-29 16:58:54 +1000
  • 5e74e9fd86
    Merge pull request #154 from comit-network/price-feed Mariusz 2021-09-29 16:19:03 +0930
  • 4b8237c9d6
    Use current price in profit margin calculations Mariusz Klochowicz 2021-09-27 15:10:24 +0930
  • 641905e6be
    Display price feed in the UI Mariusz Klochowicz 2021-09-27 15:02:13 +0930
  • e32daea94a
    Remove scoped catcher Thomas Eizinger 2021-09-29 16:11:01 +1000
  • 0b29638fbc
    Merge pull request #163 from comit-network/frontend-layouting Daniel Karzel 2021-09-29 13:29:01 +1000
  • 1d63518b8b
    Merge pull request #164 from comit-network/table-header Daniel Karzel 2021-09-29 11:16:45 +1000
  • 6aaf4f56b1
    Remove the span that does not align the table header properly Daniel Karzel 2021-09-28 21:28:52 +1000
  • 410ded4a24
    Layout UI Daniel Karzel 2021-09-28 21:17:16 +1000
  • bfa7db680f
    Merge pull request #158 from comit-network/inc-connection-actor Thomas Eizinger 2021-09-28 14:55:47 +1000
  • accb5fcbbb
    Merge pull request #157 from comit-network/good-at-maths Lucas Soriano 2021-09-28 13:58:46 +1000
  • d5698614df
    Merge pull request #155 from comit-network/xtra-upgrade Mariusz 2021-09-28 12:06:42 +0930
  • 699ddcf95a
    Use latest github snapshot of xtra Mariusz Klochowicz 2021-09-27 18:23:46 +0930
  • 5883890858
    Merge pull request #153 from comit-network/cfd-setup-actor Thomas Eizinger 2021-09-28 12:25:07 +1000
  • 2922e03ae1
    Use `Address::attach_stream` for incoming connections Thomas Eizinger 2021-09-28 12:12:10 +1000