Tenderize / tender-core

Smart contracts for the core Tenderize protocol
MIT License
6 stars 3 forks source link

Nv/fix livepeer withdrawfees #262

Closed kyriediculous closed 1 year ago

kyriediculous commented 2 years ago

What does this pull request do? Explain your changes. (required) Fix a bug in the Livepeer Tenderizer whereby we were using the incorrect function signature for withdrawing fees causing the claiming rewards to revert.

Also deprecated eth_threshold and now just convert ETH fees to LPT any time we have ETH fees pending.

height[bot] commented 2 years ago

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

vmaark commented 2 years ago

@kyriediculous the commented code was just needed for the deployment, it should be uncommented now?

reubenr0d commented 2 years ago

Mainnet fix in https://github.com/Tenderize/tender-core/pull/261

kyriediculous commented 1 year ago

Fixed by #271