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

Do not create oversized transactions (bad-txns-oversize) #2103

Merged
merged 1 commit into from
Jun 11, 2018

Conversation

UdjinM6
Copy link

@UdjinM6 UdjinM6 commented Jun 10, 2018

Transaction size is limited to 100kb (MAX_STANDARD_TX_SIZE) after DIP0001 activation. Wallet should not allow creation of larger txes because they will fail to be accepted to mempool later (and won't be relayed) anyway.

@UdjinM6 UdjinM6 added the bug label Jun 10, 2018
@UdjinM6 UdjinM6 added this to the 12.3 milestone Jun 10, 2018
Copy link

@schinzelh schinzelh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK :)

Copy link

@nmarley nmarley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

Copy link

@codablock codablock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@UdjinM6 UdjinM6 merged commit 0de79d7 into dashpay:develop Jun 11, 2018
Yoyae pushed a commit to monacocoin-net/monoeci-core that referenced this pull request Jun 12, 2018
andvgal pushed a commit to energicryptocurrency/gen2-energi that referenced this pull request Jan 6, 2019
CryptoCentric pushed a commit to absolute-community/absolute that referenced this pull request Mar 1, 2019
@UdjinM6 UdjinM6 deleted the nooversizetx branch November 26, 2020 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants