Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

0.2.0-beta.4

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 16:50
· 136 commits to main since this release

Changes

Mercury adds the indexer_cell table in version 0.2.0-beta.4 which is a Breaking Change. Before upgrading, clear all data in DB and use the commands here to rebuild tables and indexes.

🚀 Features

  • feat(sync): develop the synchronization of indexer cell table (#289)
  • feat(rpc): forbidden negetive fee (#296)
  • feat(rpc): add timestamp for rpc query_transactions when native type (#292)
  • feat(rpc): add timestamp to TransactionInfo. (#290)

🐛 Bug Fixes

  • fix(rpc): pool_live_cells_by_items pool ckb just from first item (#305)
  • fix(storage): get tx_hash when query transaction by script (#303)
  • fix(rpc): pool_live_cells_by_items repeatedly pool udt for each item (#298)
  • fix: always goto synchronization when restart (#283)
  • fix(rpc): pool duplicate cells (#286)
  • fix(rpc): build_dao_claim_transaction panic (#282)
  • fix(rpc): Fix signature_actions in build_adjust_account_transaction (#280)

🧰 Maintenance

  • refactor(rpc): rename rpc build_smart_transfer_transaction (#288)

📝 Document

  • docs(config): add the document of config instruction (#302)
  • docs(readme): update readme (#293)