This repository has been archived by the owner on Sep 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 130
tx limit size send peers follow up #1308
Merged
AbdelStark
merged 35 commits into
PegaSysEng:master
from
AbdelStark:feature/pan-1005-tx-limit-size-send-peers
Apr 22, 2019
Merged
tx limit size send peers follow up #1308
AbdelStark
merged 35 commits into
PegaSysEng:master
from
AbdelStark:feature/pan-1005-tx-limit-size-send-peers
Apr 22, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…actions Adding transactions to the RLP until the message size exceeds the limit and then send that.
add javadoc
put this factory method on LimitedTransactionsMessages rather than TransactionsMessage since it returns a LimitedTransactionsMessages.
…tx-limit-size-send-peers
- simplify design - remove useless code
…tx-limit-size-send-peers
- simplify logic - add tests
…tx-limit-size-send-peers
…tx-limit-size-send-peers
…ithub.com/abdelhamidbakhta/pantheon into feature/pan-1005-tx-limit-size-send-peers
…messages/LimitedTransactionsMessages.java Co-Authored-By: abdelhamidbakhta <[email protected]>
…ithub.com/abdelhamidbakhta/pantheon into feature/pan-1005-tx-limit-size-send-peers
- add tests
fix PR unit test
Use LinkedHashSet to preserve order.
…tx-limit-size-send-peers
mbaxter
approved these changes
Apr 18, 2019
…tx-limit-size-send-peers
…ithub.com/abdelhamidbakhta/pantheon into feature/pan-1005-tx-limit-size-send-peers
notlesh
pushed a commit
to notlesh/pantheon
that referenced
this pull request
Apr 24, 2019
* Implement max message size rather then cap with fixed number of transactions Adding transactions to the RLP until the message size exceeds the limit and then send that. * fix final variables * Update AbstractRLPOutput.java add javadoc * pr discussion put this factory method on LimitedTransactionsMessages rather than TransactionsMessage since it returns a LimitedTransactionsMessages. * SpotlessApply * fix PR discussion - simplify design - remove useless code * Update LimitedTransactionsMessages.java * fix PR discussion - simplify logic - add tests * Update AbstractRLPOutput.java * Update ethereum/eth/src/main/java/tech/pegasys/pantheon/ethereum/eth/messages/LimitedTransactionsMessages.java Co-Authored-By: abdelhamidbakhta <[email protected]> * Update Transaction.java * fix PR discussion * fix PR discussion - add tests * Update BlockDataGenerator.java * Update LimitedTransactionsMessagesTest.java fix PR unit test * Update LimitedTransactionsMessagesTest.java * Update LimitedTransactionsMessagesTest.java Use LinkedHashSet to preserve order. * Update LimitedTransactionsMessagesTest.java * follow up PR
notlesh
pushed a commit
to notlesh/pantheon
that referenced
this pull request
May 4, 2019
* Implement max message size rather then cap with fixed number of transactions Adding transactions to the RLP until the message size exceeds the limit and then send that. * fix final variables * Update AbstractRLPOutput.java add javadoc * pr discussion put this factory method on LimitedTransactionsMessages rather than TransactionsMessage since it returns a LimitedTransactionsMessages. * SpotlessApply * fix PR discussion - simplify design - remove useless code * Update LimitedTransactionsMessages.java * fix PR discussion - simplify logic - add tests * Update AbstractRLPOutput.java * Update ethereum/eth/src/main/java/tech/pegasys/pantheon/ethereum/eth/messages/LimitedTransactionsMessages.java Co-Authored-By: abdelhamidbakhta <[email protected]> * Update Transaction.java * fix PR discussion * fix PR discussion - add tests * Update BlockDataGenerator.java * Update LimitedTransactionsMessagesTest.java fix PR unit test * Update LimitedTransactionsMessagesTest.java * Update LimitedTransactionsMessagesTest.java Use LinkedHashSet to preserve order. * Update LimitedTransactionsMessagesTest.java * follow up PR
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR description
Fix PR discussion
#1271
Fixed Issue(s)