graphprotocol / graphprotocol/graph-node
[Bug] graphman rewind can move the block pointer forward
Open
@YashBit is already working on this.
Since Aug 5, 2024.
area/graphman
bug
good first issue
ops
- Dominant language
- Rust
- Stars
- 3.2k
- Forks
- 1.1k
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 1
Description
Running graphman rewind to a block N which is further than the current subgraph head number will run without raising errors and will move the head forward to block N. Even without the --force flag. The command should instead raise an error.
Contributor guide
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.
Assessment
This issue has not been assessed yet.