graphprotocol / graphprotocol/graph-node
[Feature] index transactions on avax without contract address just with from to or data
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 3.2k
- Forks
- 1.1k
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 1
Description
Description
index transactions on avax without contract address just with from to or data
Are you aware of any blockers that must be resolved before implementing this feature? If so, which? Link to any relevant GitHub issues.
I now need to index metadata on Avalanche (AVAX), and the metadata is not directly related to smart contracts. However, when I create a The Graph project, it requires me to specify a smart contract. Is it possible to support projects without smart contracts, where I only need to focus on the 'from', 'to', and 'data' fields within transactions?
Some information to help us out
- Tick this box if you plan on implementing this feature yourself.
- I have searched the issue tracker to make sure this issue is not a duplicate.
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.
Research direction
The issue names no files, tests, or entry points. Start by identifying how Graph projects require a smart contract and how Avalanche transaction indexing handles the from, to, and data fields. Done means defining and implementing support for projects that index these transaction fields without a contract address.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- blockchain
- Domain
- blockchain
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100