Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Problem: EVM keeper keeps intermediate states inside #663

Closed
wants to merge 1 commit into from

Commits on Nov 15, 2021

  1. Problem: EVM keeper keeps intermediate states inside

    Closes: evmos#664
    
    Solution:
    - move the states(ctxStack and stateErr) into struct `StateDB`
    - `StateDB` is a temparory object which only lives in `ApplyMessage`
    
    move keeper methods out of statedb
    
    fix lint
    
    refactor state_transition
    
    fix unit tests
    
    Update x/evm/keeper/statedb.go
    
    fix tests
    
    rename
    yihuang committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    ef96e84 View commit details
    Browse the repository at this point in the history