kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a Beta version at the final testing phases.
ISC License
350 stars 105 forks source link

Confindex #420

Open D-Stacks opened 3 months ago

D-Stacks commented 3 months ago

Adds a confindex index which stores accepting blue score => chain_block which can be used to query acceptance data within a confirmation window, or by accepting blue score (i.e. imitates conventional block "height" scanning, as found in regular block chains). Such rpc calls are also fully implemented.

borrows some consensus api as found #401 and will be kept as draft until #401 is merged.