trustlines-protocol / contracts

Smart contracts for the Trustlines Protocol
https://trustlines.network/
Other
26 stars 6 forks source link

Remove padding fields in trustlines structs #356

Closed cducrest closed 4 years ago

cducrest commented 4 years ago

They were here to help the compiler / optimizer understand that the struct was to be packed into a full word but it seems it got smarter and understand that by itself, as seen by the gas costs tests

closes https://github.com/trustlines-protocol/contracts/issues/314