-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Description
Each of this tasks should be solved in an independent PR
- Refactor
GetReverseStateDifffunction in `blockchain.go to return by value. Spread the change to every piece of code that interacts with this function. - Refactor
AdaptOrderedMessageToL1(invm2core.go) to receive by reference and return by value
Then in sn2core.go:
- Refactor
AdaptBlockto return by value. - Refactor
AdaptTransactionReceiptto return by value - The same for
adaptGasConsumed - The same for
AdaptEvent AdaptExecutionResourcesAdaptL1ToL2MessageAdaptL2ToL1MessageAdaptStateUpdateAdaptStateDiff- Refactor
AdaptCompiledClassby renaming itAdaptCasmClassand return by value (core.Casminstead of*core.Casm) - Refactor
AdaptSierraClassto return by value
Metadata
Metadata
Assignees
Labels
No labels