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

`virtual chain from block` batching. #454

Open D-Stacks opened 1 month ago

D-Stacks commented 1 month ago

This PR exposes virtual chain from block batching possibilities from consensus to rpc; either via high hash, or max traversal and further post batching in get blocks acceptance, to batch by number of merged blocks. as a further quality of life improvement virtual chain from block will also start from the source hash, if no start hash is supplied.

Resolves #440