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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
shuse2
changed the title
Remove number of transactions per block validation from lisk-chain
Remove number of transactions per block validation from lisk-chain and update max payload size constant
Feb 17, 2020
shuse2
changed the title
Remove number of transactions per block validation from lisk-chain and update max payload size constant
Remove number of transactions per block validation from lisk-chain and update maxPayloadLength constant
Feb 17, 2020
Description
With the new dynamic fee system, the number of transactions per block check should be removed.
Motivation
Motivation is described in https://github.com/LiskHQ/lips/blob/master/proposals/lip-0013.md
Acceptance Criteria
elements/lisk-chain/src/validate.ts
maxTransactionsPerBlock
constant needs to be removed in config and constructors in chainmaxPayloadLength
constant needs to be updated in config and constructors in chainmaxPayloadLength
maxPayloadLength
Related issues
#4837
The text was updated successfully, but these errors were encountered: