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

pcli seems to not detect delegator vote transactions #4238

Open
hdevalence opened this issue Apr 18, 2024 · 3 comments
Open

pcli seems to not detect delegator vote transactions #4238

hdevalence opened this issue Apr 18, 2024 · 3 comments
Labels
A-client Area: Design and implementation for client functionality A-governance Area: Governance C-bug Category: a bug _P-V1 Priority: slated for V1 release

Comments

@hdevalence
Copy link
Member

Describe the bug

$ cargo run --release --bin pcli -- tx vote yes --on 2
Scanning blocks from last sync height 344159 to latest height 344298
[0s] ██████████████████████████████████████████████████     139/139     7070/s ETA: 0s
building transaction [4 actions, 4 proofs]...
finished proving in 0.998 seconds [4 actions, 4 proofs, 2816 bytes]
broadcasting transaction and awaiting confirmation...
transaction broadcast successfully: fa5b4cee821588e9f81a779bde68a577e64214b0350977ad412f8d6d3033ad4d
transaction confirmed and detected: fa5b4cee821588e9f81a779bde68a577e64214b0350977ad412f8d6d3033ad4d

then

$ cargo run --release --bin pcli -- v tx fa5b4cee821588e9f81a779bde68a577e64214b0350977ad412f8d6d3033ad4d
Scanning blocks from last sync height 344526 to latest height 344527
[0s] ██████████████████████████████████████████████████       1/1       3/s ETA: 0s
Transaction not found in view service, fetching from fullnode...
Fee: 0
Expiration Height: 0
Encrypted Memo:
▃▄▂▕▂▆▆▉▉█▄▅▚█▄▅▝█▝▄▉▛▂▁▕▚▅▕▂▁█▚▞▂▚▁▄▇▜█▛▉▄██▝▜▅▚▜▕▛▁█▝▚▆▜▄▉▜▇▉▉

 Tx Action       Description
 Spend           ▁▚▞▚▕▂▜▞▁▝▅▅▜▄▄▚▟▟▉▅▚█▟▅▝▛▞▃▉█▆█▂▄▛█▁▆▕▃▅▕▄█▟▃▉▃▇▟▇█▛▛▕▉▟▂▟▂▉▂▕▚
 Delegator Vote
 Output          ▜▝▛▃▕▃▃▕▇▕▁▜█▚▟▆▂▂▄▜▚▉▛▕▟▉▞█▆▝▄▃▂▇▛▄▉█▅▅▁▞▄▃▞▆▚▆▛▚▜▅▞▝▄▜▝▟▟▚▚▞▅▅
 Output          ▚▞▂▚▚▚▉▅▇▅▝▄▃▚▆▕▜▄▆▚▅▟▃▆▉▁▄▜▇▝▃▆█▛▆▅▃▁▃▛▆▄▜▝▆▃▞▄▇▞▂▟▂▛▛▕▅▞▞▛▛▕█▃
@github-project-automation github-project-automation bot moved this to Backlog in Penumbra Apr 18, 2024
@github-actions github-actions bot added the needs-refinement unclear, incomplete, or stub issue that needs work label Apr 18, 2024
@hdevalence
Copy link
Member Author

Odd:

 Account  Amount
 # 0      2613.234061gm
 # 0      379209.957984test_usd
 # 0      1passet1q7tv3l6s29zaj7saf3wvl40thx8cz7ty6783p88kkg9gun7uusyqxkf0fg
 # 0      1lpnft_opened_plpid1qv8uy2thfwskhzgkqv3vhnhdetqmx4nywwsy4hhwthdwf20c0mxqx03wdv
 # 0      90cube
 # 0      10000pizza
 # 0      69421.031237delegation_penumbravalid1dj98v5xvm63xv9tuazeggrjjac668yeam2yryp5duhdawywwuvxq2du5a7
 # 0      99999.999999voted_on_2
 # 0      877419.191024penumbra
 # 0      2971.235161gn
 # 1      1gm
 # 2      100gm

@cratelyn cratelyn added C-bug Category: a bug A-governance Area: Governance labels Apr 22, 2024
@erwanor erwanor removed the needs-refinement unclear, incomplete, or stub issue that needs work label Apr 22, 2024
@cratelyn cratelyn self-assigned this Apr 22, 2024
@cratelyn cratelyn added this to the Sprint 5 milestone Apr 22, 2024
@cratelyn cratelyn added the _P-V1 Priority: slated for V1 release label Apr 22, 2024
@cratelyn
Copy link
Contributor

i am going to plan on taking a look at this sometime in the next sprint. hopefully, i can reproduce this in a mock consensus test.

@cratelyn cratelyn moved this from Backlog to Todo in Penumbra Apr 22, 2024
@cratelyn cratelyn added the A-client Area: Design and implementation for client functionality label May 6, 2024
@aubrika aubrika added the friction something made this fall into the following milestone & the reason should be noted in a comment label May 6, 2024
@aubrika aubrika modified the milestones: Sprint 5, Sprint 6 May 6, 2024
@cratelyn
Copy link
Contributor

cratelyn commented May 6, 2024

re: friction, i didn't get to this during sprint 5 because i was pulled into some unplanned work last week.

@aubrika aubrika removed this from the Sprint 6 milestone May 6, 2024
@cratelyn cratelyn removed the friction something made this fall into the following milestone & the reason should be noted in a comment label May 6, 2024
@aubrika aubrika added this to the Sprint 8 milestone Jun 3, 2024
@cratelyn cratelyn moved this from Todo to In progress in Penumbra Jun 14, 2024
@aubrika aubrika modified the milestones: Sprint 8, Sprint 9 Jul 15, 2024
@cronokirby cronokirby moved this from In progress to Backlog in Penumbra Jul 31, 2024
@aubrika aubrika modified the milestones: Sprint 9, Sprint 10 Aug 12, 2024
@aubrika aubrika removed this from the Sprint 10 milestone Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-client Area: Design and implementation for client functionality A-governance Area: Governance C-bug Category: a bug _P-V1 Priority: slated for V1 release
Projects
Status: Backlog
Development

No branches or pull requests

4 participants