You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And copy/pasted from here:
For the test API we should additionally add an additional count_reads and count_writes over HashMap<Vec<u8>, usize> that mirrors the number of read and writes to every storage database cell agnostic to an account ID. Multiple contracts may share some storage space through runtime chain extensions etc. or balance changes etc.
The text was updated successfully, but these errors were encountered:
Needed for #565.
random
weight_to_fee
minimum_balance
gas_left
block_number
For the test API we should additionally add an additional
count_reads
andcount_writes
overHashMap<Vec<u8>, usize>
that mirrors the number of read and writes to every storage database cell agnostic to an account ID. Multiple contracts may share some storage space through runtime chain extensions etc. or balance changes etc.The text was updated successfully, but these errors were encountered: