platform icon indicating copy to clipboard operation
platform copied to clipboard

feat(drive-abci): support consensus params updates

Open lklimek opened this issue 1 year ago • 0 comments

Issue being fixed or feature implemented

For tuning of ABCI consensus params, we need a way to specify consensus params updates in real time, without modifying or even restarting the Drive.

What was done?

Added an option to propose consensus params updates, based on content of some directory on disk. Added option consensus_params_dir to ABCI configuration.

TODO: Support in ProcessProposal.

How Has This Been Tested?

Not tested yet.

Breaking Changes

Checklist:

  • [ ] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have added or updated relevant unit/integration/functional/e2e tests
  • [ ] I have added "!" to the title and described breaking changes in the corresponding section if my code contains any
  • [ ] I have made corresponding changes to the documentation if needed

For repository code-owners and collaborators only

  • [ ] I have assigned this pull request to a milestone

lklimek avatar Feb 23 '24 13:02 lklimek