-
Notifications
You must be signed in to change notification settings - Fork 13
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
[RelayMiner] Allow big transactions simulation #1027
Conversation
The image is going to be pushed after the next commit. You can use If you also want to run E2E tests, please add |
Pushed an empty commit to build an image |
The CI will now also run the e2e tests on devnet, which increases the time it takes to complete all CI checks. You may need to run GCP workloads (requires changing the namespace to 1027) |
## Summary This pull request includes changes to support larger proof transactions by increasing the maximum allowed sizes for RPC and mempool, and by adjusting the gRPC client configuration. ## Issue `RelayMiner`s simulate and broadcast transaction with multiple proofs that tend to be too large than the default gRPC client's `MaxCall{Send,Recv}MsgSize`. ![image](https://github.com/user-attachments/assets/e9d57be0-07c8-498e-9494-50b18a1fbf49) ## Type of change Select one or more from the following: - [ ] New feature, functionality or library - [ ] Consensus breaking; add the `consensus-breaking` label if so. See #791 for details - [x] Bug fix - [ ] Code health or cleanup - [ ] Documentation - [ ] Other (specify) ## Testing - [x] **Unit Tests**: `make go_develop_and_test` - [x] **LocalNet E2E Tests**: `make test_e2e` - [ ] **DevNet E2E Tests**: Add the `devnet-test-e2e` label to the PR. ## Sanity Checklist - [x] I have tested my changes using the available tooling - [x] I have commented my code - [x] I have performed a self-review of my own code; both comments & source code - [ ] I create and reference any new tickets, if applicable - [x] I have left TODOs throughout the codebase, if applicable --------- Co-authored-by: Dmitry K <[email protected]>
Summary
This pull request includes changes to support larger proof transactions by increasing the maximum allowed sizes for RPC and mempool, and by adjusting the gRPC client configuration.
Issue
RelayMiner
s simulate and broadcast transaction with multiple proofs that tend to be too large than the default gRPC client'sMaxCall{Send,Recv}MsgSize
.Type of change
Select one or more from the following:
consensus-breaking
label if so. See [Infra] Automatically add theconsensus-breaking
label #791 for detailsTesting
make go_develop_and_test
make test_e2e
devnet-test-e2e
label to the PR.Sanity Checklist