Release Notes - Version 1.10.0¶
Released on November 29, 2022
- Install via Docker: Linux | Windows | macOS | Raspberry Pi
We are very excited to ship the November 2022 Hummingbot release (v1.10.0) today! See below for the highlights in this release.
New Chains and DEX Connectors: BNB Chain, Cronos, NEAR, PancakeSwap¶
Gateway continues to expand connectivity to leading DEX ecosystems, enabling Hummingbot users develop cross-chain, cross-exchange stategies. This release adds support for the following blockchains and the DEXs on them:
- BNB Chain: PancakeSwap and SushiSwap
- Cronos: VVS Finance and MM Finance
- NEAR: Ref.Finance
3 New Spot CEX Connectors: BTC Markets, LBank, WhiteBIT¶
This release features 3 new connectors to spot markets on the following centralized exchanges:
-
BTC Markets
is a centralized cryptocurrency exchange established in Australia, and is available for local residents only. BTC Markets aims to provide clients with an efficient, secure, and reliable trading platform. Its services are available to individuals, organizations, and Self-Managed Super Funds. -
LBank is a Hong Kong-based centralized exchange (CEX) platform that was established in 2015, with offices in the British Virgin Islands, U.S., Australia and Canada. The platform allows users to buy and sell major crypto assets like Bitcoin (BTC) and Ethereum (ETH) in over 50 fiat currencies, with over 20 payment methods. The company has licenses from the National Futures Association, Australian Transaction Reports and Analysis Center and money services businesses in Canada.
-
Whitebit](/exchanges/whitebit/) is a European centralized exchange that offers crypto-to-crypto and crypto-to-fiat transactions with 0.1% trading fees.
2 New Perpetual CEX Connectors: Gate.io, Bitget¶
This release features 3 new connectors to perpetual futures markets on the following centralized exchanges:
-
Gate.io is operated by Gate Technology Corp. Their mission is to serve the blockchain industry by providing secure and reliable products & services to consumers and companies around the world.
-
Bitget is a centralized cryptocurrency exchange established in 2018 and is registered in Singapore. Bitget is one of the worldβs leading cryptocurrency exchanges with a core focus on social trading.
See the Bitget documentation for more information.
New Strategy: Cross Exchange Mining¶
This new strategy offers sets orders on a maker exchange and seeks to profit off of the difference in the spread between taker and maker exchanges. The strategy is similar to the cross exchange market making strategy however it is more reliable in ensuring orders on the taker side are filled and assets remain hedged and balanced across exchanges. See cross exchange mining for more details.
Thanks to bsmeaton for this contribution! π
New Script Examples¶
Hummingbot has evolved from a simple market making bot into a powerful generalized framework for building any automated trading stategy on any CEX or DEX. Hummingbot codebase now features examples of 12 different scripts that you can customize and run using Hummingbot.
Each cohort of Hummingbot Botcamp, our new intensive 4-week bootcamp that teaches students how to create custom trading strategies as simple Hummingbot scripts, will add more examples into the codebase.
All scripts examples can be found here.
Other Changes¶
Client Updates¶
- 5849 Refactored the
dYdX perpetual
connector to gold standard - 5860 Updated the
Bybit
spot connector to v2.1 *Thanks to yancong001 for this fix! π - 5893 Removed
FTX
connector and other references from the codebase
Gateway Updates¶
- 5719 Fixed issue with the
gateway connector-tokens
parameter nor returning the set tokens for balance command - 5735 Fixed conflict with the
curl.sh
script *Thanks to han-qiu for this fix! π
Bug Fixes¶
- 5766 Fixed issue with
OKX
cancel order error code *Thanks to huatahhhhh for this fix! π - 5781 Fixed issue with incorrect quote volume quantize method when querying the order book *Thanks to supervik for this fix! π
- 5809 Fixed issue with the
config
command that allowed a strategy to be updated in a loaded config *Thanks to MementoRC for this fix! π - 5812 Fixed issue with the
XEMM
strategy price conversions *Thanks to kadirc for this fix! π - 5820 Fixed issue where the throttler duplicates requests in the task log Thanks to MementoRC for this fix! π
- 5828 Fixed issue with
OKX
orderbook datasource getting the wrong amount Thanks to huatahhhhh for this fix! π - 5852 Fixed issue with base asset balance in asset ratio config Thanks to
ethicrypt
for this fix! π