laconicd/x
Emmanuel T Odeke 66292080e4
x/evm/types: properly split in 32 chunks trace.Memory (#838)
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
2021-12-15 02:29:49 +00:00
..
evm x/evm/types: properly split in 32 chunks trace.Memory (#838) 2021-12-15 02:29:49 +00:00
feemarket feemarket: update base fee in BeginBlock (#822) 2021-12-15 02:10:52 +00:00