Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • hive hive
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 171
    • Issues 171
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 28
    • Merge requests 28
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • hivehive
  • hivehive
  • Merge requests
  • !888

Add comment options to the alternate chain spec configuration

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Mateusz Tyszczak requested to merge tm-add-alternate-chain-spec-options-for-comments into develop Mar 29, 2023
  • Overview 1
  • Commits 3
  • Pipelines 0
  • Changes 6

Added alternate chain specification options for the given constants from config.hpp:

  • HIVE_MIN_ROOT_COMMENT_INTERVAL: min_root_comment_interval in the alternate chain spec object
  • HIVE_MIN_REPLY_INTERVAL (and HIVE_MIN_REPLY_INTERVAL_HF20): min_reply_interval in the alternate chain spec object
  • HIVE_MIN_COMMENT_EDIT_INTERVAL: min_comment_edit_interval in the alternate chain spec object
  • WITNESS_CUSTOM_OP_BLOCK_LIMIT: witness_custom_op_block_limit in the alternate chain spec object

All of the above properties are optional and should contain the number type if specified.

All of the properties describe the given interval in seconds

Edited May 23, 2023 by Mateusz Tyszczak
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: tm-add-alternate-chain-spec-options-for-comments