You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been in dialogue with @grctest on this. It looks like this is due to small UTXO size, which is causing the transaction to be too large to contain the 100k balance attestation.
Why are balance attestations for polls restricted to a single address only? Allowing multiple addresses allows between ~500(single UTXO for all addresses) to ~2700 UTXOs(single address for all UTXOs), I'd be surprised if 100kGRC does not fit in that case if not spread intentionally.
Cycy did this for simplicity, and it has not been changed. In @grctest's case I think he has his UTXO's spread across many addresses. The logic to choose the best address may not be good. We need to replace this with the general attestation algorithm for votes, which can operate across multiple addresses and choose the largest UTXO's downwards.
Bug Report
Current behavior
I'm unable to create a poll with the "protocol development" type.
Expected behavior
I'm able to create such a poll.
Steps to reproduce:
Try to broadcast the creation of a protocol development poll.
Gridcoin version
5.4.8.0-leisure
Machine specs
Extra information
"ERROR: CreateTransaction: tx size 513705 greater than the standard 100000"
I have 100k+ GRC in one address as required.
My wallet was locked, unlocked for broadcasting the poll creation transaction.
The text was updated successfully, but these errors were encountered: