mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 05:38:00 +00:00
7d8fa75a0f
Storage keys and values are big endian. Keeping them LE was a pre-mature optimization because for the contract itself it this is a no-op and thus not observable. However we should consider the storage layout as part of the contract ABI. The endianness of transient storage values are still kept as-is. --------- Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
10 lines
177 B
JSON
10 lines
177 B
JSON
{
|
|
"Baseline": 1443,
|
|
"Computation": 2788,
|
|
"DivisionArithmetics": 9748,
|
|
"ERC20": 19150,
|
|
"Events": 2201,
|
|
"FibonacciIterative": 2041,
|
|
"Flipper": 2691,
|
|
"SHA1": 8997
|
|
} |