Tally returns the following error when trying to add a Rigoblock governance to it:
Call to votingDelay() method fails
Your OZ Governor contract must include a votingDelay() function that returns a uint256. Tally tried to call that method but encountered an error, we hit an error. Does the method exist? Does it return without errors?
Adding the view method would improve compatibility with standard tools and allow voting/visualizing proposals in tolls i.e. Tally
when making compatibility upgrades, should carefully follow Tally docs as also the proposal state struct is relevant for the correct display of proposal state in Tally. Therefore, must assert that Rigoblock governance uses the exact same proposal state struct format.
Tally returns the following error when trying to add a Rigoblock governance to it:
Adding the view method would improve compatibility with standard tools and allow voting/visualizing proposals in tolls i.e. Tally
when making compatibility upgrades, should carefully follow Tally docs as also the proposal state struct is relevant for the correct display of proposal state in Tally. Therefore, must assert that Rigoblock governance uses the exact same proposal state struct format.