Skip to content

Releases: ckb-js/lumos

v0.13.3

14 Nov 07:59
Compare
Choose a tag to compare
v0.13.3

v0.13.2

07 Nov 06:29
Compare
Choose a tag to compare

v0.13.2 (2020-11-07)

Bug Fixes

  • Fix Locktime pool CellCollector no dao cells & add tests (#117 )
  • Add dao.CellCollector & Fix unlock bugs(#116 )
  • Fix indexer.subscribe arsgLen bug(#118)

Features

  • Add tests for Indexer, Sql-indexer(#118, #119)

v0.13.1

10 Oct 04:28
Compare
Choose a tag to compare

v0.13.1 (2020-10-10)

Bug Fixes

  • Empty result if type = empty in indexer (#115)

v0.13.0

09 Oct 11:28
Compare
Choose a tag to compare

v0.13.0 (2020-10-09)

Breaking Changes

  • fromBlock|toBlock's type changed from number to HexString (#100)

Bug Fixes

  • Locktime pool script type not support in common (#102)
  • Anyone can pay limit capacity & limit amount check (#110)
  • Update createdCells after tx committed (#111)

Features

  • Implement HD wallet & mnemonic (#99)
  • Change fromBlock, toBlock type from number to Hexadecimal (#100)
  • Indexer support argsLen any option (#103)
  • Support destroyable in sudt transfer (#104)
  • Add isCellMatchQueryOptions (#105)
  • Indexer support any argsLen query for transaction collector (#106)

v0.12.0

16 Sep 03:14
Compare
Choose a tag to compare

v0.12.0 (2020-09-26)

Breaking Changes

  • Refactor setupInputCell logic, setupInputCell interface and behavior changed(#95)

Bug Fixes

  • Update note-fetch related dependencies for security fix

Improvements

  • Add acp & sudt config for LINA config(#97)
  • Indexer add support for order option(#98)

v0.11.0-rc2

27 Aug 10:55
Compare
Choose a tag to compare
v0.11.0-rc2

v0.11.0-rc1

25 Aug 04:48
Compare
Choose a tag to compare

v0.11.0-rc1 (2020-08-25)

Features

  • Pay fee by fee rate (#93)

Bug Fixes

  • Fix outdated method calling in transaction-manager(#94)
  • Fix transaction hash calculation(#94)

Improvements

  • Add fromBlock|toBlock|skip query options and sql optimization for sql-indexer(#88)

v0.10.0

19 Aug 07:33
Compare
Choose a tag to compare

v0.10.0 (2020-08-19)

Breaking Changes

  • Update defaultWitness default value to undefined in common#setupInputCell (#92)

v0.9.0

19 Aug 04:09
Compare
Choose a tag to compare

v0.9.0 (2020-08-19)

Breaking Changes

  • Rename usedCapacity to availableCapacity(#91)

Bug Fixes

  • Add missing config-manager package to helpers(#87)
  • Don't update capacity directly when deduct (#89)
  • Add missing since/defaultWitness to setupInputCell(#90)

Refactors

  • Rename usedCapacity to availableCapacity(#91)

v0.8.0

07 Aug 12:20
Compare
Choose a tag to compare

v0.8.0 (2020-08-07)

Breaking Changes

  • Change default data value in TransactionManager#collector (3c09ff5)

Bug Fixes

  • Fix and refactor TransactionManager#collector (3c09ff5)
  • Too many logs in generateLockScriptInfos (133d78a)

Features

  • Add usePendingOutputs options to TransactioManager#collector (b63cc4c)