dominant-strategies / go-quai

Official Go Implementation of the Quai Network
GNU General Public License v3.0
2.38k stars 465 forks source link

Add state trimming on UTXOs #1966

Closed mibuono closed 5 days ago

mibuono commented 3 months ago

Add 17 PMTs to UTXO set - Set a limit to the on the total size - set it to 1bn

Trim the lowest denomination of the tries - delete the trie until we get below the limit, starting with the lowest denomination in ascending order.

alanorwick commented 2 months ago

Blocked by #1979