thehubbleproject / hubble-contracts

Hubble optimistic rollup
https://thehubbleproject.github.io/docs/
MIT License
133 stars 28 forks source link

Zero based depositID, docstrings for DepositManager.sol #643

Closed jacque006 closed 3 years ago

jacque006 commented 3 years ago

Resolves https://github.com/thehubbleproject/hubble-contracts/issues/642

jacque006 commented 3 years ago

Gas changes, very minor

master

Deposit 0 transaction cost 142214
Deposit 1 transaction cost 110336
Deposit 2 transaction cost 108026

This PR

Deposit 0 transaction cost 142240
Deposit 1 transaction cost 110361
Deposit 2 transaction cost 108052