Option to set the `json: false` flag on `get_table_rows` back to `true`
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
For debugging and maybe specific use cases, it would be good if the json flag on the table query could be set back to true.
Right now its hardcoded in two places to false.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in src/contract/table.ts at line 148 and src/contract/table-cursor.ts at line 111, where the json flag is hardcoded to false. Trace how get_table_rows options are passed through these entry points, then verify that callers can request json: true while the existing default behavior remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100