Commit Graph

885 Commits

Author SHA1 Message Date
Tiago
57ef251c8d Merge pull request #211 from tiagosiebler/typefix
v3.3.7: fix nesting in contract list result type
2022-12-28 14:47:51 +00:00
tiagosiebler
ae47d77f15 v3.3.7: fix nesting in contract list result type 2022-12-28 14:44:33 +00:00
Tiago
b1e23f2d05 Merge pull request #210 from tiagosiebler/types
v3.3.6: add response type for contract ticker
2022-12-28 13:43:24 +00:00
tiagosiebler
f0394f91e9 fix unstable ws test handler + improve logging 2022-12-28 13:40:20 +00:00
tiagosiebler
dcf5050d32 update ws orderbook tests 2022-12-28 13:26:55 +00:00
tiagosiebler
cd34add12d fix failing test 2022-12-28 13:16:14 +00:00
tiagosiebler
6624ff87a2 update failing test 2022-12-28 13:13:52 +00:00
tiagosiebler
fc2b096ba1 v3.3.6: add response type for contract ticker 2022-12-28 13:07:29 +00:00
Tiago
63c7996353 Merge pull request #209 from tiagosiebler/contracttypo
v3.3.5: fix typo in contract endpoint order request interfaces
2022-12-07 17:26:48 +00:00
tiagosiebler
57e24dc035 v3.3.5: fix typo in contract endpoint order request interfaces 2022-12-07 17:23:38 +00:00
Tiago
574ffd41f2 Merge pull request #208 from tiagosiebler/updates
v3.3.4: fix optional param in contract client, add js/ts samples for contract client, fix e2e open interest limit test, update readme
2022-11-29 09:27:20 +00:00
tiagosiebler
88e7767038 improve spotv1 E2E test validation on ret msg 2022-11-29 09:17:51 +00:00
tiagosiebler
84b71f5c13 v3.3.4: fix optional param in contract client, add js/ts samples for contract client, fix e2e open interest limit test, update readme 2022-11-29 08:59:16 +00:00
Tiago
f7fb1a560c Merge pull request #205 from JustMankus/codespace-justmankus-super-space-broccoli-pjp6j6p4v4v299r6
new param Type for getHistoryTradeRecordsRequest.
2022-11-17 16:30:34 +00:00
Tiago
dc33c1cdc4 Merge branch 'master' into codespace-justmankus-super-space-broccoli-pjp6j6p4v4v299r6 2022-11-17 16:30:15 +00:00
Justinas Mankus
6b17fbe5ba bumping version 2022-11-17 18:29:07 +02:00
Justinas Mankus
7118af8814 add fix 2022-11-17 18:25:55 +02:00
Justinas Mankus
1d80ed6cbf param types for HistoryTradeRecords request 2022-11-17 18:25:22 +02:00
dependabot[bot]
92eb6ae444 Bump loader-utils from 2.0.0 to 2.0.4
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.0...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-17 15:21:02 +00:00
Tiago
1baff9e792 Merge pull request #204 from tiagosiebler/bump
v3.3.2: feat(#203) add execution history list endpoint for linear
2022-11-17 15:16:03 +00:00
tiagosiebler
bc7b2322bf v3.3.2: feat(#203) add execution history list endpoint for linear 2022-11-17 15:09:24 +00:00
Tiago
2ca81ae5ac Merge pull request #203 from JustMankus/codespace-justmankus-super-space-broccoli-pjp6j6p4v4v299r6
missing api
2022-11-17 15:07:23 +00:00
Justinas Mankus
6f26c72413 org package lock 2022-11-17 16:25:16 +02:00
JustMankus
b5d424df57 Pending changes exported from your codespace 2022-11-17 14:09:28 +00:00
JustMankus
69664314f0 Missing api call - https://bybit-exchange.github.io/docs/futuresV2/linear/#t-usertraderecords 2022-11-17 13:30:32 +00:00
Tiago
033dbe5fa4 Merge pull request #201 from tiagosiebler/openinterestfix
v3.3.1: fix(#199) wrong endpoint for contract.getOpenInterestLimitInfo
2022-11-16 15:09:44 +00:00
tiagosiebler
1515ce5067 disable serialised value encoding for keyInBody method endpoints 2022-11-16 15:07:07 +00:00
tiagosiebler
909e36347e fix additional encoding issue for cursor with equals symbol. Add contract client return type. Add additional cursor e2e test. 2022-11-16 14:58:56 +00:00
tiagosiebler
c3f7ecb30e v3.3.1: fix(#199) wrong endpoint for contract.getOpenInterestLimitInfo 2022-11-16 12:03:36 +00:00
Tiago
4046608203 Merge pull request #198 from tiagosiebler/cursor
v3.3.0: fix rare sign error when using cursors in private unified margin API calls. expand unified margin response types. expand tests.
2022-11-15 16:31:56 +00:00
tiagosiebler
22849818e7 add order ID to test 2022-11-15 16:27:16 +00:00
tiagosiebler
45373a1d1c v3.3.0: fix rare sign issue when using cursor with private unified margin requests. URI encode serialised request values by default. 2022-11-15 16:24:43 +00:00
tiagosiebler
7b10ae08a2 v3.2.1: fix sign error when using cursor containing percent symbols. URI encode request parameters by default when serialising during sign. 2022-11-15 16:22:04 +00:00
tiagosiebler
226952d5d2 v3.2.1: add another UM response type. 2022-11-15 16:19:32 +00:00
tiagosiebler
c46645713e v3.2.1: add instrument info response type. add cursor example with unified margin request 2022-11-15 15:26:57 +00:00
Tiago
42a9ef10d7 Merge pull request #197 from tiagosiebler/cptrade
update tests for copy trading client
2022-11-14 10:45:04 +00:00
tiagosiebler
d398406781 fix test 2022-11-14 10:42:18 +00:00
tiagosiebler
c63445d58b update tests for copy trading client 2022-11-14 10:32:05 +00:00
Tiago
952c5cf82b Merge pull request #196 from tiagosiebler/next
v3.2.0: Contract V3 REST & WebSocket Clients. Improve websocket reconnection resilience
2022-11-12 18:13:18 +00:00
tiagosiebler
a5fafbf468 fix conflicting tests 2022-11-12 18:05:50 +00:00
tiagosiebler
d3b2c65c22 fix forceful close workflow 2022-11-12 17:56:52 +00:00
tiagosiebler
ba7099d11c fix tests 2022-11-12 17:42:01 +00:00
tiagosiebler
2b0a46e9e3 v3.2.0: add contract v3 REST & WebSocket clients 2022-11-12 13:36:05 +00:00
tiagosiebler
c29d9a6634 add contract v3 markets to readme 2022-11-12 13:31:35 +00:00
tiagosiebler
9d464be3b2 add example and test for private contract v3 websocket topics 2022-11-12 13:29:12 +00:00
tiagosiebler
750db0232c fix(#192): potential crash if a ws network exception happens and there's no error listener in the client 2022-11-12 13:28:48 +00:00
tiagosiebler
6a30f71239 add contract public inverse ws test 2022-11-12 12:55:10 +00:00
tiagosiebler
a51bd9f6e4 add public usdt contract ws test 2022-11-12 12:50:54 +00:00
tiagosiebler
5df19e83bc add support for contract v3 websockets 2022-11-12 12:40:43 +00:00
tiagosiebler
7c6d02ea8b fix(#192): add more resilience around ws reconnection workflow 2022-11-12 12:27:39 +00:00