Dror Tirosh bd8e11437d Re-base gascheck (#252)
Change the base for "gascheck"
This is not a change in the contracts, but in the scripts to calculate the gas usage.
The default sample call now calls entryPoint() in the account, which returns a constant (entrypoint) instead of a variable (nonce)
The 2000 extra gas overhead seen results/gas-checker.txt in gas is actually a fix of a mistake: previously, accessing the "nonce" field was attributed to the "exec" call (because we called "nonce()"). Now it is rightfully attributed to the validation, not execution.
2023-03-27 14:10:25 +03:00
2023-03-02 02:12:14 +02:00
2023-03-02 02:12:14 +02:00
2023-03-27 14:10:25 +03:00
2023-03-27 14:10:25 +03:00
2022-09-05 12:46:37 +03:00
2022-12-20 20:35:08 +02:00
2022-12-20 20:35:08 +02:00
2023-02-16 03:13:14 +02:00
2023-03-02 02:12:14 +02:00
2023-03-02 02:12:14 +02:00
2023-03-02 02:12:14 +02:00
Description
No description provided
Readme 2.1 MiB
Languages
TypeScript 98.6%
Shell 0.8%
JavaScript 0.6%