Skip to content

Releases: korbit-official/korbit-cli

Release list

v1.1.0

Choose a tag to compare

@jungmin-korbit jungmin-korbit released this 13 Aug 04:30
v1.1.0
19d39c1

한국어 버전은 아래에 있습니다.


Changes since v1.0.0

Breaking

Two fields in order place --dry-run's simulation object were renamed:

Before After
notionalKrw notional
estFilledQuoteKrw estFilledQuote

A new quoteCurrency field names the currency both amounts are denominated in.

Added

  • A currency pair's details are now explicit. korbit pairs serves baseCurrency, quoteCurrency, minOrderValue and maxOrderValue for every pair, and the order value warnings are evaluated against the bounds that pair itself publishes.
  • Pre-place checks work on an empty or one-sided orderbook. A newly listed or one-sided market previously produced no simulation and no warnings at all. Checks now degrade individually, so a sell into a bids-only book is still fully analyzed. A new NO_OPPOSING_LIQUIDITY warning covers the empty side, and a reference price that cannot be derived is reported as absent rather than as 0.
  • krw withdraw history now lists the pending and reviewing statuses.
  • TUI: column headers on the orderbook, ladder and trades panes, and empty market data is now visually distinct from data still loading.

Fixed

  • The Windows one-liner install no longer closes your terminal. Run through irm … | iex, the installer exited the caller's PowerShell session even on success.
  • sandbox start recovers from a corrupt cached bundle instead of failing on every subsequent start until the cache was cleared by hand.

Changed

  • Interactive korbit setup now leads with waiting for the key to be issued and bound automatically; entering the key id by hand is offered as the fallback.
  • The TUI fee estimate is shown to 3 significant figures, so it stays readable on markets where the fee is a small fraction of a unit.
  • The company is now named Digital X Co., Ltd.

v1.0.0 으로부터의 변경 사항

호환성에 영향을 주는 변경

order place --dry-runsimulation 객체에서 두 필드의 이름이 바뀌었습니다.

이전 현재
notionalKrw notional
estFilledQuoteKrw estFilledQuote

두 금액이 어떤 통화로 표시된 값인지 알려 주는 quoteCurrency 필드가 추가되었습니다.

추가

  • 통화 쌍의 정보가 명시적으로 제공됩니다. korbit pairs가 각 쌍마다 baseCurrency(기준자산, symbol의 첫 번째 항목), quoteCurrency(상대자산, symbol의 두 번째 항목), minOrderValue, maxOrderValue를 함께 내려주고, 주문 금액 경고도 해당 쌍이 게시한 한도를 기준으로 판정합니다.
  • 호가가 비어 있거나 한쪽만 있는 시장에서도 주문 전 점검이 동작합니다. 신규 상장 등으로 한쪽 호가가 비어 있으면 시뮬레이션과 경고가 아예 나오지 않았습니다. 이제 점검 항목별로 가능한 것만 수행하므로, 매수 호가만 있는 시장에 매도를 넣는 경우처럼 한쪽만 채워져 있어도 필요한 점검은 그대로 이루어집니다. 비어 있는 쪽에는 NO_OPPOSING_LIQUIDITY 경고가 추가되었고, 참조 가격을 구할 수 없을 때는 0이 아니라 값 없음으로 표시합니다.
  • **krw withdraw history**의 상태 목록에 pendingreviewing이 포함되었습니다.
  • TUI: 호가창·래더·체결 패널에 헤더가 추가되었고, 시세 데이터가 비어 있는 상태와 아직 불러오는 중인 상태를 구분해 보여 줍니다.

수정

  • Windows 한 줄 설치 명령이 터미널을 닫지 않습니다. irm … | iex로 실행하면 설치에 성공해도 명령을 실행한 PowerShell 세션까지 함께 종료되던 문제가 수정되었습니다.
  • sandbox start가 손상된 번들 캐시에서 스스로 복구합니다. 이전에는 캐시를 직접 지우기 전까지 이후 실행이 계속 실패했습니다.

변경

  • 대화형 korbit setup이 키가 발급되어 자동으로 연결되기를 기다리는 흐름을 먼저 안내하고, 키 ID 직접 입력은 대체 수단으로 제시합니다.
  • TUI의 수수료 추정치를 유효숫자 3자리로 표시합니다. 수수료가 1단위보다 작게 나오는 시장에서도 값을 읽을 수 있습니다.
  • 회사명이 디지털엑스 주식회사(Digital X Co., Ltd.)로 변경되었습니다.

v1.0.0

Choose a tag to compare

@jungmin-korbit jungmin-korbit released this 14 Jul 02:31
v1.0.0
2a36381
v1.0.0