-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Cherry-pick latest Terraform and Helm changes #14077
Closed
Closed
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
…lexity check (#260) (#13936) * improve metadata check efficiency * mark normalized types as deprecated * improve module complexity check * Update timed_features.rs * Add activation time * Update feature flag name * [release-1.15] Deactivate broken package overrides (#13797) Renaming the tomls for deactivating the tests * Update timed_features.rs --------- Co-authored-by: runtianz <runtian@aptoslabs.com> Co-authored-by: Wolfgang Grieskamp <wg@aptoslabs.com>
* [consensus] fix edge case of block retrieval * [consensus] unit test for block retrieval timeout --------- Co-authored-by: Zekun Li <zekunli@Zekuns-MBP-2.localdomain>
… (#13997) * [quorum store] reduce backpressure significantly for more TPS (#13558) As Quorum Store batches are bucketed, and we are looking to increase block limits, now is the time to reduce Quorum Store backpressure. We now allow 36K transactions outstanding. At 12K TPS, this is approximately 3 seconds worth of batches. For forge tests, a lot of the queuing shifts from mempool to POS-to-Proposal, so the limits need to be adjusted accordingly. * increase buffer for expiration in batch creation * adding buffers on inner traffic as well ---------
…14019) * format and add new transaction type. * format + cleanup + new transaciton type. * update. * fix the validator transaction. * upgrade protobuf. * grpc support validator transaction. Co-authored-by: larry-aptos <112209412+larry-aptos@users.noreply.github.com>
GitOrigin-RevId: 0ee63a1936abd488fd236589033cfec1ce396214
⏱️ 1h total CI duration on this PR
|
sionescu
changed the title
Change proof queue data structure (#13878)
Cherry-pick latest Terraform and Helm changes
Jul 22, 2024
perryjrandall
requested review from
msmouse,
lightmark,
grao1991,
bchocho,
sasha8,
gelash,
zekun000,
JoshLind and
gregnazario
as code owners
July 29, 2024 23:58
perryjrandall
requested review from
alinush,
zjma,
mstraka100,
davidiw,
movekevin,
wrwg,
georgemitenkov,
vgao1996,
banool and
0xmaayan
as code owners
July 29, 2024 23:58
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Cherry-pick latest Terraform and Helm changes.