ckb-cell / rgbpp-sdk

Utilities for Bitcoin and RGB++ asset integration
ISC License
52 stars 16 forks source link

feat(service): add no_cache params to btc/rgbpp service api #181

Closed ahonn closed 2 months ago

ahonn commented 2 months ago

Changes

The assets service will cache Bitcoin's UTXO data and RGB++'s cell data in subsequent updates and provide a no_cache parameter to skip cache. This PR adds parameter types and corresponding unit tests to support it.

ShookLyngs commented 2 months ago

I will support the no_cache feature in the BTC builder APIs in another PR.

Flouse commented 2 months ago

I will support the no_cache feature in the BTC builder APIs in another PR.

Please update the README by the way. @ShookLyngs