aergoio / aergo

aergo blockchain kernel
http://docs.aergo.io
MIT License
214 stars 45 forks source link

fix tests timeout #220

Closed kroggen closed 1 year ago

kroggen commented 1 year ago

A null LState added to the freeCh was making the channel to block (on vm_dummy) because it reached the maximum number of items on the channel

kroggen commented 1 year ago

This can cause difference in gas consumption so it may require a sync test

kroggen commented 1 year ago

This also fixes some differences in computed gas on vm_dummy