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
Document Gas Costs for all state-changing functions in libraries
Problem
We need to know average gas costs for all of the functions in our libraries so we can accurately predict for users of the libraries and platform.
Solution
Run a node on rinkeby and execute scripts that run functions in our libraries with common input parameters as well as edge cases to get minimum/average/max gas costs.
Steps to implement
Sorted by relative order of priority
BasicMathLib
TokenLib
CrowdsaleLib
DirectCrowdsaleLib
InteractiveCrowdsaleLib
ArrayUtilsLib
EvenDistroCrowdsaleLib
LinkedListLib
VestingLib
WalletLib
The text was updated successfully, but these errors were encountered:
What is it?
Document Gas Costs for all state-changing functions in libraries
Problem
We need to know average gas costs for all of the functions in our libraries so we can accurately predict for users of the libraries and platform.
Solution
Run a node on rinkeby and execute scripts that run functions in our libraries with common input parameters as well as edge cases to get minimum/average/max gas costs.
Steps to implement
Sorted by relative order of priority
The text was updated successfully, but these errors were encountered: