Commit Graph

  • 0a23346ad0
    Merge #917 bors[bot] 2021-12-17 04:14:24 +0000
  • 739a4a40f5
    Make oracle and monitor actor load CFDs from DB Thomas Eizinger 2021-12-17 14:44:11 +1100
  • 950d5ebffe
    Merge #916 bors[bot] 2021-12-17 03:44:05 +0000
  • a5b5dd66d8
    Move init of syncing task to respective actor Thomas Eizinger 2021-12-17 14:18:43 +1100
  • 05467ab2bd
    Fix type in test name Lucas Soriano del Pino 2021-12-16 17:06:52 +1100
  • e9380af555
    Bump tokio from 1.14.0 to 1.15.0 dependabot[bot] 2021-12-16 10:22:35 +0000
  • eb600e5c71
    Bump @types/node from 16.11.12 to 17.0.0 in /taker-frontend dependabot[bot] 2021-12-16 07:53:28 +0000
  • 6eca459cea
    Merge #904 bors[bot] 2021-12-16 07:39:08 +0000
  • 8be8744049
    Merge #910 bors[bot] 2021-12-16 05:20:29 +0000
  • 0816da8cd2
    Use generic completed enum inside collaborative settlement actors Mariusz Klochowicz 2021-12-16 14:39:46 +1030
  • 95a241cd73
    Merge #900 bors[bot] 2021-12-16 04:40:19 +0000
  • 70057f4829
    Use a single generic enum for protocol completion Mariusz Klochowicz 2021-12-15 16:00:24 +1030
  • 6b302b03d8
    almost done with the rebase, but clippy still fails failing-clippy Mariusz Klochowicz 2021-12-16 13:43:21 +1030
  • c1ed706f42
    branch with failing clippy Mariusz Klochowicz 2021-12-16 12:11:42 +1030
  • 2a2b4eb095
    Use a single generic enum for protocol completion Mariusz Klochowicz 2021-12-15 16:10:15 +1030
  • 8509814856
    Merge #861 bors[bot] 2021-12-16 01:07:19 +0000
  • cf004aa84e
    Phase out log_error macro Lucas Soriano del Pino 2021-12-10 11:49:53 +1100
  • 4de08976b1
    Use same enum on both sides of contract setup Mariusz Klochowicz 2021-12-15 16:00:24 +1030
  • 33540c9247
    Remove workaround for longer heartbeat interval in debug mode remove-long-heartbeat-interval-in-debug-mode Mariusz Klochowicz 2021-12-16 09:55:23 +1030
  • 3b9faa6f6b
    Add linter to avoid future usage of devDependencies Thomas Eizinger 2021-12-16 09:46:51 +1100
  • 35b929f361
    Move all dependencies to `dependencies` Thomas Eizinger 2021-12-16 09:36:31 +1100
  • 7ac8de471e
    Remove duplicate dependency declarations Thomas Eizinger 2021-12-16 09:30:01 +1100
  • c55f579574
    Remove react-scripts dependency Thomas Eizinger 2021-12-16 09:27:39 +1100
  • 057d4628d1
    Merge #880 bors[bot] 2021-12-15 22:51:48 +0000
  • 70abfbe00d
    Merge #903 bors[bot] 2021-12-15 22:23:18 +0000
  • 9cd1c22320
    Introduce perpetual CFDs by rolling them over automatically Thomas Eizinger 2021-12-10 09:48:09 +1100
  • bf28cf7c76
    Bump framer-motion from 5.4.5 to 5.5.1 in /taker-frontend dependabot[bot] 2021-12-15 10:34:35 +0000
  • e8d37e43ef
    Merge #899 bors[bot] 2021-12-15 05:08:31 +0000
  • f6465b5acf
    Rename database function for loading CFDs Thomas Eizinger 2021-12-15 14:54:23 +1100
  • 0a9240abe2
    Merge #864 bors[bot] 2021-12-14 23:40:16 +0000
  • 3b2759ded3
    Merge #894 bors[bot] 2021-12-14 23:13:41 +0000
  • c09b8c4e2d
    Introduce SendAsyncSafe trait Lucas Soriano del Pino 2021-12-10 16:13:57 +1100
  • 797381bd81
    Bump vite from 2.7.1 to 2.7.2 in /taker-frontend dependabot[bot] 2021-12-14 22:16:22 +0000
  • 008f6a66a2
    Merge #893 bors[bot] 2021-12-14 22:13:39 +0000
  • b276a16eaa
    Merge #895 #896 bors[bot] 2021-12-14 22:05:58 +0000
  • 79300b4449
    Merge #887 bors[bot] 2021-12-14 11:57:35 +0000
  • 974f6deec0
    Bump @vitejs/plugin-react from 1.1.1 to 1.1.3 in /taker-frontend dependabot[bot] 2021-12-14 10:30:59 +0000
  • 7e788f7a01
    Bump typescript from 4.5.3 to 4.5.4 in /taker-frontend dependabot[bot] 2021-12-14 10:30:33 +0000
  • ad7c86f855
    Bump serde_json from 1.0.72 to 1.0.73 dependabot[bot] 2021-12-14 10:27:00 +0000
  • c6c983e869
    Merge #876 bors[bot] 2021-12-14 08:09:29 +0000
  • de2175d6a2
    Merge #878 bors[bot] 2021-12-14 07:58:36 +0000
  • 526838cbf6
    Test force-closing a cfd Mariusz Klochowicz 2021-12-13 17:31:29 +1030
  • 6a20958cb8
    Make all fields on CFD private Thomas Eizinger 2021-12-13 16:24:03 +1100
  • c2be3beab7 Fix incorrect code docs rishflab 2021-12-14 13:02:01 +1100
  • 192a38235c Check if transaction on chain if input missing or spent rishflab 2021-12-14 13:00:24 +1100
  • 6a7821d0ae
    Remove unnecessary `Serialize` and `Deserialize` derives Thomas Eizinger 2021-12-14 15:43:21 +1100
  • 21b4490536
    Clarify name of constructor Thomas Eizinger 2021-12-14 15:10:00 +1100
  • 76745f51ae
    Remove stale comment Thomas Eizinger 2021-12-14 15:53:04 +1100
  • 275a066b82
    Remove stale comment Thomas Eizinger 2021-12-14 15:06:28 +1100
  • 9d39e75324
    Revert "Remove oracle event id from cfd" test-force-close-without-fake-clock Mariusz Klochowicz 2021-12-14 14:51:37 +1030
  • be40921d09
    WIP Mariusz Klochowicz 2021-12-14 14:47:35 +1030
  • f363878aeb
    Test force-closing a cfd Mariusz Klochowicz 2021-12-13 17:31:29 +1030
  • 52c6e2e974
    Merge #889 bors[bot] 2021-12-14 03:56:26 +0000
  • 4e83e33535 Serialize expiry_timestamp in Cfd Philipp Hoenisch 2021-12-14 14:45:54 +1100
  • 1441c8fd73
    Merge #877 bors[bot] 2021-12-13 22:22:10 +0000
  • d18c48d991
    Merge #883 bors[bot] 2021-12-13 21:42:07 +0000
  • 56467152fc
    Bump mockall_derive from 0.10.2 to 0.11.0 dependabot[bot] 2021-12-13 21:25:35 +0000
  • 984794ebd0
    Merge #884 bors[bot] 2021-12-13 21:24:20 +0000
  • 238e078df3
    Merge #881 #882 bors[bot] 2021-12-13 21:15:18 +0000
  • 1c45f3c2e2
    Merge #885 bors[bot] 2021-12-13 21:08:10 +0000
  • b1927f5f22
    Bump @emotion/react from 11.7.0 to 11.7.1 in /taker-frontend dependabot[bot] 2021-12-13 10:32:13 +0000
  • 053606f46d
    Bump react-router-dom from 6.0.2 to 6.1.1 in /taker-frontend dependabot[bot] 2021-12-13 10:31:56 +0000
  • 5d545b43d4
    Bump clap from 3.0.0-rc.3 to 3.0.0-rc.4 dependabot[bot] 2021-12-13 10:28:42 +0000
  • 3c7a1f451a
    Bump mockall from 0.10.2 to 0.11.0 dependabot[bot] 2021-12-13 10:28:30 +0000
  • c89cd18e3a Sync wallet before publishing resilient-broadcast rishflab 2021-12-13 18:19:31 +1100
  • d724977af6 [Drop?] Do not transition to pending refund if TxCommit not published rishflab 2021-12-13 17:28:36 +1100
  • c6f13195b1
    Remove oracle event id from cfd Daniel Karzel 2021-12-13 17:28:28 +1100
  • 119831bca4
    Merge #806 bors[bot] 2021-12-13 06:06:59 +0000
  • 2ece32874a
    Merge #875 bors[bot] 2021-12-13 04:21:02 +0000
  • 810011d645 Move rollover logic to dedicated actor rishflab 2021-12-06 19:16:30 +1100
  • 99c5273317
    Simplify Cfd state assertions in tests Mariusz Klochowicz 2021-12-13 13:58:16 +1030
  • eda4aea3d7
    Improve dummy oracle announcement Mariusz Klochowicz 2021-12-13 13:55:57 +1030
  • 5e0ff5b05d
    Use a macro for delivering events in tests Mariusz Klochowicz 2021-12-13 13:44:19 +1030
  • 4e8026ee4f
    Use the same settlement interval in tests as in production Mariusz Klochowicz 2021-12-13 13:43:15 +1030
  • 06a4edb192
    Merge #863 bors[bot] 2021-12-13 00:28:55 +0000
  • 23464b6ef2
    Switch to `import_granularity: item` Thomas Eizinger 2021-12-10 16:26:41 +1100
  • 31c5858d73
    Merge #819 bors[bot] 2021-12-12 22:25:59 +0000
  • 4e7ae8bffe
    Don't store order in database Thomas Eizinger 2021-12-07 19:29:56 +1100
  • 9f45e37697
    Merge #871 bors[bot] 2021-12-12 01:56:08 +0000
  • b9d8a7ba39
    Merge #836 #866 #867 #868 #869 #870 bors[bot] 2021-12-11 03:18:53 +0000
  • 91e6989848
    Bump framer-motion from 5.4.4 to 5.4.5 in /taker-frontend dependabot[bot] 2021-12-10 10:30:17 +0000
  • 2f345334ec
    Bump @chakra-ui/react from 1.7.2 to 1.7.3 in /taker-frontend dependabot[bot] 2021-12-10 10:29:47 +0000
  • 343d27ee36
    Bump typescript from 4.5.2 to 4.5.3 in /taker-frontend dependabot[bot] 2021-12-10 10:28:44 +0000
  • c4491051b4
    Bump async-trait from 0.1.51 to 0.1.52 dependabot[bot] 2021-12-10 10:24:28 +0000
  • 5eb1c1004a
    Bump clap from 3.0.0-rc.1 to 3.0.0-rc.3 dependabot[bot] 2021-12-10 10:24:07 +0000
  • 82dea71713
    Bump vergen from 5.2.0 to 6.0.0 dependabot[bot] 2021-12-10 10:23:56 +0000
  • 4562702961
    Merge #862 bors[bot] 2021-12-10 05:13:07 +0000
  • 66e69b8bcc
    Report warning instead of error in setup actors Lucas Soriano del Pino 2021-12-10 13:59:08 +1100
  • f41fbba91c
    Replace HashMap in connection::Actor with AddressMap Lucas Soriano del Pino 2021-12-10 13:53:41 +1100
  • de36ff6902
    Merge #859 bors[bot] 2021-12-10 03:01:37 +0000
  • c37f91f6c6
    Merge #831 bors[bot] 2021-12-10 02:46:30 +0000
  • 9228326d46
    Fix setup_maker::Actor ActorName impl Lucas Soriano del Pino 2021-12-10 13:45:49 +1100
  • 458d15ee1c
    Merge #858 bors[bot] 2021-12-09 21:02:27 +0000
  • 14e064cfe7
    Add bumping of changelog to release action Thomas Eizinger 2021-12-10 07:41:40 +1100
  • 5730268ba6
    Bump clap from 3.0.0-beta.5 to 3.0.0-rc.1 dependabot[bot] 2021-12-09 20:46:02 +0000
  • 67b8a43255
    Add CHANGELOG Thomas Eizinger 2021-12-10 07:39:05 +1100
  • 8c720e780e
    Merge #853 bors[bot] 2021-12-09 20:32:17 +0000
  • bd61b8e3ba
    Merge #854 #855 #857 bors[bot] 2021-12-09 12:42:35 +0000
  • aada693b06
    Bump framer-motion from 5.4.3 to 5.4.4 in /taker-frontend dependabot[bot] 2021-12-09 10:26:57 +0000
  • ec1f77c595
    Bump serde_test from 1.0.130 to 1.0.131 dependabot[bot] 2021-12-09 10:23:35 +0000