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
Is your feature request related to a problem? Please describe. We're still using Lib_RingBuffer but we should really get rid of it. It adds unnecessary complexity + can be replaced by simply using a standard array. Contract here: https://github.com/ethereum-optimism/optimism/blob/master/packages/contracts/contracts/optimistic-ethereum/libraries/utils/Lib_RingBuffer.sol
Lib_RingBuffer
Describe the solution you'd like We should remove Lib_RingBuffer and replace its usage inside OVM_ChainStorageContainer with a simple array.
OVM_ChainStorageContainer
The text was updated successfully, but these errors were encountered:
Closed by #821
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
We're still using
Lib_RingBuffer
but we should really get rid of it. It adds unnecessary complexity + can be replaced by simply using a standard array. Contract here: https://github.com/ethereum-optimism/optimism/blob/master/packages/contracts/contracts/optimistic-ethereum/libraries/utils/Lib_RingBuffer.solDescribe the solution you'd like
We should remove
Lib_RingBuffer
and replace its usage insideOVM_ChainStorageContainer
with a simple array.The text was updated successfully, but these errors were encountered: