crypto-exchanges-gateway
crypto-exchanges-gateway copied to clipboard
chore(deps): bump ccxt from 1.95.43 to 4.3.28
Bumps ccxt from 1.95.43 to 4.3.28.
Release notes
Sourced from ccxt's releases.
4.3.28
What's Changed
- fix(coinbase) added datetime/timestamp to ws ticker by
@CH-EdwinB
in ccxt/ccxt#22544- feat(bitget): add v2/earn/account/assets by
@carlosmiei
in ccxt/ccxt#22546- feat(bitmart): add spot cancelOrders by
@carlosmiei
in ccxt/ccxt#22529- chore: update changelog [ci-skip] by
@carlosmiei
in ccxt/ccxt#22548- docs(krakenfutures): fix docs url by
@pcriadoperez
in ccxt/ccxt#22553- fix(coinbase): fix parseOrder to use safeMarket - fix #2250 by
@pcriadoperez
in ccxt/ccxt#22554- fix(bybit): fetchFundingRateHistory pagination by
@carlosmiei
in ccxt/ccxt#22549- fix(bingx): sl/tp order parsing by
@carlosmiei
in ccxt/ccxt#22556Full Changelog: https://github.com/ccxt/ccxt/compare/4.3.27...4.3.28
4.3.27
What's Changed
- build: [ci deploy] [skip-tests] by
@carlosmiei
in ccxt/ccxt#22545Full Changelog: https://github.com/ccxt/ccxt/compare/4.3.25...4.3.27
4.3.25
What's Changed
- fix(phemex): swap order fees by
@carlosmiei
in ccxt/ccxt#22517- feat(kraken): add createMarketBuyOrderWithCost by
@carlosmiei
in ccxt/ccxt#22522- coinex: fetchTransfers v2 by
@Dan-krm
in ccxt/ccxt#22523- fix(omitZero): protect against non numeric inputs by
@carlosmiei
in ccxt/ccxt#22524- feat(kraken): support multiple oflags by
@carlosmiei
in ccxt/ccxt#22525- feat(base) - handleParamString2, handleParamInteger2 by
@ttodua
in ccxt/ccxt#22042- fix(kraken): usdt market buy with cost by
@carlosmiei
in ccxt/ccxt#22526- fix(editOrderWs): amount should be optional by
@carlosmiei
in ccxt/ccxt#22528- build: skip-tests by
@carlosmiei
in ccxt/ccxt#22527Full Changelog: https://github.com/ccxt/ccxt/compare/4.3.24...4.3.25
4.3.24
What's Changed
- feat(coinex): infer order type by
@carlosmiei
in ccxt/ccxt#22501- feat(kucoin): add new validation header by
@carlosmiei
in ccxt/ccxt#22503- fix(waves) - static tests by
@ttodua
in ccxt/ccxt#22506- Deprecate CoinbasePro and add CoinbaseExchange by
@carlosmiei
in ccxt/ccxt#22502- fix(bybit): fetchPaginatedCallCursor exception fix by
@carlosmiei
in ccxt/ccxt#22507- fix(waves): static tests utils by
@carlosmiei
in ccxt/ccxt#22508- fix(bitrue): sign with query params by
@sc0Vu
in ccxt/ccxt#22504- fix(bitget) - watch parse orders by
@ttodua
in ccxt/ccxt#22510- coinex: transfer v2 by
@Dan-krm
in ccxt/ccxt#22511- build: fix request tests by
@carlosmiei
in ccxt/ccxt#22513- fix(bitrue): php array length by
@carlosmiei
in ccxt/ccxt#22515- build: skip-tests by
@carlosmiei
in ccxt/ccxt#22514
... (truncated)
Changelog
Sourced from ccxt's changelog.
4.3.27 (2024-05-18)
- new nuget token for travis ci 9a1a81c6d9
- wiki/Manual.md minor fix [ci deploy] f0334d7e47
- wiki/Manual.md minor fix [ci deploy] e38973b8c2
- wiki/Manual.md minor fix [ci deploy] a159d7644d
- 4.3.26 8931650aec
- 4.3.26 deaf35b995
- 4.3.27 42e07594db
4.3.25 (2024-05-17)
- fix(phemex): swap order fees (#22517) 456e05ca82
- fix(phemex): swap order fees (#22517) 9ab59963f7
- feat(kraken): add createMarketBuyOrderWithCost (#22522) c9c0a6d1c2
- coinex: fetchTransfers v2 (#22523) 866180863d
- coinex: fetchTransfers v2 (#22523) c10ac31a08
- fix(omitZero): protect against non numeric inputs (#22524) 8a35b22d08
- feat(kraken): support multiple oflags (#22525) d51e4bc171
- fix(kraken): usdt market buy with cost (#22526) 82534214a2
- fix(kraken): usdt market buy with cost (#22526) cdb02fc44d
- fix(editOrderWs): amount should be optional (#22528) 4f09cfdc6a
- fix(editOrderWs): amount should be optional (#22528) 71a0fe881b
- 4.3.25 6f1e2c794a
4.3.24 (2024-05-16)
- feat(coinex): infer order type (#22501) e1fdf20593
- feat(coinex): infer order type (#22501) da88eeaddd
- feat(kucoin): add new validation header (#22503) 29984fb57c
- feat(kucoin): add new validation header (#22503) b773ce2962
- Deprecate CoinbasePro and add CoinbaseExchange (#22502) 9372cf94cd
- fix(bybit): fetchPaginatedCallCursor exception fix (#22507) 1d55dfa4bd
- fix(waves): static tests utils (#22508) 33949c602e
- fix(bitrue): sign with query params (#22504) 635bf14ae2
- coinex: transfer v2 (#22511) 97d29a571f
- build: fix request tests (#22513) 7b3d262b6b
- fix(bitrue): php array length (#22515) 119b421426
- fix(bitrue): php array length (#22515) 3f7695ada3
- 4.3.24 d51fe1b54a
4.3.23 (2024-05-15)
- fix(poloniexfutures): fix watchOrderBook (#22487) 585e11451e
- whitebit new endpoints (#22485) 9be84a9d22
- coinex fetchFundingHistory v2 (#22489) 2708309016
- probit commonCurrencies (#22486) 3a447ac34f
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)