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
In the app::process_proposal method, there are two branches(one for when the validator of the particular round calls process_proposal and one for when a non-validator calls process_proposal), both of these branches involve calls to post_execute_transactions which appears to be unnecessary code duplication. It is worth refactoring it in future PRs
┆Issue Number: ENG-1028
The text was updated successfully, but these errors were encountered:
In the
app::process_proposal
method, there are two branches(one for when the validator of the particular round callsprocess_proposal
and one for when a non-validator callsprocess_proposal
), both of these branches involve calls topost_execute_transactions
which appears to be unnecessary code duplication. It is worth refactoring it in future PRs┆Issue Number: ENG-1028
The text was updated successfully, but these errors were encountered: