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

x/evm/types: properly split in 32 chunks trace.Memory #838

Merged
merged 1 commit into from
Dec 15, 2021

Commits on Dec 15, 2021

  1. x/evm/types: properly split in 32 chunks trace.Memory

    This change fixes an insidious bug that unfortunately
    tried to split values in multiples of 32, but unfortunately
    due to the loop conditions, if the length of trace.Memory
    was less than 32, nothing would be added; if the value wasn't
    a multiple of 32, the ends wouldn't be added in.
    
    Fixes #837
    odeke-em committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    39f0844 View commit details
    Browse the repository at this point in the history