-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 cost #33269
Comments
replaying mainnet-beta ledger, looks like vote transactions load static amount of accounts:
Didn't see 2 signature votes. (edited) It gives me confidence to set a static CU for vote transactions: Hopefully I didn't miss anything, wdyt @t-nelson @AshwinSekar @apfitzge |
Hmm I think that is wrong actually -- most votes just pay 0.000005 sol and have one signer as far as I know. Having two signers for all those votes is a pretty huge cost. Here's an example transaction from us: https://explorer.solana.com/tx/5UCfUbvNmU2KMSZzoptEg64n9BAb6mTNcZ7YrohQg3zP2vG2tDKwzTYA4n7kyCY6yXN8SMv7GaCSCLkt434AW8EX |
thanks for pointing out, I'll rerun with larger data set. |
Ah, my script mis-labeled write-locks to "signatures". updated comment. |
this is just the cost of votes that fit |
correct. Are there other vote transactions allowed other than "simple-vote"? Does it not drop/ignore vote if it comes with part of normal transaction (eg a normal transaction includes a vote instruction)? |
shouldn't be dropped, no. but won't be prioritized as a vote either, just treated as normal transaction |
Problem
Be good to know how the vote cost in mainnet-beta look like,
Proposed Solution
The text was updated successfully, but these errors were encountered: