we lookup the most recent time they left, then we lookup all the tracks that went cold within 1 minute of that time, for each of those tracks we send a few checks sprinkled around the area to try and pick up where we left off with tracking them. A few other techniques like this all...
Thanks @olivernyc for the addition of a query in CoinStore to special case height 0 to avoid querying all unspent coins. Starting logging the timing of applying additions and removals to the coin store. Made max message size configurable in config.yaml, as a possible workaround for very larg...
If a proof of space lookup takes longer than 5 seconds we will now log an error at WARNING level. Allow configuration of the plot loading interval (default is 2 minutes) in config.yaml. CLI wallet UI was improved and shows syncing status of wallet. @martomi added logging of added coins...
Cleanup and reuse of wallet code Return before fetching weight proof if a secondary sync task is running (Thanks @olivernyc!) Dropped unused chia_minor_release_number Just raise, not raise e when reraising Optimized simple_solution_generator() Allow developers to easily use standard Chia clvm pu...
Thanks @olivernyc for the addition of a query in CoinStore to special case height 0 to avoid querying all unspent coins. Starting logging the timing of applying additions and removals to the coin store. Made max message size configurable in config.yaml, as a possible workaround for very larg...