RGB-WG / rgb-std

RGB standard libs for WASM & low-level integrations (no FS/networking)
https://rgb.tech
Apache License 2.0
66 stars 31 forks source link

Periodically prune historic state data #82

Open dr-orlovsky opened 1 year ago

dr-orlovsky commented 1 year ago

Upon:

The updpate should be triggered by a wallet, which should use data it receives about the new block headers.

dr-orlovsky commented 1 year ago

With the solution coming from https://github.com/RGB-WG/rgb-core/pull/166 now we just need to periodically prune the data once a new prunning API from https://github.com/RGB-WG/rgb-core/issues/167 will be there