We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
for the engine rewrite we need to decouple disk writes from state updates
Ideal we keep a larger range of blocks in memory and flush on demand.
This means to process engine and rpc requests, we need to able to access state at any block height.
This is likely similar to the current blockchaintree internals but must be more efficient wrt state root.
The text was updated successfully, but these errors were encountered:
Ref https://github.com/sigp/lighthouse/blob/f1d88ba4b1256e084d3a2a547e0ce574b896246c/beacon_node/store/src/hot_cold_store.rs#L45-L83
Sorry, something went wrong.
rkrasiuk
No branches or pull requests
for the engine rewrite we need to decouple disk writes from state updates
Ideal we keep a larger range of blocks in memory and flush on demand.
This means to process engine and rpc requests, we need to able to access state at any block height.
This is likely similar to the current blockchaintree internals but must be more efficient wrt state root.
The text was updated successfully, but these errors were encountered: