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

Proposed 1.8.2-rc1 #4040

Merged
merged 27 commits into from
Dec 17, 2021
Merged

Proposed 1.8.2-rc1 #4040

merged 27 commits into from
Dec 17, 2021

Conversation

manojsdoshi
Copy link
Contributor

If merged this PR will:

close #4028
close #4029
close #4030
close #4031
close #4032
close #4033
close #4034
close #4035
close #4036
close #4009
close #4017
close #3980
close #3987
close #4024
close #4008
close #4004
close #3994
close #3980
close #3972
close #4022

RichardAH and others added 25 commits December 14, 2021 17:42
This flag, if present, suppresses the output of incoming
trustlines in default state.

This is primarily motivated by observing that users of Xumm often
have many unwanted incoming trustlines in a default state, which are
not useful in the vast majority of cases.

Being able to suppress those when doing `account_lines` saves bandwidth
and resources.
* Just the rep is made atomic to workaround older compilers
seperated -> separated
determing -> determining
* Log load fee values (at debug) received from validations.
* Log remote and cluster fee values (at trace) when changed.
* Refactor JobQueue::isOverloaded to return sooner if overloaded.
* Refactor Transactor::checkFee to only compute fee if ledger is open.
* Sort by fee level (which is the current behavior) then by transaction
  ID (hash).
* Edge case when the account at the end of the queue submits a higher
  paying transaction to walk backwards and compare against the cheapest
  transaction from a different account.
* Use std::if_any to simplify the JobQueue::isOverloaded loop.
@manojsdoshi manojsdoshi merged commit 4ec11e6 into XRPLF:develop Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.