Skip to content

Releases: ckb-js/lumos

v0.16.0

02 Feb 10:40
Compare
Choose a tag to compare

v0.16.0 (2021-2-2)

Features

  • add RpcOptions for RPC customization, eg. enable HTTP persistent connection (#150 )
  • add TransactionCollector batch request demo

v0.15.0

22 Jan 05:40
Compare
Choose a tag to compare

v0.15.0 (2021-1-22)

Notes

  • Need to reset sql-indexer database(rerun migrations and resync data).

Breaking Changes

  • Indexer types moved to base package (#133)
  • Use bigint for cell OutPoint's index in sql-indexer (#136)
  • Read first 16 bytes when readBigUint128LE (#137)
  • Update predefined aggron4's sudt info (#138)
  • Replace consumed with consumed_block_number in sql-indexer (#141)
  • Valdiate since timestamp should be median timestamp (#147)

Bug Fixes

  • Use bigint for cell OutPoint's index in sql-indexer (#136)
  • Not throw if acp config not provided (#139)
  • Run prune after publish events (#140)
  • Replace consumed with consumed_block_number in sql-indexer (#141)
  • Valdiate since timestamp should be median timestamp (#147)

Features

  • Add subscribeMedianTime to Indexer (#131)
  • Add waitForSync for Indexer (#132)
  • Allow disable deduct capacity in common-scripts#common (#145)
  • Easy generate address (#146)
  • Add rpc module (#148)
  • Optional split sudt change in transfer (#149)

Refactors

  • Move Indexer types to base package (#133)
  • Use js-xxhash so base packages works in browser environment (#135)
  • Read first 16 bytes when readBigUint128LE (#137)
  • Update predefined aggron4's sudt info (#138)
  • TransactionCollector for sql indexer (#142)

v0.14.2-rc6

04 Jan 04:16
Compare
Choose a tag to compare
v0.14.2-rc6

v0.14.2-rc5

31 Dec 10:28
Compare
Choose a tag to compare
v0.14.2-rc5

v0.14.2-rc4

28 Dec 15:42
Compare
Choose a tag to compare
v0.14.2-rc4

v0.14.2-rc3

26 Dec 10:05
Compare
Choose a tag to compare
v0.14.2-rc3

v0.14.2-rc2

23 Dec 05:30
Compare
Choose a tag to compare
v0.14.2-rc2

v0.14.2-rc1

21 Dec 05:12
3adf320
Compare
Choose a tag to compare
v0.14.2-rc1

v0.14.1

04 Dec 15:49
Compare
Choose a tag to compare

v0.14.1 (2020-12-05)

Bug Fixes

  • Fix indexer query with argslen equals any and order by block number returning unordered cells (#129)

v0.14.0

24 Nov 08:14
Compare
Choose a tag to compare

v0.14.0 (2020-11-24)

Breaking Changes

  • HD cache module has been moved to separated hd-cache package. (#124)

Features

  • Create new one if to address previous acp output not found (#122)
  • Add TransactionSkeleton <=> Object conversion (#123)
  • Separate cache from hd (#124)