8000 [Governance] addvalidator problem · Issue #1143 · klaytn/klaytn · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.
This repository was archived by the owner on Aug 19, 2024. It is now read-only.
[Governance] addvalidator problem #1143
Closed
@jeongkyun-oh

Description

@jeongkyun-oh

Describe the bug
The problem is that the size of council is decreased right after adding a validator.

> governance.vote("governance.addvalidator", "0x36ff2aa21d5c6828ee12cd2bc3de0e987bc0d4e7")
"Your vote was successfully placed."
> klay.getCouncilSize()
29
> klay.getCouncilSize()
30
> klay.getCouncilSize()
29

How to reproduce

  1. Vote removevalidator with an address which is not added to validators yet
  2. Vote addvalidator which is tried to remove in previous step

Expected behavior
I think it should prohibit from removing a validator which is not yet added.

Additional context
Another comment is that a vote should have timeout, but now it is not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0