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

672 Commits

Author SHA1 Message Date
Jkorf
7e093b77ee Update README.md 2020-12-22 09:37:36 +01: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
Jan Korf
76a0f6899f
Merge pull request #72 from EricGarnier/master
Fix for issue #71
2020-12-21 13:06:28 +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
784abeb905 Merge branch 'master' of https://github.com/JKorf/CryptoExchange.Net 2020-11-19 11:53:43 +01:00
Jan Korf
a750be6a69
Create FUNDING.yml 2020-11-19 10:52:56 +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
7c2db09150 Merge branch 'master' of https://github.com/JKorf/CryptoExchange.Net 2020-10-21 16:15:28 +02:00
Jan Korf
1e0ce2c776 Update issue templates 2020-10-21 14:21:05 +02: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
Jan Korf
bc691f032e
Merge pull request #50 from MartyIX/feature/argument-exception-parameterName
ExtensionMethods: Add `argumentName` when throwing `ArgumentException`.
2020-08-27 15:14:37 +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
Jan Korf
0c2b868a03
Merge pull request #47 from ridicoulous/master
Optional shared HttpClient 
Request id tracing in logging
2020-08-24 12:03:12 +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
f444fb8478
Merge pull request #6 from ridicoulous/sharedHttpClient
shared http client for multiple instances of RestClient
2020-08-18 12:41:32 +03: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
6cd9003726
Merge pull request #5 from ridicoulous/pr/4
Pr/4
2020-08-17 11:43:30 +03: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