Releases: cosmic-markets/cinder
Releases · cosmic-markets/cinder
v0.1.17 - TWAP
- Added TWAP orders and bot management + fix for second intervals
Full Changelog: v0.1.16...v0.1.17
v0.1.16 - TWAP
- Added TWAP orders and bot management.
Full Changelog: v0.1.15...v0.1.16
v0.1.15
Full Changelog: v0.1.14...v0.1.15
v0.1.14
What's Changed
- fix legacy stop cancels and close-all safety by @mooncitydev in #2
New Contributors
- @mooncitydev made their first contribution in #2
Full Changelog: v0.1.13...v0.1.14
v0.1.13
- Fixed incorrectly crossed orderbooks
Full Changelog: v0.1.12...v0.1.13
v0.1.12
- Migrate
crates/andassets/folders and their contents out of the repo.- cosmic-phoenix-eternal-types is now on crates.io
- This saves our project 80%+ on file size. This also results in faster build/install.
- File structure + documentation improvements.
Full Changelog: v0.1.9...v0.1.12
v0.1.9
- Major fix for orderbook accuracy and missing spline/CLOB quotes.
- Testing indicates that Cinder's order book now matches Phoenix's official front-end order book.
Full Changelog: v0.1.8...v0.1.9
v0.1.8
- Wallet path persistence in user configuration so the last-used wallet is remembered across sessions.
- Skip-preflight setting in user configuration.
- Skip order confirmation setting in user configuration.
- Auto priority fee refresh; the TUI now keeps the compute unit price in sync with live network conditions.
- Auto-derived compute unit price now tracks the p90 (instead of p75) priority fee for more reliable inclusion under load.
- Signature status is polled every 350ms during confirmation for snappier transaction feedback.
Full Changelog: v0.1.7...v0.1.8
v0.1.7
- Critical fix — spline collection PDA now derived for transactions: signed flows (market order, limit order, cancel batch, close-position) now use the canonical derived spline-collection PDA instead of the raw API spline_pubkey, matching the read/display path and preventing broken trades when Phoenix metadata is stale (b8ccbe9, 9979a80).
- Public RPC fan-out: new fanout_public_rpc user setting (default on) sends every signed transaction to api.mainnet-beta.solana.com in parallel with the configured primary RPC, with auto-skip when the primary already targets the public endpoint (eff777f).
- Compute-budget controls: added compute_unit_price and compute_unit_limit user settings for tuning priority fees and CU caps per transaction (32e8829).
- First-run referral choice modal: new users are now prompted on first launch to pick between the default referrer, a custom code, or none, with full handling overhaul (ff85214, 8e2087b).
- i18n polish for referral flow: refreshed referral choice modal titles/messages across all supported languages and tightened Spanish/Russian formatting (9ad71bf, f2f9fc7).
- Windows wallet-path fix: backslashes in the wallet file path modal are now normalized so Windows-style paths load correctly (633269e).
- README updates: clarified donations section, referral funding/discount details, added note about pre-compiled Windows/Linux binaries, refreshed demo image, expanded i18n coverage (decfae5, 965741a, 9c4709e, c60cf4b).
Full Changelog: v0.1.6...v0.1.7
v0.1.6
- Microprice price chart - replaces midpoint data with microprice and adds an EMA overlay
- Iceberg marker support in order book - visualize hidden depth with price/trader tuples on spline and book rows
- New localizations - full Russian and Spanish translations (joining English and Chinese)
Full Changelog: v0.1.5...v0.1.6