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

Forbid blocks over 2MiB in the Block API #7020

Open
Stebalien opened this issue Mar 20, 2020 · 0 comments
Open

Forbid blocks over 2MiB in the Block API #7020

Stebalien opened this issue Mar 20, 2020 · 0 comments
Labels
kind/enhancement A net-new feature or improvement to an existing feature

Comments

@Stebalien
Copy link
Member

Currently, we accept arbitrarily large blocks in the block API. We won't transfer them over the network so this isn't a big security concern, but it is a concern for users as they'll be able to add blocks that they can't transfer.

We should just forbid them in the block API.

@Stebalien Stebalien added the kind/enhancement A net-new feature or improvement to an existing feature label Mar 20, 2020
@ribasushi ribasushi self-assigned this Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A net-new feature or improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants