-
Notifications
You must be signed in to change notification settings - Fork 771
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
v7 Breaking Release Planning #2561
Comments
I was planning to ship #2000 this month, but it would make sense if we remove the warm/touched addresses/accounts in EEI first, so will start with that. |
No strong opinion about warmed/touched accounts but that minimal EEI would be a big win for devs. It still takes a fair bit of boilerplate to get a standalone EVM instantiated (unintuitively requires you to import the |
My EVM/VM points regarding the touched/warm accounts is in #2604 |
Closed by #2945 |
Follow-up on #1717
Branch: master
develop-v7
Next breaking release round for the monorepo libraries, major features: Buffer -> Uint8Array transition, ESM/CJS builds, permanent statemanager (account/storage) and trie (nodes) caches, EVM/VM/StateManager EEI and state access refactoring with cleaner API, EIP-4844 in beta (?), internally refactored trie library (needs confirmation), VM/Blockchain Level dependency removal, lighter VM/Blockchain packages (genesis states removal), Shanghai default HF
May/June
: First round ofBeta
releasesJuly
: Final ReleasesTODO
rustbnHotFix
from package.json @holgerd77 @acolytec3c-kzg
withtypescript-kzg
library if feasible (would be really good!), @acolytec3 Proof of concept typescript kzg integration #2725ethersStateManager
to useethers
v6, MakeethersStateManager
more awesome #2720, @acolytec3Decisions
The text was updated successfully, but these errors were encountered: