author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20
values | license stringclasses 3
values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
329,148 | 05.03.2019 19:36:44 | 25,200 | 0c5027264eec839abcbd526de4f6527bde0756ce | Fix license warning | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/ExchangeSharp.csproj",
"new_path": "ExchangeSharp/ExchangeSharp.csproj",
"diff": "<Authors>jjxtra</Authors>\n<PackageReleaseNotes>Bug fixes</PackageReleaseNotes>\n<PackageTags>C# API bitcoin exchange cryptocurrency stock trade trader coin litecoi... | C# | MIT License | jjxtra/exchangesharp | Fix license warning |
329,148 | 08.03.2019 11:26:18 | 25,200 | f443b525bc3874cbcb6b5fc7133cdcfef08a56ea | Tidy up project file | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/ExchangeSharp.csproj",
"new_path": "ExchangeSharp/ExchangeSharp.csproj",
"diff": "<PropertyGroup>\n<TargetFrameworks>net472;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>\n+ <Copyright>Copyright 2017, Digital Ruby, LLC - www.digita... | C# | MIT License | jjxtra/exchangesharp | Tidy up project file |
329,101 | 09.03.2019 12:51:46 | -3,600 | 412ecb627963ba71e831a26c2ed3f8b9d9c654aa | Kucoin API2 minor updates
* OnGetTickerAsync changed
OnGetAmountsInternalAsync changed
* Update ExchangeKucoinAPI.cs | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Kucoin/ExchangeKucoinAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Kucoin/ExchangeKucoinAPI.cs",
"diff": "@@ -173,7 +173,7 @@ namespace ExchangeSharp\nprotected override async Task<ExchangeTicker> OnGetTickerAsync(string marketS... | C# | MIT License | jjxtra/exchangesharp | Kucoin API2 minor updates (#361)
* OnGetTickerAsync changed
OnGetAmountsInternalAsync changed
* Update ExchangeKucoinAPI.cs |
329,089 | 12.03.2019 21:55:58 | 25,200 | c44e982202882f7166c3aafb1c5b54ae06d41c86 | Trade Execution websocket stream for KuCoin 2.0
* Trade Execution websocket stream for KuCoin 2.0
updated Trade Execution websocket stream to KuCoin 2.0
log Trade stream error
* Update README.md for .net core 2.2
Clarify that .net core 2.2 is now required as of | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Kucoin/ExchangeKucoinAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Kucoin/ExchangeKucoinAPI.cs",
"diff": "@@ -86,6 +86,7 @@ namespace ExchangeSharp\nsig = CryptoUtility.SHA256Sign(message, PrivateApiKey.ToUnsecureString(), true)... | C# | MIT License | jjxtra/exchangesharp | Trade Execution websocket stream for KuCoin 2.0 (#360)
* Trade Execution websocket stream for KuCoin 2.0
- updated Trade Execution websocket stream to KuCoin 2.0
- log Trade stream error
* Update README.md for .net core 2.2
Clarify that .net core 2.2 is now required as of 0c5027264eec839abcbd526de4f6527bde0756ce |
329,148 | 12.03.2019 23:00:02 | 21,600 | 9e98c1fa2f3ce26872c8da52bfce1e4e4cbd165c | Explicit comment | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/Utility/CryptoUtility.cs",
"new_path": "ExchangeSharp/Utility/CryptoUtility.cs",
"diff": "@@ -167,7 +167,7 @@ namespace ExchangeSharp\n}\n/// <summary>\n- /// Convert a DateTime and set the kind using the DateTimeKind property.\n+ /// Convert a D... | C# | MIT License | jjxtra/exchangesharp | Explicit comment |
329,089 | 13.03.2019 10:14:06 | 25,200 | ac79550591260f47286f799ad1eab5a81bae23cd | Update README.md LBank
Taking credit for your work here | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -31,6 +31,7 @@ The following cryptocurrency exchanges are supported:\n| Huobi | x | x | RB |\n| Kraken | x | x | |\n| KuCoin | x | x | TR |\n+| LBank | x | x | |\n| Livecoin | x | x | |\n| OKex | x | x | RB |\n|... | C# | MIT License | jjxtra/exchangesharp | Update README.md LBank (#362)
Taking credit for your work here 1378d1f77fe09ad6d107d64d628e8caf7baed0ae |
329,148 | 22.03.2019 17:19:10 | 21,600 | 2f5bb3bf73856e0585cda0059b769d8ce227bc43 | Get rid of reader write lock async | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/Utility/MemoryCache.cs",
"new_path": "ExchangeSharp/Utility/MemoryCache.cs",
"diff": "@@ -82,7 +82,7 @@ namespace ExchangeSharp\n{\nprivate readonly Dictionary<string, KeyValuePair<DateTime, object>> cache = new Dictionary<string, KeyValuePair<Da... | C# | MIT License | jjxtra/exchangesharp | Get rid of reader write lock async |
329,127 | 23.03.2019 11:36:53 | -28,800 | 5bbb5577a4ace623697e8d18a244dfaad2979af8 | bitfinex trade websocket snapshot | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Bitfinex/ExchangeBitfinexAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Bitfinex/ExchangeBitfinexAPI.cs",
"diff": "@@ -285,6 +285,20 @@ namespace ExchangeSharp\nelse\n{\n//parse snapshot here if needed\n+ if (channelIdToSymbol.Tr... | C# | MIT License | jjxtra/exchangesharp | bitfinex trade websocket snapshot (#366) |
329,148 | 22.03.2019 21:45:48 | 21,600 | f59be17ae6f3fc63a25410f59cb7f62ce9bc7786 | Add exchange trade flags | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/Model/ExchangeTrade.cs",
"new_path": "ExchangeSharp/Model/ExchangeTrade.cs",
"diff": "@@ -47,7 +47,16 @@ namespace ExchangeSharp\n/// <summary>\n/// True if buy, false if sell - for some exchanges (Binance) the meaning can be different, i.e. is t... | C# | MIT License | jjxtra/exchangesharp | Add exchange trade flags |
329,152 | 31.03.2019 15:36:38 | -10,800 | d035d1b930d18b41846ce8d3e089c750a5745962 | Added new Kraken symbols | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Kraken/ExchangeKrakenAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Kraken/ExchangeKrakenAPI.cs",
"diff": "@@ -80,73 +80,89 @@ namespace ExchangeSharp\n/// </summary>\nprivate static readonly IReadOnlyDictionary<string, string> e... | C# | MIT License | jjxtra/exchangesharp | Added new Kraken symbols #363 (#368) |
329,101 | 06.04.2019 17:46:37 | -7,200 | e8d816b307d2527b365d11e70e3d08e69a7b6145 | ExchangeKucoinAPI.cs Line 170 "OnGetOrderbookAsync" has an invalid character ("&" should be "?"). The line should be:
JToken token = await MakeJsonRequestAsync("/market/orderbook/level2_" + maxCount + "?symbol=" + marketSymbol); | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Kucoin/ExchangeKucoinAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Kucoin/ExchangeKucoinAPI.cs",
"diff": "@@ -167,7 +167,7 @@ namespace ExchangeSharp\nprotected override async Task<ExchangeOrderBook> OnGetOrderBookAsync(string m... | C# | MIT License | jjxtra/exchangesharp | ExchangeKucoinAPI.cs Line 170 "OnGetOrderbookAsync" has an invalid character ("&" should be "?"). The line should be: (#372)
JToken token = await MakeJsonRequestAsync("/market/orderbook/level2_" + maxCount + "?symbol=" + marketSymbol); |
329,148 | 06.04.2019 16:11:34 | 21,600 | 619c542c74b9b308e5282ed5bede8c042a4a305b | Work around for buggy Bittrex web socket server | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Bittrex/ExchangeBittrexAPI_WebSocket.cs",
"new_path": "ExchangeSharp/API/Exchanges/Bittrex/ExchangeBittrexAPI_WebSocket.cs",
"diff": "@@ -35,6 +35,9 @@ namespace ExchangeSharp\n#if HAS_SIGNALR\n+ /// <summary>\n+ /// Ideally this wo... | C# | MIT License | jjxtra/exchangesharp | Work around for buggy Bittrex web socket server |
329,148 | 09.04.2019 14:53:31 | 21,600 | 4c7b2a7bd71469060bde08646f1988a37b375406 | Add ufo dex skeleton api | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharpConsole/Console/ExchangeSharpConsole_ExchangeTests.cs",
"new_path": "ExchangeSharpConsole/Console/ExchangeSharpConsole_ExchangeTests.cs",
"diff": "@@ -79,7 +79,12 @@ namespace ExchangeSharpConsole\nIExchangeAPI[] apis = ExchangeAPI.GetExchangeAPIs... | C# | MIT License | jjxtra/exchangesharp | Add ufo dex skeleton api |
329,100 | 04.05.2019 20:15:49 | -7,200 | 5ee92e4e46411593d7cf0488454c7e02b67899c9 | Update ExchangeBitMEXAPI.cs
support for intraday Datetime:
it wasn't possible to get a full day 1min candles list, due to limits. | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/BitMEX/ExchangeBitMEXAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/BitMEX/ExchangeBitMEXAPI.cs",
"diff": "@@ -369,11 +369,11 @@ namespace ExchangeSharp\nstring url = $\"/trade/bucketed?binSize={periodString}&partial=false&symbol... | C# | MIT License | jjxtra/exchangesharp | Update ExchangeBitMEXAPI.cs (#382)
support for intraday Datetime:
it wasn't possible to get a full day 1min candles list, due to limits. |
329,137 | 08.05.2019 02:46:55 | -10,800 | 6e4eba12cf1e55f214f09fa57821705b7ac109dc | Okex - ExchangeMarket.MaxTradeSize fixed
* ExchangeMarket.MaxTradeSize fixed
MaxTradeSize is not marketSymbolToken and ConvertInvariant sets maxTradeSize always 100 so it disabled
* Casting corrected | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Okex/ExchangeOkexAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Okex/ExchangeOkexAPI.cs",
"diff": "@@ -144,8 +144,8 @@ namespace ExchangeSharp\nvar quantityStepSize = Math.Pow(10, -quotePrecision);\nmarket.QuantityStepSize = quan... | C# | MIT License | jjxtra/exchangesharp | Okex - ExchangeMarket.MaxTradeSize fixed (#383)
* ExchangeMarket.MaxTradeSize fixed
MaxTradeSize is not marketSymbolToken and ConvertInvariant sets maxTradeSize always 100 so it disabled
* Casting corrected |
329,153 | 17.05.2019 00:46:35 | -7,200 | 025283ec7f0a5d6de65d2a4af2ac4a2f7e5214fb | Bittrex API RateLimit | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Bittrex/ExchangeBittrexAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Bittrex/ExchangeBittrexAPI.cs",
"diff": "@@ -33,6 +33,9 @@ namespace ExchangeSharp\npublic ExchangeBittrexAPI()\n{\n+ // https://bittrex.github.io/api/v1-1#cal... | C# | MIT License | jjxtra/exchangesharp | Bittrex API RateLimit (#388) |
329,153 | 17.05.2019 01:14:37 | -7,200 | ef8206a0887d0bb31c3fa19ebe3c7c3309b8dd38 | Fails due to common API being removed | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Binance/ExchangeBinanceAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Binance/ExchangeBinanceAPI.cs",
"diff": "@@ -359,7 +359,7 @@ namespace ExchangeSharp\nawait state.ProcessHistoricalTrades();\n}\n- protected override async Tas... | C# | MIT License | jjxtra/exchangesharp | #387 Fails due to common API being removed (#389) |
329,089 | 31.05.2019 09:11:37 | 25,200 | 4bfe166e291a978cb7bd87c3b1d168650fee385a | Poloniex: fixed price/size reversal in Trade websocket stream | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Poloniex/ExchangePoloniexAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Poloniex/ExchangePoloniexAPI.cs",
"diff": "@@ -434,8 +434,9 @@ namespace ExchangeSharp\n{\nif (messageIdToSymbol.TryGetValue(msgId, out Tuple<string, long> s... | C# | MIT License | jjxtra/exchangesharp | Poloniex: fixed price/size reversal in Trade websocket stream (#390) |
329,091 | 31.05.2019 13:11:52 | 10,800 | af9ac1ac44622feda5a30f5de8c75ad5de06a138 | Fix OnGetAmountsAvailableToTradeAsync for Livecoin | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Livecoin/ExchangeLivecoinAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Livecoin/ExchangeLivecoinAPI.cs",
"diff": "@@ -206,7 +206,7 @@ namespace ExchangeSharp\nJToken token = await MakeJsonRequestAsync<JToken>(\"/payment/balances... | C# | MIT License | jjxtra/exchangesharp | Fix OnGetAmountsAvailableToTradeAsync for Livecoin (#391) |
329,148 | 05.06.2019 12:37:10 | 21,600 | da5386473ddb32443b54cb209a83003b4e5b1dfc | Fix culture bug in ConvertInvariant
ConvertInvariant was doing decimal.Parse with current culture. It now uses the invariant culture, which allows it to handle exponents. | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Bitstamp/ExchangeBitstampAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Bitstamp/ExchangeBitstampAPI.cs",
"diff": "@@ -113,7 +113,7 @@ namespace ExchangeSharp\nQuoteCurrency = split[1],\nMinTradeSize = baseDecimals, // will likel... | C# | MIT License | jjxtra/exchangesharp | Fix culture bug in ConvertInvariant
ConvertInvariant was doing decimal.Parse with current culture. It now uses the invariant culture, which allows it to handle exponents. |
329,148 | 05.06.2019 14:53:56 | 21,600 | 9b7a6310e8b41ecb769ec9b498acaaca4ed70bc6 | Handle livecoin weirdness | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Livecoin/ExchangeLivecoinAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Livecoin/ExchangeLivecoinAPI.cs",
"diff": "@@ -35,7 +35,7 @@ namespace ExchangeSharp\n{\nif (CanMakeAuthenticatedRequest(payload))\n{\n- string payloadForm =... | C# | MIT License | jjxtra/exchangesharp | Handle livecoin weirdness |
329,091 | 05.06.2019 19:49:55 | 10,800 | cb19f838197e2f1d11a2187e87d129f8023de1b3 | Fixed method call
The PR had true but changing to false, everything works again in the following line:
string payloadForm = CryptoUtility.GetFormForPayload(payload, false);
The code you moved was ok, the method call was wrong. | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Livecoin/ExchangeLivecoinAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Livecoin/ExchangeLivecoinAPI.cs",
"diff": "@@ -35,7 +35,7 @@ namespace ExchangeSharp\n{\nif (CanMakeAuthenticatedRequest(payload))\n{\n- string payloadForm =... | C# | MIT License | jjxtra/exchangesharp | Fixed method call (#394)
The PR had true but changing to false, everything works again in the following line:
string payloadForm = CryptoUtility.GetFormForPayload(payload, false);
The code you moved was ok, the method call was wrong. |
329,089 | 16.07.2019 19:51:07 | 14,400 | 046edd11ad425b0aacc2f9a465c036a5bfde2e23 | Fix OKex trade stream subscribing
url is now /spot/ instead of /swap/
symbols are no longer suffixed w/ -SWAP | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Okex/ExchangeOkexAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Okex/ExchangeOkexAPI.cs",
"diff": "@@ -182,12 +182,12 @@ namespace ExchangeSharp\n{\n/*\nrequest:\n- {\"op\": \"subscribe\", \"args\": [\"swap/trade:BTC-USD-SWAP\"]}... | C# | MIT License | jjxtra/exchangesharp | Fix OKex trade stream subscribing (#400)
- url is now /spot/ instead of /swap/
- symbols are no longer suffixed w/ -SWAP |
329,089 | 19.07.2019 18:50:53 | 14,400 | baebcb76c8eb488c131a2f5011c3a84aa3224f0f | Gemini: added Trade stream (websocket) | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -28,7 +28,7 @@ The following cryptocurrency exchanges are supported:\n| Bleutrade | x | x | |\n| Coinbase | x | x | TR |\n| Cryptopia | x | x | |\n-| Gemini | x | x | |\n+| Gemini | x | x | R |\n| Hitbtc | x | x... | C# | MIT License | jjxtra/exchangesharp | Gemini: added Trade stream (websocket) (#403) |
329,089 | 20.07.2019 12:30:09 | 14,400 | c75c3a47944b9037ecbda6a23e8c299d22b5aad4 | Bitstamp: added Trade stream (websocket) | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Bitstamp/ExchangeBitstampAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Bitstamp/ExchangeBitstampAPI.cs",
"diff": "@@ -24,6 +24,7 @@ namespace ExchangeSharp\npublic sealed partial class ExchangeBitstampAPI : ExchangeAPI\n{\npubli... | C# | MIT License | jjxtra/exchangesharp | Bitstamp: added Trade stream (websocket) (#404) |
329,089 | 21.07.2019 11:33:24 | 14,400 | 79979a679a60f738cafc3e84cf01ef4aaf29bf14 | Improve verbosity of ExchangeTrade.ToString() | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/Model/ExchangeTrade.cs",
"new_path": "ExchangeSharp/Model/ExchangeTrade.cs",
"diff": "@@ -64,7 +64,9 @@ namespace ExchangeSharp\n/// <returns>String</returns>\npublic override string ToString()\n{\n- return string.Format(\"{0:s},{1},{2},{3}\", Ti... | C# | MIT License | jjxtra/exchangesharp | Improve verbosity of ExchangeTrade.ToString() (#405) |
329,089 | 21.07.2019 23:37:38 | 14,400 | 6168ee5d2ba149d867cd031a6364c712da12993a | allow async callbacks in GetTradesWebSocket
may also consider doing the same for all of the other GetxxxWebSocket methods | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Abucoins/ExchangeAbucoinsAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Abucoins/ExchangeAbucoinsAPI.cs",
"diff": "@@ -498,11 +498,11 @@ namespace ExchangeSharp\n});\n}\n- protected override IWebSocket OnGetTradesWebSocket(Action... | C# | MIT License | jjxtra/exchangesharp | allow async callbacks in GetTradesWebSocket (#406)
- may also consider doing the same for all of the other GetxxxWebSocket methods |
329,089 | 22.07.2019 22:33:28 | 14,400 | 748bd9598af39304721ab68d01db1f8d9d0dd37b | Update ExchangeSharpConsole_Example.cs to account for async change in | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharpConsole/Console/ExchangeSharpConsole_Example.cs",
"new_path": "ExchangeSharpConsole/Console/ExchangeSharpConsole_Example.cs",
"diff": "@@ -142,7 +142,7 @@ namespace ExchangeSharpConsole\nRunWebSocket(dict, (api) =>\n{\nsymbols = ValidateMarketSymb... | C# | MIT License | jjxtra/exchangesharp | Update ExchangeSharpConsole_Example.cs to account for async change in #406 (#407) |
329,121 | 03.08.2019 21:45:52 | -10,800 | f35e71d390e46c7aefc1c77f78ecd9e048d2e8df | dont add price when orderType is Market | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/BitMEX/ExchangeBitMEXAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/BitMEX/ExchangeBitMEXAPI.cs",
"diff": "@@ -556,7 +556,10 @@ namespace ExchangeSharp\npayload[\"ordType\"] = order.OrderType.ToStringInvariant();\npayload[\"side\... | C# | MIT License | jjxtra/exchangesharp | dont add price when orderType is Market (#410) |
329,089 | 07.08.2019 13:29:42 | 14,400 | e8d3b99adf69f6a879f76ddb1dac75ecca2d28c5 | Provide additional information buy/sell OrderId in Bitstamp
similar to recent work on Binance and Coinbase
reordered ParseTrade() methods alphabetically | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Bitstamp/ExchangeBitstampAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Bitstamp/ExchangeBitstampAPI.cs",
"diff": "@@ -542,7 +542,7 @@ namespace ExchangeSharp\n// \"channel\": \"live_trades_btcusd\"\n//}}\nstring marketSymbol = t... | C# | MIT License | jjxtra/exchangesharp | Provide additional information buy/sell OrderId in Bitstamp (#412)
- similar to recent work on Binance and Coinbase #408
- reordered ParseTrade() methods alphabetically |
329,089 | 07.08.2019 15:04:23 | 14,400 | d897d7e089784eb07022e5d33833d3520f40e848 | Provide additional information maker/taker OrderId in Kucoin
similar to recent work on Bitstamp
added #region around ParseTrade() methods | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Kucoin/ExchangeKucoinAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Kucoin/ExchangeKucoinAPI.cs",
"diff": "@@ -477,7 +477,7 @@ namespace ExchangeSharp\n{\nvar dataToken = token[\"data\"];\nvar marketSymbol = token[\"data\"][\"sym... | C# | MIT License | jjxtra/exchangesharp | Provide additional information maker/taker OrderId in Kucoin (#413)
- similar to recent work on Bitstamp #412
- added #region around ParseTrade() methods |
329,089 | 08.08.2019 16:36:45 | 14,400 | 73ad56af2626b9c31dfd0ac428a5f4c0c1382ac6 | Kraken: added Trade stream (websocket)
created KrakenTrade to provide additional OrderType information
fixed Gemini Trade stream symbol subscription bug
aligned websocket indicators in README.md for easier comparison between exchanges | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Gemini/ExchangeGeminiAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Gemini/ExchangeGeminiAPI.cs",
"diff": "@@ -329,7 +329,7 @@ namespace ExchangeSharp\n{\n//{ \"type\": \"subscribe\",\"subscriptions\":[{ \"name\":\"l2\",\"symbols... | C# | MIT License | jjxtra/exchangesharp | Kraken: added Trade stream (websocket) (#414)
- created KrakenTrade to provide additional OrderType information
- fixed Gemini Trade stream symbol subscription bug
- aligned websocket indicators in README.md for easier comparison between exchanges |
329,089 | 13.08.2019 16:27:04 | 25,200 | 4ba7c82f3385c708c755744284516300d631d5d8 | fixed bug in HitBTC.GetBankAmountsAsync()
fixes | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Hitbtc/ExchangeHitbtcAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Hitbtc/ExchangeHitbtcAPI.cs",
"diff": "@@ -453,7 +453,8 @@ namespace ExchangeSharp\n{\nDictionary<string, decimal> amounts = new Dictionary<string, decimal>();\n... | C# | MIT License | jjxtra/exchangesharp | fixed bug in HitBTC.GetBankAmountsAsync()
- fixes #415 |
329,089 | 13.08.2019 16:31:08 | 25,200 | a75a8d6f020609a6045550b0b50bfb66a26e5db2 | fixed bug in HitBTC.AccountTransfer()
fixes | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Hitbtc/ExchangeHitbtcAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Hitbtc/ExchangeHitbtcAPI.cs",
"diff": "@@ -468,7 +468,7 @@ namespace ExchangeSharp\npayload[\"type\"] = ToBank ? \"exchangeToBank\" : \"bankToExchange\";\npayloa... | C# | MIT License | jjxtra/exchangesharp | fixed bug in HitBTC.AccountTransfer()
- fixes #416 |
329,089 | 13.08.2019 17:03:30 | 25,200 | a7c5c4d157f8b5cc959ccb1f32262b5cf6989b54 | fixed Binance.OnGetCompletedOrderDetailsAsync() bug
fixes | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Binance/ExchangeBinanceAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Binance/ExchangeBinanceAPI.cs",
"diff": "@@ -612,7 +612,7 @@ namespace ExchangeSharp\npayload[\"symbol\"] = marketSymbol;\nif (afterDate != null)\n{\n- payload... | C# | MIT License | jjxtra/exchangesharp | fixed Binance.OnGetCompletedOrderDetailsAsync() bug
- fixes #398 |
329,089 | 13.08.2019 19:16:32 | 25,200 | 0e3b4f791a8b7da908e983dd78181ea909455da1 | fixed bugs in Bitfinex.OnGetCompletedOrderDetailsWebSocket()
fixes | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Bitfinex/ExchangeBitfinexAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Bitfinex/ExchangeBitfinexAPI.cs",
"diff": "@@ -539,7 +539,11 @@ namespace ExchangeSharp\nreturn ConnectWebSocket(string.Empty, (_socket, msg) =>\n{\nJToken t... | C# | MIT License | jjxtra/exchangesharp | fixed bugs in Bitfinex.OnGetCompletedOrderDetailsWebSocket()
- fixes #314 |
329,089 | 14.08.2019 11:06:13 | 25,200 | a778253def0ec24800b7c718e2a16bed78e64235 | HitBTC: added Trade stream (websocket)
DRY trade stream parsing in Gemini | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Gemini/ExchangeGeminiAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Gemini/ExchangeGeminiAPI.cs",
"diff": "@@ -310,9 +310,7 @@ namespace ExchangeSharp\nvar tradesToken = token[\"trades\"];\nif (tradesToken != null) foreach (var t... | C# | MIT License | jjxtra/exchangesharp | HitBTC: added Trade stream (websocket)
- DRY trade stream parsing in Gemini |
329,089 | 14.08.2019 11:23:25 | 25,200 | 3c6872ee25cd7b174f8647a09b75535ca01ac86f | fixed OKEx and HitBTC capitalization | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Hitbtc/ExchangeHitbtcAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Hitbtc/ExchangeHitbtcAPI.cs",
"diff": "@@ -23,12 +23,12 @@ using Newtonsoft.Json.Linq;\nnamespace ExchangeSharp\n{\n- public sealed partial class ExchangeHitbtcA... | C# | MIT License | jjxtra/exchangesharp | fixed OKEx and HitBTC capitalization |
329,089 | 15.08.2019 18:43:16 | 25,200 | ef58504af06880868d4f93204aac48cce3b89146 | fixed bug in authentication in Binance ctor
fixes | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Binance/ExchangeBinanceAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Binance/ExchangeBinanceAPI.cs",
"diff": "@@ -68,9 +68,9 @@ namespace ExchangeSharp\npublic ExchangeBinanceAPI()\n{\n// give binance plenty of room to accept re... | C# | MIT License | jjxtra/exchangesharp | fixed bug in authentication in Binance ctor
- fixes #419 |
329,152 | 22.08.2019 19:00:44 | -10,800 | 15e005bc606276f3973cd64377230f3ea3208bf7 | Added user data stream (Binance)
* Added new Kraken symbols
* Added other userdata streams
* fixed accidently change of func to action
* Indentation
* Listen Key request
* Added ListenKey method to BinanaceAPI
Fixed namespace
Removed ListenKey from base | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Binance/ExchangeBinanceAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Binance/ExchangeBinanceAPI.cs",
"diff": "@@ -9,7 +9,6 @@ The above copyright notice and this permission notice shall be included in all c\nTHE SOFTWARE IS PROV... | C# | MIT License | jjxtra/exchangesharp | Added user data stream (Binance) (#425)
* Added new Kraken symbols #363
* Added other userdata streams
* fixed accidently change of func to action
* Indentation
* Listen Key request
* Added ListenKey method to BinanaceAPI
Fixed namespace
Removed ListenKey from base |
329,089 | 23.08.2019 15:20:14 | 25,200 | 53cff85e2c5d0e09886317f39ce700da004c881b | fixed KuCoin capitalization
simplified Kraken namespace | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Kraken/Models/KrakenTrade.cs",
"new_path": "ExchangeSharp/API/Exchanges/Kraken/Models/KrakenTrade.cs",
"diff": "@@ -16,7 +16,7 @@ using System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\n-namespace ExchangeSharp.API.Ex... | C# | MIT License | jjxtra/exchangesharp | fixed KuCoin capitalization
- simplified Kraken namespace |
329,089 | 24.08.2019 15:45:52 | 25,200 | e62251ac113774de3d48725878753f4ef95aadb6 | OKGroup: added websocket ping to prevent connection timeout
mostly affects OKCoin given sparse trading there
renamed ExchangeOKExAPI.cs file capitalization | [
{
"change_type": "RENAME",
"old_path": "ExchangeSharp/API/Exchanges/OKGroup/ExchangeOkexAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/OKGroup/ExchangeOKExAPI.cs",
"diff": ""
},
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/OKGroup/OKGroupCommon.cs",
"new_pat... | C# | MIT License | jjxtra/exchangesharp | OKGroup: added websocket ping to prevent connection timeout
- mostly affects OKCoin given sparse trading there
- renamed ExchangeOKExAPI.cs file capitalization |
329,117 | 25.08.2019 18:11:39 | -10,800 | df00dc3c8bd81960a3042ced492a7c1a16476109 | Set order book LastUpdatedUtc to actual server time | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Binance/ExchangeBinanceAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Binance/ExchangeBinanceAPI.cs",
"diff": "@@ -309,7 +309,7 @@ namespace ExchangeSharp\nstring json = msg.ToStringFromUTF8();\nvar update = JsonConvert.Deseriali... | C# | MIT License | jjxtra/exchangesharp | Set order book LastUpdatedUtc to actual server time (#426) |
329,089 | 25.08.2019 15:55:27 | 25,200 | c9df50d8a3fbab9994f95a15f8d1bcb5cc64f5cf | Gemini: implemented OnGetMarketSymbolsMetadataAsync()
Gemini is a stupid exchange which doesn't provide this info through their api so had to hardcode it... | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Gemini/ExchangeGeminiAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Gemini/ExchangeGeminiAPI.cs",
"diff": "@@ -91,6 +91,67 @@ namespace ExchangeSharp\nreturn await MakeJsonRequestAsync<string[]>(\"/symbols\");\n}\n+ protected ove... | C# | MIT License | jjxtra/exchangesharp | Gemini: implemented OnGetMarketSymbolsMetadataAsync()
Gemini is a stupid exchange which doesn't provide this info through their api so had to hardcode it... |
329,089 | 26.08.2019 09:55:40 | 25,200 | 41d1b475931aed43b7491d640c4c69018279b3fa | Kraken: fix disabled symbol name bug
in GetMarketSymbolsMetadataAsync(), disabled symbols were getting a "" as the MarketSymbol name | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Kraken/ExchangeKrakenAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Kraken/ExchangeKrakenAPI.cs",
"diff": "@@ -507,7 +507,8 @@ namespace ExchangeSharp\nvar market = new ExchangeMarket\n{\nIsActive = !prop.Name.Contains(\".d\"),\n... | C# | MIT License | jjxtra/exchangesharp | Kraken: fix disabled symbol name bug
- in GetMarketSymbolsMetadataAsync(), disabled symbols were getting a "" as the MarketSymbol name |
329,148 | 26.08.2019 17:05:13 | 21,600 | 201d7505cc46c41431485274f27f2dda259be3ee | Kucoin symbol conversion unit test is broken | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharpTests/ExchangeTests.cs",
"new_path": "ExchangeSharpTests/ExchangeTests.cs",
"diff": "@@ -68,7 +68,7 @@ namespace ExchangeSharpTests\n{\ntry\n{\n- if (api is ExchangeUfoDexAPI || api is ExchangeKrakenAPI || api is ExchangeOKExAPI || api is Exchange... | C# | MIT License | jjxtra/exchangesharp | Kucoin symbol conversion unit test is broken |
329,148 | 26.08.2019 17:16:04 | 21,600 | b447b6b8452130e316cbe7d47f2cc79e24d9577a | OkCoin symbol conversion is broken | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharpTests/ExchangeTests.cs",
"new_path": "ExchangeSharpTests/ExchangeTests.cs",
"diff": "@@ -68,7 +68,8 @@ namespace ExchangeSharpTests\n{\ntry\n{\n- if (api is ExchangeUfoDexAPI || api is ExchangeKrakenAPI || api is ExchangeOKExAPI || api is Exchange... | C# | MIT License | jjxtra/exchangesharp | OkCoin symbol conversion is broken |
329,089 | 28.08.2019 19:00:42 | 14,400 | fea382f21b8528f8f5234eb6edc71d002a6e8729 | new nuget 0.6.0.3 | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/ExchangeSharp.csproj",
"new_path": "ExchangeSharp/ExchangeSharp.csproj",
"diff": "<LangVersion>latest</LangVersion>\n<PackageId>DigitalRuby.ExchangeSharp</PackageId>\n<Title>ExchangeSharp - C# API for cryptocurrency exchanges</Title>\n- <PackageV... | C# | MIT License | jjxtra/exchangesharp | new nuget 0.6.0.3 (#427) |
329,091 | 29.08.2019 19:36:11 | 10,800 | 0ebc1c3262cf8ca3c838fafd3b004a812f8ed8eb | Fix Kraken problems with coin names
* Fix Kraken problems
Fixed:
Name problems
Changed global symbol from XBT to BTC (XBT is not used in the exchange web)
* Enable Kraken GlobalSymbolTests | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Kraken/ExchangeKrakenAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Kraken/ExchangeKrakenAPI.cs",
"diff": "@@ -50,10 +50,26 @@ namespace ExchangeSharp\npublic override string ExchangeMarketSymbolToGlobalMarketSymbol(string market... | C# | MIT License | jjxtra/exchangesharp | Fix Kraken problems with coin names (#428)
* Fix Kraken problems
Fixed:
- Name problems
- Changed global symbol from XBT to BTC (XBT is not used in the exchange web)
* Enable Kraken GlobalSymbolTests |
329,089 | 02.09.2019 18:41:05 | 14,400 | 0bddb83dd7391c2fc67d722973f8ab646f259d15 | fixed bug in KuCoin GetTickersAsync()
fixes
fixed KuCoin capitalization in filename/git | [
{
"change_type": "RENAME",
"old_path": "ExchangeSharp/API/Exchanges/Kucoin/ExchangeKucoinAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/KuCoin/ExchangeKuCoinAPI.cs",
"diff": "@@ -181,9 +181,36 @@ namespace ExchangeSharp\nprotected override async Task<IEnumerable<KeyValuePair<string, ExchangeTicke... | C# | MIT License | jjxtra/exchangesharp | fixed bug in KuCoin GetTickersAsync() (#429)
- fixes #423
- fixed KuCoin capitalization in filename/git |
329,148 | 03.09.2019 19:18:57 | 21,600 | 0a8ffb979089842b6e25f75f994fd38932a8eb5b | Breaking change, rename order book method to delta order book
Be more clear that the order book method is a delta order book, seeing some confusion and questions from new users | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Binance/ExchangeBinanceAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Binance/ExchangeBinanceAPI.cs",
"diff": "@@ -297,7 +297,7 @@ namespace ExchangeSharp\n});\n}\n- protected override IWebSocket OnGetOrderBookWebSocket(Action<Ex... | C# | MIT License | jjxtra/exchangesharp | Breaking change, rename order book method to delta order book
Be more clear that the order book method is a delta order book, seeing some confusion and questions from new users |
329,148 | 03.09.2019 21:16:54 | 21,600 | 0a7e79cb02f7219750a885cab7004f48bd55ff1b | Add note about not found symbols | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/_Base/ExchangeAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/_Base/ExchangeAPI.cs",
"diff": "@@ -531,7 +531,8 @@ namespace ExchangeSharp\ntry\n{\n// *NOTE*: custom caching, do not wrap in CacheMethodCall...\n-\n+ // *NOTE*: vulne... | C# | MIT License | jjxtra/exchangesharp | Add note about not found symbols |
329,089 | 04.09.2019 10:45:24 | 14,400 | 2e9e334945b183fd89f171a4eb2541a65864313c | LBank: fixed marketsymbol bug in ParseTicker()ParseTicker
fixes
fixed KuCoinTrade.cs capitalization in filename/git | [
{
"change_type": "RENAME",
"old_path": "ExchangeSharp/API/Exchanges/Kucoin/Models/KucoinTrade.cs",
"new_path": "ExchangeSharp/API/Exchanges/KuCoin/Models/KuCoinTrade.cs",
"diff": ""
},
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/LBank/ExchangeLBankAPI.cs",
"ne... | C# | MIT License | jjxtra/exchangesharp | LBank: fixed marketsymbol bug in ParseTicker()ParseTicker (#432)
- fixes #431
- fixed KuCoinTrade.cs capitalization in filename/git |
329,148 | 04.09.2019 09:06:13 | 21,600 | 5197b19319609c1da2febc3a711a4299c46d76ee | Fix zb com to parse ticker date properly | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/ZBcom/ExchangeZBcomAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/ZBcom/ExchangeZBcomAPI.cs",
"diff": "@@ -48,7 +48,9 @@ namespace ExchangeSharp\nprivate ExchangeTicker ParseTicker(string symbol, JToken data)\n{\n// {{\"ticker\":... | C# | MIT License | jjxtra/exchangesharp | Fix zb com to parse ticker date properly |
329,148 | 04.09.2019 10:03:59 | 21,600 | e25d8f986ac8059fbde0d10ad0555aea01b49498 | Work-around crappy exchange api | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/ZBcom/ExchangeZBcomAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/ZBcom/ExchangeZBcomAPI.cs",
"diff": "@@ -126,9 +126,12 @@ namespace ExchangeSharp\nforeach (JToken token in data.Item1)\n{\n//for some reason when returning ticker... | C# | MIT License | jjxtra/exchangesharp | Work-around crappy exchange api |
329,148 | 04.09.2019 10:13:10 | 21,600 | dd4e911deb3c4aaf76f62a1bc0073196b5b4d8eb | Performance enhancement | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/ZBcom/ExchangeZBcomAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/ZBcom/ExchangeZBcomAPI.cs",
"diff": "@@ -121,13 +121,23 @@ namespace ExchangeSharp\nvar data = await MakeRequestZBcomAsync(null, \"/allTicker\", BaseUrl);\nList<Ke... | C# | MIT License | jjxtra/exchangesharp | Performance enhancement |
329,148 | 04.09.2019 16:46:55 | 21,600 | c1638040dd840cb2e242c852ac31d4c7d1568577 | Throw if global symbol does not have separator | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/_Base/ExchangeAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/_Base/ExchangeAPI.cs",
"diff": "@@ -471,6 +471,10 @@ namespace ExchangeSharp\nthrow new ArgumentException(\"Market symbol must be non null and non empty\");\n}\nint pos... | C# | MIT License | jjxtra/exchangesharp | Throw if global symbol does not have separator |
329,148 | 05.09.2019 07:32:48 | 21,600 | 9be905c12d7d2ef20fca9d5d571838caaf0057f3 | Remove all DateTime.*Now calls | [
{
"change_type": "MODIFY",
"old_path": "CONTRIBUTING.md",
"new_path": "CONTRIBUTING.md",
"diff": "@@ -9,6 +9,7 @@ Please follow these coding guidelines...\n- Before adding NuGet packages, consider copying in the bits of the source that matter into the Dependencies folder. The fewer packages that Exc... | C# | MIT License | jjxtra/exchangesharp | Remove all DateTime.*Now calls |
329,148 | 05.09.2019 07:47:49 | 21,600 | 62a1517b0de10f36c72015c3b09520ff10031011 | Implement nonce offset from api call default method
No need in most cases to create custom nonce method, put most of the logic in the base OnGetNonceOffset method | [
{
"change_type": "MODIFY",
"old_path": "CONTRIBUTING.md",
"new_path": "CONTRIBUTING.md",
"diff": "@@ -21,6 +21,8 @@ When creating a new Exchange API, please do the following:\n- Put the exchange API class is in it's own folder (/API/Exchanges). If you are creating model objects or helper classes for... | C# | MIT License | jjxtra/exchangesharp | Implement nonce offset from api call default method
No need in most cases to create custom nonce method, put most of the logic in the base OnGetNonceOffset method |
329,148 | 05.09.2019 11:29:17 | 21,600 | 81ba517bda55799884755053ae142f0de48e4c7d | Fix MarketSymbol in metadata call for Kraken | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Kraken/ExchangeKrakenAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Kraken/ExchangeKrakenAPI.cs",
"diff": "@@ -541,8 +541,8 @@ namespace ExchangeSharp\nvar market = new ExchangeMarket\n{\nIsActive = !prop.Name.Contains(\".d\"),\n... | C# | MIT License | jjxtra/exchangesharp | Fix MarketSymbol in metadata call for Kraken |
329,148 | 05.09.2019 12:55:31 | 21,600 | f7d66db39805e5396f4614b80d3aa6726c1e61aa | Work-around huobi api bugs, some symbol metadata not in tickers... | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Huobi/ExchangeHuobiAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Huobi/ExchangeHuobiAPI.cs",
"diff": "@@ -154,7 +154,6 @@ namespace ExchangeSharp\nvar priceStepSize = Math.Pow(10, -pricePrecision).ConvertInvariant<decimal>();\nv... | C# | MIT License | jjxtra/exchangesharp | Work-around huobi api bugs, some symbol metadata not in tickers... |
329,148 | 05.09.2019 14:27:08 | 21,600 | b750e9fc0978d09e487f69778a018888a9abe92c | Work-around for bitthumb
Bitthumb is wacky, KRW is an implicit market pair. What happens if they want a different market pair besides KRW in the future? | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Bithumb/ExchangeBithumbAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Bithumb/ExchangeBithumbAPI.cs",
"diff": "@@ -82,7 +82,29 @@ namespace ExchangeSharp\nprivate ExchangeTicker ParseTicker(string marketSymbol, JToken data)\n{\n-... | C# | MIT License | jjxtra/exchangesharp | Work-around for bitthumb
Bitthumb is wacky, KRW is an implicit market pair. What happens if they want a different market pair besides KRW in the future? |
329,148 | 05.09.2019 14:58:55 | 21,600 | 67cba11eb53dccc25a665edada9216947a32cb44 | Use new Binance faster order book deltas | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Binance/ExchangeBinanceAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Binance/ExchangeBinanceAPI.cs",
"diff": "@@ -303,7 +303,7 @@ namespace ExchangeSharp\n{\nmarketSymbols = GetMarketSymbolsAsync().Sync().ToArray();\n}\n- string... | C# | MIT License | jjxtra/exchangesharp | Use new Binance faster order book deltas |
329,148 | 05.09.2019 16:16:39 | 21,600 | 355862d02a378451a10ced61b679b8ba000e8b0f | Binance tickers and trades at 100ms | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Binance/ExchangeBinanceAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Binance/ExchangeBinanceAPI.cs",
"diff": "@@ -243,7 +243,7 @@ namespace ExchangeSharp\nprotected override IWebSocket OnGetTickersWebSocket(Action<IReadOnlyColle... | C# | MIT License | jjxtra/exchangesharp | Binance tickers and trades at 100ms |
329,148 | 06.09.2019 16:42:47 | 21,600 | 09ccbc98f0394e4dc5c818c8029bdb1c8a41ba7f | Remove digifinex from test until someone submits fix via pr | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharpTests/ExchangeTests.cs",
"new_path": "ExchangeSharpTests/ExchangeTests.cs",
"diff": "@@ -69,7 +69,7 @@ namespace ExchangeSharpTests\ntry\n{\nif (api is ExchangeUfoDexAPI || api is ExchangeOKExAPI || api is ExchangeHitBTCAPI || api is ExchangeKuCoi... | C# | MIT License | jjxtra/exchangesharp | Remove digifinex from test until someone submits fix via pr |
329,127 | 07.09.2019 22:59:10 | -28,800 | 428f1ef1fdfe7eab5d5d48867a0ec0642e48fd4b | Make Digifinex symbols uppercase
* bitfinex trade websocket snapshot
* BitFinex trade websocket add support for snapshot flags
* New exchange Digifinex
* change all DateTime to UTC
* XXXInvariant
* make symbols uppercase
update supported exchange list
* ExchangeName
clean up usings | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -28,6 +28,7 @@ The following cryptocurrency exchanges are supported:\n| Bleutrade | x | x | |\n| Coinbase | x | x | T R |\n| Cryptopia | x | x | |\n+| Digifinex | x | x | R B |\n| Gemini | x | x | R |\n| HitBTC ... | C# | MIT License | jjxtra/exchangesharp | Make Digifinex symbols uppercase (#438)
* bitfinex trade websocket snapshot
* BitFinex trade websocket add support for snapshot flags
* New exchange Digifinex
* change all DateTime to UTC
* XXXInvariant
* make symbols uppercase
update supported exchange list
* ExchangeName
clean up usings |
329,148 | 08.09.2019 09:01:18 | 21,600 | 57c73aaf000f22f8e0a8379bdc6f94c2ae6e5d55 | Remove Abucoins, they are defunct | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharpConsole/Console/ExchangeSharpConsole_ExchangeTests.cs",
"new_path": "ExchangeSharpConsole/Console/ExchangeSharpConsole_ExchangeTests.cs",
"diff": "@@ -50,7 +50,7 @@ namespace ExchangeSharpConsole\nreturn \"BTC-LTC\";\n}\nelse if (api is ExchangeBi... | C# | MIT License | jjxtra/exchangesharp | Remove Abucoins, they are defunct |
329,089 | 08.09.2019 23:45:22 | 14,400 | aea0cc72f4802ddddcf84ff0e5ccb38a66d38936 | Digifinex: fixed IsLastFromSnapshot bug
previously it was marking the last trade in the batch as IsLastFromSnapshot even if it was not from a snapshot
include IsLastFromSnapshot in ExchangeTrade.ToString() | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Digifnex/ExchangeDigifinexAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Digifnex/ExchangeDigifinexAPI.cs",
"diff": "@@ -391,6 +391,8 @@ namespace ExchangeSharp\n{\nif (callback == null)\nreturn null;\n+ else if (marketSymbols ==... | C# | MIT License | jjxtra/exchangesharp | Digifinex: fixed IsLastFromSnapshot bug (#440)
- previously it was marking the last trade in the batch as IsLastFromSnapshot even if it was not from a snapshot
- include IsLastFromSnapshot in ExchangeTrade.ToString() |
329,089 | 09.09.2019 12:24:44 | 14,400 | 5e515142f6fbd34a5013f6dfcba05b266fbdc243 | ZB.com: fix MarketSymbolMetatadata.IsActive
fixes
improve ExchangeTrade.ToString() readability
rename Digifinex directory | [
{
"change_type": "RENAME",
"old_path": "ExchangeSharp/API/Exchanges/Digifnex/ExchangeDigifinexAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Digifinex/ExchangeDigifinexAPI.cs",
"diff": ""
},
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/ZBcom/ExchangeZBcomAPI.cs"... | C# | MIT License | jjxtra/exchangesharp | ZB.com: fix MarketSymbolMetatadata.IsActive (#442)
- fixes #441
- improve ExchangeTrade.ToString() readability
- rename Digifinex directory |
329,148 | 09.09.2019 10:48:38 | 21,600 | 1d9ef07082895ba7950b6f830e2f0b2941ef6d46 | Expose symbol dictionary method
Allow getting a dictionary of string to exchange market, handy for fast lookups and cached by default for performance | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Huobi/ExchangeHuobiAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Huobi/ExchangeHuobiAPI.cs",
"diff": "@@ -207,10 +207,11 @@ namespace ExchangeSharp\nList<KeyValuePair<string, ExchangeTicker>> tickers = new List<KeyValuePair<stri... | C# | MIT License | jjxtra/exchangesharp | Expose symbol dictionary method
Allow getting a dictionary of string to exchange market, handy for fast lookups and cached by default for performance |
329,148 | 10.09.2019 09:53:48 | 21,600 | d3c2c47878ca7728999d99f2cc9f3eb7294d8fad | Simple winforms example | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp.sln",
"new_path": "ExchangeSharp.sln",
"diff": "@@ -20,6 +20,8 @@ Project(\"{2150E333-8FDC-42A3-9474-1A3956D46DE8}\") = \"SolutionItems\", \"SolutionIt\nEndProject\nProject(\"{9A19103F-16F7-4668-BE54-9A1E7A4F7556}\") = \"ExchangeSharpTests\", \"E... | C# | MIT License | jjxtra/exchangesharp | Simple winforms example |
329,148 | 10.09.2019 09:54:34 | 21,600 | d8ade5b8135082be15ddf908136d9446bdaa9cda | Don't change index until created | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharpWinForms/MainForm.cs",
"new_path": "ExchangeSharpWinForms/MainForm.cs",
"diff": "@@ -57,17 +57,16 @@ namespace ExchangeSharpWinForms\npublic MainForm()\n{\nInitializeComponent();\n- foreach (var exchange in ExchangeAPI.GetExchangeAPIs())\n- {\n- c... | C# | MIT License | jjxtra/exchangesharp | Don't change index until created |
329,148 | 10.09.2019 10:28:35 | 21,600 | e4c38ed75fa742979f651c446480082df2dde2ba | Add note about ui thread | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/Utility/CryptoUtility.cs",
"new_path": "ExchangeSharp/Utility/CryptoUtility.cs",
"diff": "@@ -1332,7 +1332,7 @@ namespace ExchangeSharp\n}\n/// <summary>\n- /// Make a task execute synchronously\n+ /// Make a task execute synchronously - do not c... | C# | MIT License | jjxtra/exchangesharp | Add note about ui thread |
329,089 | 19.09.2019 19:16:16 | 25,200 | 8d1b239a0325802cd397d41839aaab1143073621 | new nuget 0.6.1 | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/ExchangeSharp.csproj",
"new_path": "ExchangeSharp/ExchangeSharp.csproj",
"diff": "<LangVersion>latest</LangVersion>\n<PackageId>DigitalRuby.ExchangeSharp</PackageId>\n<Title>ExchangeSharp - C# API for cryptocurrency exchanges</Title>\n- <PackageV... | C# | MIT License | jjxtra/exchangesharp | new nuget 0.6.1 (#448) |
329,148 | 22.09.2019 13:26:33 | 21,600 | 2a0da564c2d0938a752de3b25894ff4836a1aa57 | Fix tests
Kraken puts ETH before BTC, but otherwise has the correct ordering for global symbols | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Kraken/ExchangeKrakenAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Kraken/ExchangeKrakenAPI.cs",
"diff": "@@ -96,6 +96,7 @@ namespace ExchangeSharp\nexchangeSymbolToNormalizedSymbolNew[marketSymbol] = marketSymbolNorm;\nnormaliz... | C# | MIT License | jjxtra/exchangesharp | Fix tests
Kraken puts ETH before BTC, but otherwise has the correct ordering for global symbols |
329,089 | 26.09.2019 09:46:14 | 25,200 | 850f4470150ba9c1547474ff0b8870125b2351b7 | Eliminate SSL3
SSL3 is now deprecated
plus, it was giving me the exception `System.NotSupportedException: 'The requested security protocol is not supported.'` | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Common/BaseAPI.cs",
"new_path": "ExchangeSharp/API/Common/BaseAPI.cs",
"diff": "@@ -264,11 +264,11 @@ namespace ExchangeSharp\n#if HAS_WINDOWS_FORMS // NET47\n- ServicePointManager.SecurityProtocol = SecurityProtocolType.SystemDefault | Secur... | C# | MIT License | jjxtra/exchangesharp | Eliminate SSL3 (#451)
- SSL3 is now deprecated
- https://medium.com/@kyle.gagnet/your-net-code-could-stop-working-in-june-afb35fbf29ca
- https://tools.ietf.org/html/rfc7568
- https://docs.microsoft.com/en-us/security-updates/securityadvisories/2015/3009008
- plus, it was giving me the exception `System.NotSupportedException: 'The requested security protocol is not supported.'` |
329,089 | 27.09.2019 19:14:00 | 14,400 | 79aa9bc2ff4c7ad7e42f9ae84b1ee08973b6dfd7 | KuCoin: handle when total # sym is not a multiple of 100 in Trades websocket | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/KuCoin/ExchangeKuCoinAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/KuCoin/ExchangeKuCoinAPI.cs",
"diff": "@@ -513,8 +513,9 @@ namespace ExchangeSharp\nint tunnelInt = 0;\nwhile (marketSymbolsList.Count > 0)\n{ // can only subscr... | C# | MIT License | jjxtra/exchangesharp | KuCoin: handle when total # sym is not a multiple of 100 in Trades websocket (#452) |
329,095 | 28.09.2019 01:31:30 | -7,200 | f8b0f8e87770ef0774627fb87cd588b93cb46dc9 | KuCoin: GetLastOrders KC header bugfix | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/KuCoin/ExchangeKuCoinAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/KuCoin/ExchangeKuCoinAPI.cs",
"diff": "@@ -213,7 +213,7 @@ namespace ExchangeSharp\nList<ExchangeTrade> trades = new List<ExchangeTrade>();\n// [0]-Timestamp [1]... | C# | MIT License | jjxtra/exchangesharp | KuCoin: GetLastOrders KC header bugfix (#453) |
329,089 | 02.10.2019 12:17:17 | 14,400 | d577c7e2c916f68caaec065881aa716da60b843f | Fixed ClientWebSocket disposal
cancel CTS and set 'disposed' bool after attempting to close connection
dispose of the webSocket
mark messageQueue as complete
close MemoryStream in ReadTask() | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/Utility/ClientWebSocket.cs",
"new_path": "ExchangeSharp/Utility/ClientWebSocket.cs",
"diff": "@@ -249,8 +249,6 @@ namespace ExchangeSharp\n{\nif (!disposed)\n{\n- disposed = true;\n- cancellationTokenSource.Cancel();\nTask.Run(async () =>\n{\ntry... | C# | MIT License | jjxtra/exchangesharp | Fixed ClientWebSocket disposal (#455)
- cancel CTS and set 'disposed' bool after attempting to close connection
- dispose of the webSocket
- mark messageQueue as complete
- close MemoryStream in ReadTask() |
329,089 | 02.10.2019 14:25:37 | 14,400 | 31be2f6218b8b4cb3952bbd42cedb37cd1cf96ca | workaround SignalR HubConnection.Stop() bug
bug in SignalR where Stop() throws a NRE if it times out
also handle case where trying to dispose of a HubConnection where the Transport is null | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/Utility/SignalrManager.cs",
"new_path": "ExchangeSharp/Utility/SignalrManager.cs",
"diff": "@@ -676,9 +676,16 @@ namespace ExchangeSharp\n/// Stop the hub connection\n/// </summary>\npublic void Stop()\n+ {\n+ try\n{\nhubConnection.Stop(TimeSpan.... | C# | MIT License | jjxtra/exchangesharp | workaround SignalR HubConnection.Stop() bug (#456)
- bug in SignalR where Stop() throws a NRE if it times out
- https://github.com/SignalR/SignalR/issues/3561
- also handle case where trying to dispose of a HubConnection where the Transport is null |
329,089 | 02.10.2019 16:35:37 | 14,400 | 4f9fd19bea06f156f8a411f6316b315d985a0bab | HitBTC: set RateLimit
closes | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Hitbtc/ExchangeHitbtcAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Hitbtc/ExchangeHitbtcAPI.cs",
"diff": "@@ -29,7 +29,8 @@ namespace ExchangeSharp\npublic override string BaseUrlWebSocket { get; set; } = \"wss://api.hitbtc.com/... | C# | MIT License | jjxtra/exchangesharp | HitBTC: set RateLimit (#458)
- closes #457 |
329,089 | 04.10.2019 21:44:35 | 14,400 | cc895e0ee6207256fec7e34daa6ce2dfbe2bbfda | new nuget 0.6.2 | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/ExchangeSharp.csproj",
"new_path": "ExchangeSharp/ExchangeSharp.csproj",
"diff": "<LangVersion>latest</LangVersion>\n<PackageId>DigitalRuby.ExchangeSharp</PackageId>\n<Title>ExchangeSharp - C# API for cryptocurrency exchanges</Title>\n- <PackageV... | C# | MIT License | jjxtra/exchangesharp | new nuget 0.6.2 (#459) |
329,148 | 05.10.2019 07:48:02 | 21,600 | 440712ceffaa6bd655e98cbc218e3369061d232f | Remove dead exchanges | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -26,7 +26,6 @@ The following cryptocurrency exchanges are supported:\n| Bittrex | x | x | T R |\n| Bleutrade | x | x | |\n| Coinbase | x | x | T R |\n-| Cryptopia | x | x | |\n| Digifinex | x | x | R B |\n| Gemi... | C# | MIT License | jjxtra/exchangesharp | Remove dead exchanges |
329,148 | 08.10.2019 08:57:22 | 21,600 | fa2534ec7ec0c7b400bc5cb584e353ac62486bf9 | Fix for Kraken web socket | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/Kraken/ExchangeKrakenAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/Kraken/ExchangeKrakenAPI.cs",
"diff": "@@ -498,11 +498,14 @@ namespace ExchangeSharp\nforeach (JProperty prop in res.Where(p => !p.Name.EndsWith(\".d\")))\n{\nJT... | C# | MIT License | jjxtra/exchangesharp | Fix for Kraken web socket |
329,089 | 08.10.2019 15:40:18 | 14,400 | a23a92758ec1f724c28e3ed59bffa6bc7abc55bf | Additional BL3P capitalization fixes | [
{
"change_type": "RENAME",
"old_path": "ExchangeSharp/API/Exchanges/Bl3p/ExchangeBl3pAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/BL3P/ExchangeBL3PAPI.cs",
"diff": "@@ -79,7 +79,7 @@ namespace ExchangeSharp\npublic partial class ExchangeName\n{\n- public const string Bl3p = \"BL3P\";\n+ public ... | C# | MIT License | jjxtra/exchangesharp | Additional BL3P capitalization fixes (#463) |
329,148 | 21.10.2019 23:04:29 | 21,600 | a42e14476f2833b1f54c643daf69ec3c1fe31b24 | Skip ndax in test for now | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharpTests/ExchangeTests.cs",
"new_path": "ExchangeSharpTests/ExchangeTests.cs",
"diff": "@@ -78,7 +78,7 @@ namespace ExchangeSharpTests\ntry\n{\nif (api is ExchangeUfoDexAPI || api is ExchangeOKExAPI || api is ExchangeHitBTCAPI || api is ExchangeKuCoi... | C# | MIT License | jjxtra/exchangesharp | Skip ndax in test for now |
329,089 | 03.11.2019 13:11:04 | 28,800 | ffb57e7c22a4b3a7a58b1ea7d1736001666765a7 | BL3P: move supporting classes to ExchangeBL3PAPI class | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/API/Exchanges/BL3P/ExchangeBL3PAPI.cs",
"new_path": "ExchangeSharp/API/Exchanges/BL3P/ExchangeBL3PAPI.cs",
"diff": "@@ -2,8 +2,7 @@ using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Threading.Tasks;\n-using Exchan... | C# | MIT License | jjxtra/exchangesharp | BL3P: move supporting classes to ExchangeBL3PAPI class (#474) |
329,089 | 11.11.2019 21:17:00 | 28,800 | dc80c6e474e41cd2a9d038970743991e6f0ba2ba | new nuget 0.6.3 | [
{
"change_type": "MODIFY",
"old_path": "ExchangeSharp/ExchangeSharp.csproj",
"new_path": "ExchangeSharp/ExchangeSharp.csproj",
"diff": "<LangVersion>8</LangVersion>\n<PackageId>DigitalRuby.ExchangeSharp</PackageId>\n<Title>ExchangeSharp - C# API for cryptocurrency exchanges</Title>\n- <PackageVersio... | C# | MIT License | jjxtra/exchangesharp | new nuget 0.6.3 (#482) |
329,148 | 12.11.2019 22:32:01 | 25,200 | e98bb2096937c3b1278342ceeca0a9b43b6659a1 | Add notes about configure await | [
{
"change_type": "MODIFY",
"old_path": "CONTRIBUTING.md",
"new_path": "CONTRIBUTING.md",
"diff": "@@ -15,7 +15,8 @@ Please follow these coding guidelines...\n- Curly braces on separate lines.\n- Wrap if, else if, and any loops or control logic with curly braces. Avoid `if (something) doSomething();`... | C# | MIT License | jjxtra/exchangesharp | Add notes about configure await |
329,089 | 17.11.2019 07:50:05 | 28,800 | 658c5e394a677446e1137a962ef38e63b29bfbe4 | attempt fix of Azure pipeline GH connection
* attempt fix of Azure pipeline GH connection
change gitHubConnection to jjxtra from johnnyasantoss
* Update azure-pipelines.yml | [
{
"change_type": "MODIFY",
"old_path": "azure-pipelines.yml",
"new_path": "azure-pipelines.yml",
"diff": "@@ -146,7 +146,7 @@ jobs:\n- task: GitHubRelease@0\ndisplayName: \"Attach artifacts to GH Release\"\ninputs:\n- gitHubConnection: DigitalRuby\n+ gitHubConnection: DigitalRubyToken\ntarget: '$(Bu... | C# | MIT License | jjxtra/exchangesharp | attempt fix of Azure pipeline GH connection (#491)
* attempt fix of Azure pipeline GH connection
- change gitHubConnection to jjxtra from johnnyasantoss
* Update azure-pipelines.yml |
329,094 | 19.11.2019 19:16:04 | -3,600 | 16c0cc3556cc4ba800743cb8338e73c0cb271723 | Add attributes to ignore method on certain conditions | [
{
"change_type": "MODIFY",
"old_path": "tests/ExchangeSharpTests/CryptoUtilityTests.cs",
"new_path": "tests/ExchangeSharpTests/CryptoUtilityTests.cs",
"diff": "@@ -226,31 +226,46 @@ namespace ExchangeSharpTests\n}\n}\n- [TestMethod]\n+ [ConditionalTestMethod]\n+ [PlatformSpecificTest(\n+ ~TestPlatfo... | C# | MIT License | jjxtra/exchangesharp | Add attributes to ignore method on certain conditions (#493) |
329,089 | 19.11.2019 10:20:23 | 28,800 | 7b15124e5ce014900cbf558c67a1677d6b978fc3 | change to addChangeLog to false | [
{
"change_type": "MODIFY",
"old_path": "azure-pipelines.yml",
"new_path": "azure-pipelines.yml",
"diff": "@@ -151,6 +151,6 @@ jobs:\ntitle: $(setTag.TAG)\ntag: $(setTag.TAG)\naction: 'edit'\n- addChangeLog: true\n+ addChangeLog: false\nassets: '$(System.ArtifactsDirectory)/**'\nassetUploadMode: 'rep... | C# | MIT License | jjxtra/exchangesharp | change to addChangeLog to false (#492) |
329,094 | 22.11.2019 01:13:22 | -3,600 | 0d25d6db15d5fb915aa3e6811906af91d6c16d05 | Fix the repo slug | [
{
"change_type": "MODIFY",
"old_path": "install-console.sh",
"new_path": "install-console.sh",
"diff": "@@ -25,10 +25,10 @@ case \"$(uname -s)\" in\n;;\nesac\n-TAG=$(curl -Ssf https://api.github.com/repos/johnnyasantoss/ExchangeSharp/releases/latest | jq -r .name)\n+TAG=$(curl -Ssf https://api.githu... | C# | MIT License | jjxtra/exchangesharp | Fix the repo slug (#496) |
329,089 | 27.11.2019 00:43:44 | 28,800 | da19b668d78064ab1ff8440e7425f1fdd1a90851 | NDAX: fix symbol bug
NDAX sometimes uses _ as a symbol separater and sometimes it does not
change the _marketSymbolToInstrumentIdMapping to store the symbol w/o the _
then search both ways if needed | [
{
"change_type": "MODIFY",
"old_path": "src/ExchangeSharp/API/Exchanges/NDAX/ExchangeNDAXAPI.cs",
"new_path": "src/ExchangeSharp/API/Exchanges/NDAX/ExchangeNDAXAPI.cs",
"diff": "@@ -31,7 +31,7 @@ namespace ExchangeSharp\n{\nvar result =\nawait MakeJsonRequestAsync<Dictionary<string, NDAXTicker>>(\"r... | C# | MIT License | jjxtra/exchangesharp | NDAX: fix symbol bug (#498)
- NDAX sometimes uses _ as a symbol separater and sometimes it does not
- change the _marketSymbolToInstrumentIdMapping to store the symbol w/o the _
- then search both ways if needed |
329,089 | 30.11.2019 19:10:35 | 28,800 | 2f6e293398cc9e175da56bbfd373b76762d9e3e4 | Binance Jersey: added exchange support
found another Binance... | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -22,6 +22,7 @@ The following cryptocurrency exchanges are supported:\n|Exchange Name |Public REST|Private REST |Web Socket | Notes\n| ---------------- | --------- | ----------- | --------- | ---------\n| Binance... | C# | MIT License | jjxtra/exchangesharp | Binance Jersey: added exchange support (#499)
- found another Binance... |
329,089 | 14.12.2019 17:41:10 | 28,800 | ff8babc61fbb02af7b7ae7c5b305850aa6e84052 | HitBTC: fix 1 month candle conversion
allow the input of the seconds equivalent of 28, 30, 31 days
also keep the value for 49 days for backwards compatibility | [
{
"change_type": "MODIFY",
"old_path": "src/ExchangeSharp/API/Exchanges/Hitbtc/ExchangeHitbtcAPI.cs",
"new_path": "src/ExchangeSharp/API/Exchanges/Hitbtc/ExchangeHitbtcAPI.cs",
"diff": "@@ -49,8 +49,12 @@ namespace ExchangeSharp\ncase 14400: return \"H4\";\ncase 86400: return \"D1\";\ncase 604800: r... | C# | MIT License | jjxtra/exchangesharp | HitBTC: fix 1 month candle conversion (#505)
- allow the input of the seconds equivalent of 28, 30, 31 days
- also keep the value for 49 days for backwards compatibility |
329,089 | 08.01.2020 12:16:30 | 28,800 | c6f81820b195853ba25572cc83a86a081aba3dc9 | new nuget 0.6.4
remove global.json (so we always use the latest .NET Core SDK for CLI commands) | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -85,10 +85,10 @@ See [`WebSocket4NetClientWebSocket.cs`][websocket4net] for implementation detail\n### Nuget\n#### dotnet CLI\n-[`dotnet add package DigitalRuby.ExchangeSharp --version 0.6.3`][nuget]\n+[`dotnet ... | C# | MIT License | jjxtra/exchangesharp | new nuget 0.6.4 (#506)
- remove global.json (so we always use the latest .NET Core SDK for CLI commands) |
329,089 | 17.01.2020 19:29:41 | 28,800 | cb2b21d38cfa55662b0a28b5ea5def593e80f72d | remove nuget creation from ExchangeSharp.Forms
ExchangeSharp.Forms is just a sample project
we only publish a nuget from the main ExchangeSharp project | [
{
"change_type": "MODIFY",
"old_path": "src/ExchangeSharp.Forms/ExchangeSharp.Forms.csproj",
"new_path": "src/ExchangeSharp.Forms/ExchangeSharp.Forms.csproj",
"diff": "<DefineConstants>HAS_WINDOWS_FORMS</DefineConstants>\n<NeutralLanguage>en</NeutralLanguage>\n<LangVersion>8</LangVersion>\n- <!-- Ve... | C# | MIT License | jjxtra/exchangesharp | remove nuget creation from ExchangeSharp.Forms (#507)
- ExchangeSharp.Forms is just a sample project
- we only publish a nuget from the main ExchangeSharp project |
329,089 | 22.01.2020 20:23:25 | 28,800 | 239be686e2defcbe200d4a0d40008315b8ea292e | KuCoin: fix GetRecentTradesAsync() and GetHistoricalTradesAsync()
changed endpoint for GetRecentTradesAsync()
changed TS parsing to UnixNanoseconds for both
DRY both methods
fixes | [
{
"change_type": "MODIFY",
"old_path": "src/ExchangeSharp/API/Exchanges/KuCoin/ExchangeKuCoinAPI.cs",
"new_path": "src/ExchangeSharp/API/Exchanges/KuCoin/ExchangeKuCoinAPI.cs",
"diff": "@@ -210,27 +210,51 @@ namespace ExchangeSharp\nprotected override async Task<IEnumerable<ExchangeTrade>> OnGetRece... | C# | MIT License | jjxtra/exchangesharp | KuCoin: fix GetRecentTradesAsync() and GetHistoricalTradesAsync() (#513)
- changed endpoint for GetRecentTradesAsync()
- changed TS parsing to UnixNanoseconds for both
- DRY both methods
- fixes #454 |
329,148 | 22.01.2020 22:42:24 | 25,200 | 04eef85b35161db17577c23bfa6e8ca3f1e303cc | Patch fix place safe market order
Fixes | [
{
"change_type": "MODIFY",
"old_path": "src/ExchangeSharp/API/Exchanges/_Base/ExchangeAPIExtensions.cs",
"new_path": "src/ExchangeSharp/API/Exchanges/_Base/ExchangeAPIExtensions.cs",
"diff": "@@ -309,6 +309,7 @@ namespace ExchangeSharp\nExchangeOrderRequest request = new ExchangeOrderRequest\n{\nAmo... | C# | MIT License | jjxtra/exchangesharp | Patch fix place safe market order (#514)
Fixes #512 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.