snapshot-labs / snapshot-strategies

Snapshot voting strategies
https://docs.snapshot.org/strategies
MIT License
218 stars 753 forks source link

[safe-vested] cache allocations #1483

Closed cristovaoth closed 3 months ago

cristovaoth commented 3 months ago

It loads the allocations JSON once and stores a trimmed version in cache using a global variable inside the strategy file.

cristovaoth commented 3 months ago

@ChaituVR here is the subsequent PR, that implements the optimization the way we agreed on