-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transient stores #1326
Comments
Possible implementations:
|
Should transient stores be a part of merkle tree? Since they are cleaned at the commit of each blocks, I don't think we have to make them as |
chillyvee
pushed a commit
to chillyvee/cosmos-sdk
that referenced
this issue
Mar 1, 2024
Merging regardless of link check error because those links are from Tendermint and are being [worked on](tendermint/tendermint#8052). * Update validator-faq to include exit process * Update validator-faq.md * Add jailing info & fix pre-existing errors Made changes to specify a validator needs to get jailed to leave the active set & fix some mistakes where the FAQ said all delegators get unbonded when self-delegation falls below self-delegation limit.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes we need a place to persist things between transactions that can be wiped on commit.
For instance in staking, we keep the TendermintUpdates around in the store, but they are cleared before commit.
We should consider how to introduce transient stores that can be used to make this clearer
See #1013
The text was updated successfully, but these errors were encountered: