Fantom-foundation / Aida

Aida is a block-processing testing infrastructure for EVM-compatible chains.
GNU Lesser General Public License v3.0
6 stars 12 forks source link

Add random to blk ctx #1181

Closed cabrador closed 1 month ago

cabrador commented 1 month ago

Description

This PR adds forgotten call to GetRandom() to BlockContext creation. This did not matter up until now, because our tools did not require it, although geth-tests need it for some tests.

Type of change

wsodsong commented 1 month ago

duplicate #1187