bsc icon indicating copy to clipboard operation
bsc copied to clipboard

core, cmd, accounts, eth, light, trie: seperate out CodeStore interface

Open fynnss opened this issue 1 year ago • 0 comments

Description

This PR separates the logic of maintaining contract code from the state.cachingDB, defining another struct called state.CodeDB.

Rationale

It will bring following benefits:

  • Separate contract code to a separated database
  • Cleaner code

Example

NA

Changes

Notable changes:

  • NA

fynnss avatar Feb 01 '24 09:02 fynnss