Dario Russi
Dario Russi
### Description Adding more tests around string validation, specifically vector/string with length bigger than 1 byte (uleb128 compressed) and chopped string args. That is to make sure we cover all...
not ready yet, uploading and running some tests to see how much is broken
as in https://github.com/MystenLabs/sui/issues/7734 the idea here is to make `storage_cost` and `storage_rebate` 0-based. In the simplest example one would get `storage_cost` and `storage_rebate` with the same value and it may...
as in https://github.com/MystenLabs/sui/pull/8102 the idea is to remove the f64 to be on the safer side
Publishing and loading verification must be the same, with the same config. This is a one line change with a bunch of stuff added to build a test. @mystenmark please...
We are loading RGP in the per epoch store and use it when checking gas for the transaction. Few todo left in case they matter, please advise. Testing is light...
## Description Get this PR to have a full node that saves gas stats in a local file. A python script is provided to load those stats into python. Right...
## Description Describe the changes or additions included in this PR. ## Test Plan How did you test the new or updated feature? --- If your changes are not user-facing...
## Description `println` added to check gas status in forking nodes. Add this to a fullnode code and run the fork again with a failing and "possibly" a working node....
## Description As titled. @lxfind this should help to retrieve type layout in a safer way (second commit here). Please let us know if you see any issue with that...