Skip to content

v0.15.0

Compare
Choose a tag to compare
@xxuejie xxuejie released this 22 Jan 05:40

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)