Please describe the feature you’d like to see added.
If I understood it right, the risk of using a pruned database from someone is that the UTXOs could be manipulated.
It would easily be possible to create a UTXO checksum that is compared with other nodes to find out if it is valid or not - instead of downloading the entire chain.
Is your feature related to a problem, if so please describe it.
Downloading the entire chain takes a long time.
Problem is getting bigger and bigger over time and there just should be some easy and fast verification mechanism.
Describe the solution you’d like
Implement something that can deterministically hash the UTXOs and compare it with other nodes.
Describe any alternatives you’ve considered
No response
Please leave any additional context
IMHO there is no technical reason why this shouldn’t work - it just wasn’t implemented.