You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#2133
## Linked Issues/PRs
Built on top of: #2188
## Description
This PR adds the handling and enforcement of then new consensus
parameter added [here](#2188).
Changes summary:
- `TransactionsSource` and `transaction_selector` use the new
`block_transaction_size_limit` parameter.
- `ExecutionData` contains `used_size` in addition to `used_gas`
- Introduces integration tests covering the expected behavior
- E2E tests affected by the new limit are updated
## Checklist
- [X] Breaking changes are clearly marked as such in the PR description
and changelog
- [X] New behavior is reflected in tests
### Before requesting review
- [X] I have reviewed the code myself
---------
Co-authored-by: green <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
## [Unreleased]
8
8
9
9
### Added
10
+
-[2195](https://github.com/FuelLabs/fuel-core/pull/2195): Added enforcement of the limit on the size of the L2 transactions per block according to the `block_transaction_size_limit` parameter.
10
11
-[2131](https://github.com/FuelLabs/fuel-core/pull/2131): Add flow in TxPool in order to ask to newly connected peers to share their transaction pool
11
12
-[2182](https://github.com/FuelLabs/fuel-core/pull/2151): Limit number of transactions that can be fetched via TxSource::next
12
13
-[2189](https://github.com/FuelLabs/fuel-core/pull/2151): Select next DA height to never include more than u16::MAX -1 transactions from L1.
0 commit comments