Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Latest commit

 

History

History
84 lines (52 loc) · 4.93 KB

CHANGELOG.md

File metadata and controls

84 lines (52 loc) · 4.93 KB

v0.3.5 (2020-10-13)

Bug Fixes

v0.3.4 (2020-10-12)

Features

  • use config Network replace string var (d486aea)

v0.3.3 (2020-10-11)

Features

  • add rosetta cli configs (d7f2a3a)

v0.3.2 (2020-10-11)

Features

v0.3.1 (2020-10-10)

  • only return ckb coins on account/balance endpoint (c23b878)

v0.3.0 (2020-10-10)

Features

  • add cell dep related errors (741b4d0)
  • add cell deps validator (bfaf2ab)
  • add ckb types (9fc4641)
  • add coinChange to block operations (cfb5715)
  • add coins to accountBalance (03cf7c7)
  • add confg to services (4987cca)
  • add DeriveMetadata (d570873)
  • add getConstructionType function (f67867e)
  • add LockType (fc0c680)
  • add lockType to derive response metadata (4b0b7fc)
  • add more error types (d1f24b7)
  • add more errors (bab5d7e)
  • add more validator (2518e0a)
  • add rosettaTransaction types (e0b17f0)
  • add sign message builder (122a8d5)
  • add signedTx builder and factory (fdae5b0)
  • add some util function (2dffec7)
  • add SupportedOperationTypes (8db5076)
  • add TxSizeEstimatorFactory (5feddd9)
  • add unsigned tx builder factory (d36ce2d)
  • add unsignedTxBuilderSecp256k1 (5dfcb26)
  • add unsignedTxBuilderSecp256k1Blake160 (40244db)
  • add validateSigningType function (3b7d14f)
  • complete ConstructionDerive (271100d)
  • complete ConstructionParse (17d98fe)
  • complete ConstructionPayloads (9a5956f)
  • fetch live cells on metadata endpoint (2bdb4c1)
  • generate input outpoints option (8f69d3f)
  • implement BuildCellDeps (380ddab)
  • implement BuildHeaderDeps (fd57a6f)
  • implement BuildOutputs (7f2e49d)
  • implement BuildOutputsData (8541cdd)
  • implement BuildVersion (ab34495)
  • set suggested fee on metadata response (4682a88)
  • unsigned tx builder interface (eecf03b)
  • use tx size estimator (cfd8804)