Skip to content

Clean up outdated mention of "max quorum nesting level = 2" #4541

Open
@jayz22

Description

@jayz22

Description

The incorrect maximum nesting level of 2 are still being mentioned at least in a couple places, the XDR definitions of SCPQuorumSet and the example cfg file.

It was once a legacy requirement which later was invalidated with automatic quorum generation based on quality level, and was invalidated once again when CRITICAL quality was introduced. So the correct value should be 4 (as defined in

uint32 const MAXIMUM_QUORUM_NESTING_LEVEL = 4;
)

This issue tracks cleanup of any outdated mention of the wrong nesting level (this includes any code comments in the XDR, stellar-core code base including example cfg, and possibly the docs).

Metadata

Metadata

Assignees

No one assigned

    Labels

    cleanuprefactoring or other internal improvementsdocsissue/PR that affects documentationhelp wanted

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions