@@ -74,7 +74,6 @@ Released on TBD (UTC).
7474- Implemented live subscriptions for blockchain data client (#2832 ), thanks @filipmacek
7575- Introduced ` SharedCell ` / ` WeakCell ` wrappers for ergonomic and safer handling of ` Rc<RefCell<T>> ` / ` Weak<RefCell<T>> ` pairs
7676- Introduced efficient block syncing command in the ` nautilus-cli ` (#2861 ), thanks @filipmacek
77- - Introduce efficient pool syncing command in the ` nautilus-cli ` (#2871 ), thanks @filipmacek
7877- Added stream iterators support ` BacktestDataIterator `
7978- Added serialization support for execution reports
8079- Added serialization support for execution report commands
@@ -94,6 +93,7 @@ Released on TBD (UTC).
9493- Standardized DeFi chain name validation for ` InstrumentId ` (#2826 ), thanks @filipmacek
9594- Standardized ` NAUTILUS_PATH ` env var across Tardis integration (#2850 ), thanks @nicolad
9695- Standardized zero PnL as Money instead of None when exchange rate missing (#2880 ), thanks @nicolad
96+ - Refactored SpreadQuoteAggregator (#2905 ), thanks @faysou
9797- Improved typing for all the DEX IDs with ` DexType ` and add validation (#2827 ), thanks @filipmacek
9898- Improved reconciliation handling of internally generated orders to align positions (now uses the ` INTERNAL-DIFF ` strategy ID)
9999- Improved data client for blockchain adapter (#2787 ), thanks @filipmacek
@@ -109,6 +109,7 @@ Released on TBD (UTC).
109109- Improved security for ` Credential ` struct (#2882 ), thanks @nicolad
110110- Improved DeFi pool event parsing and integrate Arbitrum Camelotv3 new pools signature (#2889 ), thanks @filipmacek
111111- Improved Databento multiplier decoding to prevent precision loss (#2895 ), thanks @nicolad
112+ - Improved Bybit balance precision by avoiding float conversion (#2903 ), thanks @scoriiu
112113- Refined Rust catalog path handling (#2743 ), thanks @faysou
113114- Refined Rust ` GreeksCalculator ` (#2760 ), thanks @faysou
114115- Refined Databento bars timestamp decoding and backtest execution usage (#2800 ), thanks @faysou
@@ -157,7 +158,8 @@ Released on TBD (UTC).
157158- Fixed Bybit instrument provider fee rate handling during parsing
158159- Fixed Bybit SPOT commission currency for makers
159160- Fixed Bybit positions pagination to handle more than 20 positions (#2879 ), thanks @scoriiu
160- - Fixed Bybit balance precision errors for high-value tokens (#2898 ), thanks @scoriiu
161+ - Fixed Bybit REST model parsing balance precision errors for high-value tokens (#2898 ), thanks @scoriiu
162+ - Fixed Bybit WebSocket message parsing balance precision errors for high-value tokens (#2904 ), thanks @scoriiu
161163- Fixed RPC client content type header (#2828 ), thanks @filipmacek
162164- Fixed ` venue_order_id ` handling for Polymarket order status request (#2848 ), thanks @DeirhX
163165- Fixed race-condition on node shutdown in async ` InteractiveBrokersDataClient._disconnect() ` (#2865 ), thanks @ruvr
0 commit comments