1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-07 16:06:15 +00:00

Commit Graph

  • 4ccff6461f
    Merge pull request #177 from ASolomatin/master Jan Korf 2023-08-21 20:08:50 +02:00
  • 3bfa3ef389 Update index.md JKorf 2023-08-04 22:50:17 +02:00
  • 5238971bcc Update index.md JKorf 2023-08-04 22:44:09 +02:00
  • 2f5c904faf Added okx JKorf 2023-08-04 22:38:21 +02:00
  • c62775813f Updated version 6.0.3 JKorf 2023-07-23 13:52:07 +02:00
  • f11b3754f0 Fix for proxy when not using DI JKorf 2023-07-23 10:01:13 +02:00
  • 3cbe0465e9 Docs JKorf 2023-07-11 21:38:48 +02:00
  • 5048aea722 Updated version 6.0.2 JKorf 2023-07-05 21:58:35 +02:00
  • 8d35339ab2 Ability for all Error derived classes to have Code and Data Aleksej Solomatin 2023-07-05 19:39:04 +03:00
  • c3316a51e7 Added properties dictionary to socket connection Jkorf 2023-07-05 17:10:43 +02:00
  • 7ecf37064b Updated version 6.0.1 JKorf 2023-06-29 20:10:35 +02:00
  • 18954f4f53 Added optional log level parameter for trace logger JKorf 2023-06-29 20:07:26 +02:00
  • 00bc245102 Updated examples JKorf 2023-06-26 20:45:28 +02:00
  • 273cab9fdb Docs JKorf 2023-06-25 21:43:30 +02:00
  • 84d0f0ec9e Updated version 6.0.0 JKorf 2023-06-25 20:25:02 +02:00
  • 690f2a63e5 Squashed commit of the following: JKorf 2023-06-25 19:58:46 +02:00
  • 19cc020852 Updated version 5.4.3 JKorf 2023-04-14 21:03:36 +02:00
  • 1d4353e6d1 Fixed potential collection modified exception JKorf 2023-04-14 21:02:21 +02:00
  • a02b3f88d7 Updated version 5.4.2 JKorf 2023-04-01 19:00:22 +02:00
  • af44ca4c9f Logging JKorf 2023-04-01 18:58:52 +02:00
  • cf2b57bb96 Revert "Test some changes for robustness" JKorf 2023-04-01 18:55:48 +02:00
  • d0a2288910 Updated version 5.4.1 JKorf 2023-03-18 14:58:09 +01:00
  • 89c11afc21 Fix Api key rate limit JKorf 2023-03-18 14:22:09 +01:00
  • da6ed580f1 Added CalculateTradableAmount to SymbolOrderBook JKorf 2023-03-18 10:01:38 +01:00
  • 1c33e297e7 Test some changes for robustness JKorf 2023-02-18 10:41:26 +01:00
  • 0005534a95 Updated version 5.4.0 JKorf 2023-02-14 20:10:13 +01:00
  • 11650f7c1a Updated some interfaces, made time syncing methods nullable for apis not using it, added optional retry checking, removed private key from api credentials, added better support for api credentials subclasses JKorf 2023-02-13 21:18:45 +01:00
  • a222bb3f02 Fixed socket client options setting, added automatic unsubscribe if the subscription confirmation comes in after request timeout JKorf 2023-02-12 14:05:00 +01:00
  • 6361c5ef25 Added message on authentication exception JKorf 2023-02-08 21:55:56 +01:00
  • 892e8a4508 Updated version 5.3.1 Jkorf 2022-12-08 11:59:02 +01:00
  • 8336d373f3 Small fix for socket possibly reconnecting while it should close Jkorf 2022-12-08 11:54:10 +01:00
  • 71072680a8 Small fixes DelayAfterConnect option Jkorf 2022-12-08 11:02:02 +01:00
  • e13f105019
    Merge pull request #167 from alokym86/master Jan Korf 2022-12-08 11:01:07 +01:00
  • 401577451e order parameters order the request parameters before AuthenticateRequest invocation alokym86 2022-12-05 14:55:01 +02:00
  • 5c41ef1ee4 Updated version 5.3.0 JKorf 2022-11-14 21:23:18 +01:00
  • ad614830d1 Added optional delay after socket connection, added callback when reconnected socket to revitalize original request, fixed proxy setting socket JKorf 2022-11-13 19:47:33 +01:00
  • 3365837338 Updated tests JKorf 2022-11-13 15:31:28 +01:00
  • 66ac2972d6 wip JKorf 2022-11-02 17:59:33 +01:00
  • 0d3e05880a Wip client work JKorf 2022-10-31 21:41:30 +01:00
  • 997e71f3b7 Merge branch 'master' of https://github.com/JKorf/CryptoExchange.Net JKorf 2022-10-28 20:02:37 +02:00
  • b0fca4587d Added null check array converter JKorf 2022-10-28 20:02:25 +02:00
  • c10671768d
    Merge pull request #160 from kulikov-dev/fix/155-format-conversion-error Jan Korf 2022-10-15 13:34:00 +02:00
  • 91e8123679 Fixing issue 155 with exponential format parsing (https://github.com/JKorf/CryptoExchange.Net/issues/155) kulikov-dev 2022-10-15 09:57:14 +06:00
  • 417cf2f9ac Fixed nullability warning JKorf 2022-07-31 21:55:26 +02:00
  • 277be7ab9b Updated version 5.2.4 JKorf 2022-07-31 21:53:39 +02:00
  • 45f3459f59 Made DataEvent ctor public JKorf 2022-07-31 21:47:22 +02:00
  • 98dad4a8ed Added handling for websocket options not being supported when running on WebAssembly JKorf 2022-07-31 21:45:19 +02:00
  • 1e5f19271b Updated support docs JKorf 2022-07-31 14:51:47 +02:00
  • 8abeeb4cf0 Update Clients.md JKorf 2022-07-29 18:57:04 +02:00
  • cae0cd9ead Fixed EnumConverter serialization writing values without quotes JKorf 2022-07-27 21:26:17 +02:00
  • 811574ae01 Fixed websocket reconnecting too fast when reconnecting succeeds but resubscribing or authorization fails JKorf 2022-07-27 21:25:46 +02:00
  • 0ddecf7f8d Updated version 5.2.3 JKorf 2022-07-19 19:13:26 +02:00
  • 5bcf50fb4d Fixed socket getting disconnected when no data timeout reached instead of being reconnected JKorf 2022-07-19 19:12:26 +02:00
  • 9f0654815d Updated version 5.2.2 JKorf 2022-07-17 12:50:50 +02:00
  • 465e9f04f4 Added support for retrieving a reconnection url when socket connection is lost JKorf 2022-07-17 12:49:13 +02:00
  • 7c8cbfa4e2 Updated version 5.2.1 JKorf 2022-07-16 21:06:30 +02:00
  • 4c79d13ff9 Set error to the response content when an error response is received which isn't json JKorf 2022-07-15 16:55:18 +02:00
  • c815fad135 Fix for Message not handled when closing subscription, fix for reconnect loop JKorf 2022-07-12 22:06:38 +02:00
  • 41f17d0378 Don't close socket after failed auth when already closing JKorf 2022-07-11 18:56:51 +02:00
  • 50715ff2f7 Squashed commit of the following: JKorf 2022-07-10 19:57:10 +02:00
  • 99c331b389 Updated version 5.2.0 JKorf 2022-07-10 16:41:14 +02:00
  • 70f8bd203a Finished up websocket refactoring JKorf 2022-07-10 16:36:00 +02:00
  • 89b517c936 wip JKorf 2022-07-08 20:24:58 +02:00
  • 91e33cc42c wip JKorf 2022-07-07 22:17:55 +02:00
  • ea9375d582 Updated version 5.1.12 JKorf 2022-06-12 15:36:04 +02:00
  • 2cf3c93e5e Cleanup JKorf 2022-06-12 15:35:35 +02:00
  • ca888d8e41 Updated version JKorf 2022-06-12 15:31:03 +02:00
  • 2040b1c175 Fixed proxy setting not used on reconnecting socket JKorf 2022-06-12 15:26:11 +02:00
  • d451c18821 No longer waiting for timesyncing to complete when it's not the first request JKorf 2022-06-12 15:21:22 +02:00
  • c13dfa4461 Updated socket reconnection JKorf 2022-06-12 15:10:10 +02:00
  • c2080ef75f Made MaxSocketConnections a setting, added support for changing log settings after creating client JKorf 2022-06-11 13:31:39 +02:00
  • 6b252e8024 Update TestSocket.cs Jan Korf 2022-05-24 22:36:55 +02:00
  • d06bd5f176 Updated version 5.1.11 Jan Korf 2022-05-24 18:56:37 +02:00
  • d55fc8da65
    Merge pull request #144 from tamaw/fix/missing-port-on-baseuri Jan Korf 2022-05-24 15:14:38 +02:00
  • 01184f2c5d Added port to the other overloaded method Tama Waddell 2022-05-24 21:13:08 +10:00
  • cadc93c2f0
    Merge pull request #143 from andriibratanin/bugfix/fix-nuget-discovery Jan Korf 2022-05-24 10:21:21 +02:00
  • 2600a51461 Included copying the port when using SetParameters Tama Waddell 2022-05-24 15:16:06 +10:00
  • 9e6a86ba8b Fix wrong case in csproj files of tests projects #142 Andrii Bratanin 2022-05-24 01:31:25 +03:00
  • c4430d63fa Added KeepAliveInterval setting for socket connections Jan Korf 2022-05-23 22:05:04 +02:00
  • f3e1cfef33 Updated version 5.1.10 Jan Korf 2022-05-22 15:51:48 +02:00
  • cc3053719c Make socket ConnectionLost run in a separate task to prevent issue with long running/exceptions in the handler Jan Korf 2022-05-22 15:46:30 +02:00
  • cd6907e601 Merge branch 'master' of https://github.com/jkorf/CryptoExchange.Net Jan Korf 2022-05-22 14:35:07 +02:00
  • 8fe00693bd
    Merge pull request #141 from nathan-datusarator/master Jan Korf 2022-05-22 11:41:55 +02:00
  • fb90d1e015 Fixed exception when disposing client in reconnecting state Jan Korf 2022-05-22 11:35:39 +02:00
  • 4b44861e43 Added additional cases for no null/default handling in DateTimeConverter Jan Korf 2022-05-22 11:35:17 +02:00
  • e42ca4ab5a Update FAQ.md Jan Korf 2022-05-21 10:17:59 +02:00
  • 5b97f6dd67 Move Subscription Events into non-lambda so they can be removed on StopAsync Nathan Pfluger 2022-05-12 10:00:44 -07:00
  • a9813ecb0a Add checks for Disposed Nathan Pfluger 2022-05-12 09:05:27 -07:00
  • c7069a4049 Updated version 5.1.9 Jan Korf 2022-05-08 16:28:17 +02:00
  • 5683ae0b3c Small fix when closing socket Jan Korf 2022-05-08 16:25:45 +02:00
  • 1c8cf5ac98 Updated timestamp calculation to include latency Jan Korf 2022-05-08 15:23:47 +02:00
  • ad7231ec56 Updated version 5.1.8 Jan Korf 2022-05-01 13:59:56 +02:00
  • 7e4a607391 Fixed datetime converter considering dates over 2033 to be in the wrong format Jan Korf 2022-05-01 13:57:06 +02:00
  • 2d470d18e2 Added support for sending request with empty response Jan Korf 2022-05-01 13:50:23 +02:00
  • cb9a766c3b Logging Jan Korf 2022-04-30 18:31:14 +02:00
  • 94b8184f7b Added handling for websocket send failing Jan Korf 2022-04-30 16:14:17 +02:00
  • 270ea06f24 Update SocketConnection.cs Jan Korf 2022-04-30 13:25:57 +02:00
  • 536afa92da wip Jan Korf 2022-04-24 15:25:50 +02:00
  • 11c48b3341 wip Jan Korf 2022-04-24 11:31:13 +02:00
  • f514e172d7 wip Jan Korf 2022-04-24 09:29:08 +02:00