Commit Graph

49 Commits

Author SHA1 Message Date
Mikhail Gladchenko
26b916c532 Merge branch 'main' into OP-2812-show-order-route-path-and-benefits
# Conflicts:
#	package.json
2023-01-05 14:14:00 +00:00
Dmitry
d26f13b6ac OP-3279 Add /api/v1/pools/reserves endpoint (#33)
* OP-3279 Add /api/v1/pools/reserves endpoint

* OP-3279 Fixup

* OP-3279 Fixup

* OP-3279 Update version
2022-12-21 10:51:14 +04:00
Aleksandr Kraiz
84f36a9800 merge 2022-12-16 14:03:53 +04:00
Aleksandr Kraiz
e4f8778b2d Fix schema 2022-12-16 14:02:21 +04:00
Aleksandr Kraiz
e69082319e no dep cycle 2022-12-14 21:07:38 +04:00
Aleksandr Kraiz
625785bf7d Exchange enum 2022-12-14 19:04:41 +04:00
Mikhail Gladchenko
e5baa6f4a6 Merge branch 'main' into OP-2812-show-order-route-path-and-benefits
# Conflicts:
#	package.json
2022-12-14 14:40:20 +00:00
Aleksandr Kraiz
363dafc45c Added exchanges map 2022-12-14 18:37:50 +04:00
Mikhail Gladchenko
b34021695f OP-2818 [Swap] Show order route path and benefits in Swap UI
Data from WS was updated.
2022-12-14 09:23:40 +00:00
Mikhail Gladchenko
b4634b98f0 OP-2818 [Swap] Show order route path and benefits in Swap UI
Updated SwapInfo schemas for WS and REST.
Small type updates.
2022-12-14 08:24:05 +00:00
Mikhail Gladchenko
ab59310645 OP-2818 [Swap] Show order route path and benefits in Swap UI
Updated SwapInfo schemas for WS and REST.
2022-12-13 16:25:26 +00:00
Aleksandr Kraiz
60a2bc0bcd Schema transform optimization 2022-12-13 12:46:03 +04:00
Aleksandr Kraiz
1913a84f1e Types improvements 2022-11-28 13:43:55 +04:00
Aleksandr Kraiz
864d63b4ff schema update 2022-10-12 19:29:54 +04:00
Aleksandr Kraiz
050a719e08 Deprecate baseAssetPrecision and quoteAssetPrecision 2022-09-09 14:15:55 +04:00
Aleksandr Kraiz
b4bd644b4a Remove isThroughPoolOptimal 2022-08-25 14:49:59 +04:00
Aleksandr Kraiz
533e18901e Instant settlement (#22)
* instantSettlement impl

* Fixed poolOnly
2022-08-19 11:52:49 +04:00
Dmitry
d38b862f5e OP-2709 Fix subscriptions reconnect (#21) 2022-08-04 14:16:20 +04:00
Aleksandr Kraiz
333f7a4e98 Agg no id 2022-08-02 23:32:49 +04:00
Oleg Nechiporenko
cc45da8e86 OP-2363: подписка на конфиг отдельной пары (#18)
* feat: add pair config subscription

* Small fix

* feat: add kind to update pair callback

* chore: version bump

Co-authored-by: Aleksandr Kraiz <selfsurfer@gmail.com>
2022-07-26 09:50:25 +04:00
Aleksandr Kraiz
4626cd7279 Set logger outside 2022-07-22 18:04:59 +04:00
Aleksandr Kraiz
4d49081fe5 Added logger to WS 2022-07-22 17:54:24 +04:00
Aleksandr Kraiz
48ae67c1a8 Exchanges / more error messages 2022-07-04 19:07:32 +04:00
Dmitry Leleko
8f9d1f9413 OP-2481 Minor update 2022-06-30 16:13:08 +03:00
Dmitry Leleko
2976f422c4 OP-2481 Fixup 2022-06-30 15:39:58 +03:00
Dmitry Leleko
2b3d2b8db5 OP-2481 Cleanup 2022-06-30 15:21:35 +03:00
Dmitry Leleko
ccff8058e5 OP-2481 Fixup 2022-06-30 15:08:07 +03:00
Dmitry Leleko
73eb2044da OP-2481 Fix ws subscription issue 2022-06-30 14:47:04 +03:00
Oleg Nechiporenko
3d0dc6960e fix: get rid of new object creation for every pair config update (#17) 2022-06-08 12:00:07 +04:00
Aleksandr Kraiz
11de694b6f Fixed re-subscribe bug 2022-06-06 11:17:04 +04:00
Aleksandr Kraiz
40a39f7cd2 Fix issue #12 2022-06-04 18:17:16 +04:00
Aleksandr Kraiz
0dd6f35d8c Remove id from baseMessageSchema.ts 2022-06-03 22:26:06 +04:00
Aleksandr Kraiz
d1918f2102 Fix subscription duplicate bug 2022-06-03 10:47:16 +04:00
Aleksandr Kraiz
f9429360f2 Schemas improvements / strict subscribe 2022-06-03 00:44:49 +04:00
Aleksandr Kraiz
1702910a26 Update format 2022-05-28 12:29:12 +04:00
Aleksandr Kraiz
fd212d2366 poolOnly 2022-05-28 11:17:18 +04:00
Aleksandr Kraiz
299e94716f OP-2205 2022-05-27 09:47:15 +04:00
Aleksandr Kraiz
178be3dfd6 Orion Aggregator subscription system improvements 2022-05-19 11:04:36 +04:00
Aleksandr Kraiz
9205f4cd63 Fix build issue 2022-05-19 01:15:31 +04:00
Aleksandr Kraiz
80067abfc9 Orion Aggregator semantics improvement 2022-05-19 01:08:21 +04:00
Aleksandr Kraiz
4e2b980a8c Fix OrionAggregator ws url 2022-05-17 23:17:39 +04:00
Aleksandr Kraiz
dd9a3051a3 New init / new config / options 2022-05-17 22:06:30 +04:00
Aleksandr Kraiz
4fa91465f6 errorSchema moved to schemas directory 2022-05-13 20:25:13 +04:00
Aleksandr Kraiz
d4c790c8bf Bump zod version 2022-05-12 23:24:45 +04:00
Aleksandr Kraiz
c9acc57d68 OrionUnit siblings introduced 2022-05-12 10:55:46 +04:00
Aleksandr Kraiz
545caa77e9 Added new Orion Aggregator methods 2022-05-10 23:04:52 +04:00
Aleksandr Kraiz
883bcf928f New fetchWithValidation / introducing simpleFetch 2022-05-10 11:44:09 +04:00
Aleksandr Kraiz
2d0cea557c OrionAggregator connect on demand 2022-04-27 14:24:51 +04:00
Aleksandr Kraiz
106b702d21 Initial commit 2022-04-20 23:41:04 +04:00