Skip to content

v2.3.0 Support light client

Compare
Choose a tag to compare
@TheWaWaR TheWaWaR released this 01 Nov 02:36
· 198 commits to master since this release
850c90d

Changes

  • Update ckb to v0.105.1
  • BREAKING CHANGE: get_transaction rpc now return TransactionWithStatusResponse
  • BREAKING CHANGE: Update ckb-indexer json types
    • Add SearchKey.with_data
    • Add SearchKey.group_by_transaction
    • Add SearchKeyFilter.script_len_range
  • Add light client support
    • Add rpc client for light client
    • Add LightClientHeaderDepResolver
    • Add LightClientTransactionDependencyProvider
    • Add LightClientCellCollector
    • Little improvement to DaoWithdrawBuilder for support light client
  • Add query.secondary_script_len_range = Some(ValueRangeOption::new_exact(0)); to fix cell collector bug