kaspanet / kaspad

Kaspad was the reference full node Kaspa implementation written in Go (golang), now rewritten in Rust: https://github.com/kaspanet/rusty-kaspa
ISC License
447 stars 228 forks source link

Get block details api question #2198

Open Wangmmx opened 1 year ago

Wangmmx commented 1 year ago

Hi, I want to scan the entire network without missing transactions. Which field should I use as the standard? Can I use bluescore?

In addition, is there any api for obtaining block details be passed through the blue score number, because the blue score number is an increment data, and the blue score id is not easy to get

Looking forward to your reply, thanks

HankPavel commented 6 months ago

expect add GetBlocksByBlueScore rpc function, too.