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

Increase combined_transactions_size_limit to 4MiB #11582

Merged
merged 2 commits into from
Jun 14, 2024

Conversation

jancionear
Copy link
Contributor

This will allow to send 4MiB of receipts over two consecutive chunks.

Refs: zulip discussion

@jancionear jancionear requested a review from bowenwang1996 June 14, 2024 17:42
@jancionear jancionear requested a review from a team as a code owner June 14, 2024 17:42
bowenwang1996 pushed a commit to near/NEPs that referenced this pull request Jun 14, 2024
In near/nearcore#11582 we're increasing
`combined_transactions_size_limit`, so let's update the NEP to match the
implementation.
@bowenwang1996 bowenwang1996 added this pull request to the merge queue Jun 14, 2024
Merged via the queue into near:master with commit 7414c3b Jun 14, 2024
26 checks passed
wacban pushed a commit that referenced this pull request Jun 17, 2024
jancionear added a commit that referenced this pull request Jun 19, 2024
This will allow to send 4MiB of receipts over two consecutive chunks.

(Also added the missing documentation about witness limits which caused a merge conflict)

Refs: [zulip
discussion](https://near.zulipchat.com/#narrow/stream/308695-nearone.2Fprivate/topic/Transaction.20size.20limit/near/444712317)
github-merge-queue bot pushed a commit that referenced this pull request Jun 28, 2024
The `MAX_COMPRESSED_STATE_WITNESS_SIZE` has been set to 32 MiB in
#11511. Back then it was a
reasonable choice, but since then we increased some of the runtime
parameters, which increased the worst case witness size by ~17MiB.
(#11582,
#11629). I'd feel safer with a
larger limit on the compressed witness size.
jancionear added a commit that referenced this pull request Jun 28, 2024
The `MAX_COMPRESSED_STATE_WITNESS_SIZE` has been set to 32 MiB in
#11511. Back then it was a
reasonable choice, but since then we increased some of the runtime
parameters, which increased the worst case witness size by ~17MiB.
(#11582,
#11629). I'd feel safer with a
larger limit on the compressed witness size.
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.

2 participants