Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vote transaction confirmed but vote not counted #636

Open
walkjivefly opened this issue Sep 4, 2024 · 1 comment
Open

Vote transaction confirmed but vote not counted #636

walkjivefly opened this issue Sep 4, 2024 · 1 comment

Comments

@walkjivefly
Copy link

I voted for the sweeper proposal in superblock 3715200. The transaction was confirmed but listproposals showed the vote was not registered.

mark (wip *) ha-esolar $ blocknet-cli listproposals
[
  {
    "hash": "13d202bba48c8e21cba55c51c94d5a6cabbdfc88b9e47a6bb4830277419123cf",
    "name": "3715200 sweeper",
    "superblock": 3715200,
    "amount": 40000,
    "address": "CWPvJL5GbG7bFGqvi7cNh6MnLFuzAuo1g8",
    "url": "https://bit.ly/4dJDzbT",
    "description": "Fund saving sweeper",
    "votes_yes": 0,
    "votes_no": 0,
    "votes_abstain": 0,
    "status": "failing"
  },
  {
    "hash": "973b62ab89622066b7c334b40970ae3d46ea62ec8f79804dba7a3424e6e418f4",
    "name": "3672000 sweeper",
    "superblock": 3672000,
    "amount": 40000,
    "address": "CWPvJL5GbG7bFGqvi7cNh6MnLFuzAuo1g8",
    "url": "https://bit.ly/4fvGAhC",
    "description": "Fund saving sweeper",
    "votes_yes": 83,
    "votes_no": 0,
    "votes_abstain": 0,
    "status": "passed"
  }
]
mark (wip *) ha-esolar $ blocknet-cli vote 13d202bba48c8e21cba55c51c94d5a6cabbdfc88b9e47a6bb4830277419123cf yes
{
  "hash": "13d202bba48c8e21cba55c51c94d5a6cabbdfc88b9e47a6bb4830277419123cf",
  "name": "3715200 sweeper",
  "superblock": 3715200,
  "amount": 40000,
  "address": "CWPvJL5GbG7bFGqvi7cNh6MnLFuzAuo1g8",
  "url": "https://bit.ly/4dJDzbT",
  "description": "Fund saving sweeper",
  "vote": "yes",
  "txids": [
    "xxxxxxx"
  ]
}
mark (wip *) ha-esolar $ blocknet-cli listproposals
[
  {
    "hash": "13d202bba48c8e21cba55c51c94d5a6cabbdfc88b9e47a6bb4830277419123cf",
    "name": "3715200 sweeper",
    "superblock": 3715200,
    "amount": 40000,
    "address": "CWPvJL5GbG7bFGqvi7cNh6MnLFuzAuo1g8",
    "url": "https://bit.ly/4dJDzbT",
    "description": "Fund saving sweeper",
    "votes_yes": 0,
    "votes_no": 0,
    "votes_abstain": 0,
    "status": "failing"
  },
  {
    "hash": "973b62ab89622066b7c334b40970ae3d46ea62ec8f79804dba7a3424e6e418f4",
    "name": "3672000 sweeper",
    "superblock": 3672000,
    "amount": 40000,
    "address": "CWPvJL5GbG7bFGqvi7cNh6MnLFuzAuo1g8",
    "url": "https://bit.ly/4fvGAhC",
    "description": "Fund saving sweeper",
    "votes_yes": 83,
    "votes_no": 0,
    "votes_abstain": 0,
    "status": "passed"
  }
]

I tried again a few hours later with the same result.

mark (wip *) ha-esolar $ blocknet-cli vote 13d202bba48c8e21cba55c51c94d5a6cabbdfc88b9e47a6bb4830277419123cf yes
{
  "hash": "13d202bba48c8e21cba55c51c94d5a6cabbdfc88b9e47a6bb4830277419123cf",
  "name": "3715200 sweeper",
  "superblock": 3715200,
  "amount": 40000,
  "address": "CWPvJL5GbG7bFGqvi7cNh6MnLFuzAuo1g8",
  "url": "https://bit.ly/4dJDzbT",
  "description": "Fund saving sweeper",
  "vote": "yes",
  "txids": [
    "yyyyyyy"
  ]
}
mark (wip *) ha-esolar $ blocknet-cli listproposals
[
  {
    "hash": "13d202bba48c8e21cba55c51c94d5a6cabbdfc88b9e47a6bb4830277419123cf",
    "name": "3715200 sweeper",
    "superblock": 3715200,
    "amount": 40000,
    "address": "CWPvJL5GbG7bFGqvi7cNh6MnLFuzAuo1g8",
    "url": "https://bit.ly/4dJDzbT",
    "description": "Fund saving sweeper",
    "votes_yes": 0,
    "votes_no": 0,
    "votes_abstain": 0,
    "status": "failing"
  },
  {
    "hash": "973b62ab89622066b7c334b40970ae3d46ea62ec8f79804dba7a3424e6e418f4",
    "name": "3672000 sweeper",
    "superblock": 3672000,
    "amount": 40000,
    "address": "CWPvJL5GbG7bFGqvi7cNh6MnLFuzAuo1g8",
    "url": "https://bit.ly/4fvGAhC",
    "description": "Fund saving sweeper",
    "votes_yes": 83,
    "votes_no": 0,
    "votes_abstain": 0,
    "status": "passed"
  }
]

Blocknet version 4.4 on MX-Linux 21, Intel Core i5, 16GB plus 2TB SSD

mark (wip *) ha-esolar $ blocknetd --version
Blocknet Daemon version v4.4.0.0-e167ead29
Copyright (c) 2009-2019 The Bitcoin Core developers
Copyright (c) 2014-2023 The Blocknet developers
@walkjivefly
Copy link
Author

txids redacted but available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant