This repository was archived by the owner on Nov 6, 2020. It is now read-only.
2.6.1-beta#10973
Merged
Merged
Conversation
* docker images renaming [skip ci]
* Add Avast AV whitelisting publish script * Update gitlab-ci.yml, publish-av-whitelists.sh * remove debug print
* tx-pool: accept local tx with higher gas price when pool full * Revert "tx-pool: accept local tx with higher gas price when pool full" This reverts commit 9d4adc5 * tx-pool: new tx with same nonce as existing is ready * tx-pool: explicit check for replacement tx (same sender & nonce) * Update comment Co-Authored-By: Tomasz Drwięga <tomusdrw@users.noreply.github.com> * Replace `ReplaceOld` with `InsertNew` for replacement txs
* Add Kaspersky's FTP to AV Whitelisting release script * Uncommented lines commented for debugging
* Change the return type of step_inner function. * Fix indention.
* add(chain-support): new ewf chains support added - volta test network - ewc production chain * remove(tobalaba): ewf chain tobalaba support removal - tobalaba is deprecated so not officially supported by ewf any more
jam10o-new
approved these changes
Aug 14, 2019
ordian
approved these changes
Aug 14, 2019
| // | ||
| // With replacement transactions we can safely return `InsertNew` here, because | ||
| // we don't need to remove `old` (worst transaction in the pool) since `new` will replace | ||
| // some other transaction in the pool so we will never go above limit anyway. |
Member
There was a problem hiding this comment.
oh no, some spaces snuck into the master!
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.