mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-05-28 11:12:25 -04:00
🍺 Solidity Gas Optimizations, The Innovative & Dangerous
This commit is contained in:
parent
3458a61337
commit
a708af2c18
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,6 @@
|
|||
|
||||
<br>
|
||||
|
||||
- in Solidity, the maximum size of a contract is restricted to 24 KB by [EIP 170](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-170.md).
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -109,8 +107,10 @@ uint256 world; //good, cheap
|
|||
|
||||
---
|
||||
|
||||
## Tools
|
||||
## resources and tools
|
||||
|
||||
<br>
|
||||
|
||||
* [truffle contract size](https://github.com/IoBuilders/truffle-contract-size)
|
||||
* [Solidity Gas Optimizations, The Innovative & Dangerous
|
||||
](https://mirror.xyz/haruxe.eth/DW5verFv8KsYOBC0SxqWORYry17kPdeS94JqOVkgxAA)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue