Network-Goods / hypercerts-protocol

MIT License
13 stars 5 forks source link

[Contracts] optimisations #14

Closed bitbeckers closed 2 years ago

bitbeckers commented 2 years ago

As a Solidity developer, I want to evaluate the contracts to implement gas cost optimisations so that execution of contract calls becomes cheapers.

End of milestone V0.1

moconnell commented 2 years ago

inlining the unpack data fn does appear to save smol amt gas

pre:

post:

bitbeckers commented 2 years ago

Gas at start of PR

Screenshot 2022-09-01 at 15 17 42