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

Transcoder function - vote shows Reward Cut / Fee Share / Price Per Segment as 10x actual values #11

Closed chrishobcroft closed 5 years ago

chrishobcroft commented 5 years ago

Current situation

When a vote is proposed to call transcoder, the values shown in the vote are 10x the actual values proposed, and also 10x the values sent to the smart contract call.

Proposed solution

Re-jig the math's to make sure that the vote displays the correct numbers being proposed for the Transcoder configuration.

Screenshots

Configure the parameters for the transcoder function:

image

See how the system will communicate the choices:

image

View the vote:

image

willjgriff commented 5 years ago

Fixed at some previous commit.

chrishobcroft commented 5 years ago

Confirmed as fixed on Rinkeby.

Closing