1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-10 17:36:19 +00:00

369 Commits

Author SHA1 Message Date
Jkorf
c1d86b3776 Updated version 2021-01-11 09:37:09 +01:00
Jkorf
1c5f7d8073 Merge branch 'master' of https://github.com/JKorf/CryptoExchange.Net 2021-01-11 09:34:38 +01:00
Jkorf
1714da3107 More detailed error messages 2021-01-11 09:28:00 +01:00
Burak Öner
36a03587b9
Create RateLimiterCredit.cs 2021-01-06 00:29:25 +03:00
Burak Öner
6d2b75ed4c
Update RateLimiterTotal.cs 2021-01-06 00:28:01 +03:00
Burak Öner
ad4c6e6a20
Update RateLimiterPerEndpoint.cs 2021-01-06 00:27:47 +03:00
Burak Öner
d3cb358328
Update RateLimiterAPIKey.cs 2021-01-06 00:27:31 +03:00
Burak Öner
3b6666031a
Update IRateLimiter.cs 2021-01-06 00:26:17 +03:00
Burak Öner
b68e227a83
Update RestClient.cs 2021-01-06 00:24:54 +03:00
Jkorf
55c8a180e3 Udpated version 2020-12-21 14:13:44 +01:00
Jkorf
24cc7a3c77 Merge branch 'master' of https://github.com/JKorf/CryptoExchange.Net 2020-12-21 14:11:39 +01:00
Jkorf
31842b415d Updated IExchangeClient interface, added HandleUnhandledMessage virtual method in SocketClient 2020-12-21 14:11:36 +01:00
Eric Garnier
0db71a3fb6 Protect pendingRequest list from concurrent access. 2020-12-20 10:59:38 +01:00
Eric Garnier
9deae358ac Merge branch 'master' of https://github.com/EricGarnier/CryptoExchange.Net 2020-12-19 17:50:50 +01:00
Eric Garnier
7bd0fdaf19 fix for issue 71 2020-12-19 17:48:42 +01:00
Jkorf
7a54625bb5 Nullability, updated version 2020-12-10 15:21:10 +01:00
Jkorf
dd06f48fc1 Fixed api key storing in api key rate limitter 2020-12-10 14:44:15 +01:00
Jkorf
df9d09630a Added name to clients, added common interfaces 2020-12-10 14:05:34 +01:00
Jkorf
3b6463015a Updated version 2020-11-19 12:03:30 +01:00
Jkorf
c5344baf3a Fixed error code setting 2020-11-19 12:02:54 +01:00
Jkorf
64bb8a2edf Updated version 2020-11-19 11:58:39 +01:00
Jkorf
5451d3123f Fixed some warnings 2020-11-19 11:53:55 +01:00
Jkorf
e53ca97045 Cleaned up errors, fix for socket combines 2020-11-19 10:43:11 +01:00
Jkorf
f3814e9946 Added HitBTC ref 2020-11-16 09:53:31 +01:00
Jkorf
0352bb6f06 Added assembly version 2020-10-21 10:49:32 +02:00
JKorf
a94e261bf1 Updated version 2020-10-08 09:39:23 +02:00
JKorf
47a1e0bef8 Fix socket combining, fix tests 2020-10-08 09:23:16 +02:00
JKorf
6d7cbbb436 Added CallResult without type parameter for calls which don't return anything 2020-10-08 09:05:50 +02:00
JKorf
9da7683291 Added GetResultOrError on CallResult for nullability 2020-10-07 09:23:42 +02:00
JKorf
48a2c095a4 Fix for credentials reading from file, adjusted client options base adress to always end on a / 2020-10-07 08:31:43 +02:00
JKorf
133279b28b Updated version 2020-10-06 17:19:35 +02:00
JKorf
f0e020d2eb Changed default ShouldCheckObjects to false 2020-10-06 16:52:12 +02:00
JKorf
0496f03b74 Fix for logging in order book 2020-08-28 13:13:24 +02:00
JKorf
f8d86545c7 Update CryptoExchange.Net.xml 2020-08-28 11:46:01 +02:00
MartyIX
694dc5cbbb ExtensionMethods: Add parameterName when throwing ArgumentException. 2020-08-27 14:06:08 +02:00
JKorf
02dfd192cb Missing exception message 2020-08-24 14:07:52 +02:00
JKorf
db23fbb850 Updated version 2020-08-24 13:47:00 +02:00
JKorf
d84eed2229 Error message logging 2020-08-24 13:46:28 +02:00
JKorf
92cd7802b8 Updated version 2020-08-24 13:11:23 +02:00
JKorf
a152c7a6df Fixed unit tests 2020-08-24 13:08:26 +02:00
JKorf
664cbee8dd Changed requestId to int, added it to more logging related to requests. Added some comments 2020-08-24 12:01:49 +02:00
Artem Kurianov
c8a6a2ec12 Merge branch 'master' of https://github.com/ridicoulous/CryptoExchange.Net 2020-08-20 16:47:42 +00:00
Artem Kurianov
1a73ecf89a setted checking object parameter at Deserialize<T> to optional for backward compatibility, and added the same config field for preventing checking objects at Stream deserializing. added checking type for not null at CheckObject 2020-08-20 16:47:34 +00:00
Artem Kurianov
387ef0d1a6 added ability to set optional http client for preventing connection pool exhaustion https://stackoverflow.com/a/48778707/4993930 2020-08-18 09:39:14 +00:00
Artem Kurianov
3e3bf5329a merge sync and updates with default request id 2020-08-17 08:45:05 +00:00
Artem Kurianov
fb61b6931b resync 2020-08-17 08:44:30 +00:00
Artem Kurianov
c3ce0de12a
Merge branch 'master' into pr/4 2020-08-17 11:43:12 +03:00
Артем Курьянов
9b8950747f added optional request tracing id for much better logs reading 2020-08-14 14:15:13 +00:00
JKorf
0fd811a959 Updated version 2020-08-12 11:15:24 +02:00
Артем Курьянов
4b1baf8b82 changed some events actions to named tuples for ability more clearly understanding what does exactly happened. fixes typo at OnOrderBookUpdate event invocation 2020-08-11 15:52:26 +00:00