max content.size()
Open
- 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