EOSIO / EOSIO/eosio.forum

max content.size()

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
12
Forks
45
PR merge metrics
No merged PRs in 30d

Description

Is
eosio_assert(content.size() < 1024 * 1024 * 10, "Content should be less than 10 KB long.");

should be 1024 * 10
OR 10 MB

Contributor guide

No contributing guide indexed for this repository

Research direction

Search the repository for the exact eosio_assert(content.size() line shown in the issue. Confirm whether the intended maximum is 10 KB or 10 MB, then align the size check and its message and verify the related content validation.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
backend
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.