Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Node-specific limit on size of parachain candidates to validate. #148

Closed
rphmeier opened this issue Feb 20, 2019 · 0 comments · Fixed by #230
Closed

Node-specific limit on size of parachain candidates to validate. #148

rphmeier opened this issue Feb 20, 2019 · 0 comments · Fixed by #230
Assignees
Labels
J0-enhancement An additional feature request.

Comments

@rphmeier
Copy link
Contributor

rphmeier commented Feb 20, 2019

This should be something large. validate_collation should reject block_data that is too big with an error code indicating that the block data is considered invalid but due to arbitrary reason (i.e. technically no misbehavior). Most of this would happen in the validation crate, except for the portion in the CLI.

@rphmeier rphmeier added J0-enhancement An additional feature request. Q1-mentor labels Feb 20, 2019
@rphmeier rphmeier added this to the PoC-4 (Interchain Communication) milestone Feb 20, 2019
@stanislav-tkach stanislav-tkach self-assigned this Feb 26, 2019
tomusdrw pushed a commit that referenced this issue Mar 26, 2021
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.14 to 0.3.15.
- [Release notes](https://github.com/TeXitoi/structopt/releases)
- [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md)
- [Commits](TeXitoi/structopt@v0.3.14...v0.3.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
J0-enhancement An additional feature request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants