kinode-dao / process_lib

Standard Library crate for Kinode processes written in Rust
Apache License 2.0
3 stars 2 forks source link

GetName(hash, block) from KNS #85

Closed bitful-pannul closed 3 months ago

bitful-pannul commented 3 months ago

Problem

Race condition with KNSUpdate of relevant name getting to net runtime before app_store already asks for it.

Solution

include a blocknumber option in the enum, kns_indexer checks if it's up to date with that.