livepeer / protocol

Livepeer protocol
MIT License
152 stars 45 forks source link

[delta-audit] bonding: Various fixes from audit findings #622

Closed victorges closed 1 year ago

victorges commented 1 year ago

What does this pull request do? Explain your changes. (required) This mitigates a couple minor findings from the audit that either haven't been flagged by wardens but we found through self-review (e.g. duplicate checkpoints) or too minor issue to have its own PR (solidity version). Even though I'm combining all the fixes in this PR, each mitigation is done on a separate commit to facilitate review.

Specific updates (required)

The minorest:

How did you test each of these updates (required) Added tests to all the functional changes and yarn test

Will deploy on devnet after merged.

Does this pull request close any open issues? N/A

Checklist: