You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently some of the dependencies on hotshot need to modify the proposal inside of QuorumProposalWrapper for testing. This is done by directly referencing the proposal field. This causes overcoupling to the layout of QuorumProposalWrapper and thus methods like view_number_mut() should be created to make this cleaner.
The text was updated successfully, but these errors were encountered:
Currently some of the dependencies on hotshot need to modify the proposal inside of QuorumProposalWrapper for testing. This is done by directly referencing the proposal field. This causes overcoupling to the layout of QuorumProposalWrapper and thus methods like view_number_mut() should be created to make this cleaner.
The text was updated successfully, but these errors were encountered: