anza-xyz / agave

Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
https://www.anza.xyz/
Apache License 2.0
178 stars 67 forks source link

don't populate read cache for withdraw and store_capital update #1405

Closed HaoranYi closed 1 week ago

HaoranYi commented 2 weeks ago

Problem

A related work motivated from https://github.com/anza-xyz/agave/pull/1157

For fee distribution, withdraw and store_capital update, there is no need to put the old account into read cache.

Summary of Changes

Fixes #

HaoranYi commented 1 week ago

migrated to #1470