videoDAC / livepeer-aragon

Aragon App for interacting with the Livepeer Protocol. Includes Delegator functionality and basic Transcoder functionality.
https://rinkeby.aragon.org/#/livepeerdelegator.aragonid.eth/0x4a7335f3ecb43b685526c1b39043bf696c78c641
8 stars 2 forks source link

Empower app to Withdraw Fees #5

Open chrishobcroft opened 5 years ago

chrishobcroft commented 5 years ago

A delegator to Livepeer's network receives the following as an incentive:

This change request is to build the functionality to allow the app to:

  1. Call the withdrawFees() function on the Bonding Manager contract, which withdraws any fees which have been claimed when calling claimEarnings(uint256 _endRound)
  2. Transfer these fees to any address (e.g. to the DAO's Vault).
willjgriff commented 5 years ago

Completed as of: https://github.com/videoDAC/livepeer-aragon/commit/93863318695e8d01668a28dd2144c88c32db8a94

chrishobcroft commented 5 years ago

Not yet verified, so leaving this open