issues
search
fetchai
/
ledger-subquery
This is the Fetch Ledger SubQuery project, an indexer for the Fetch network.
MIT License
2
stars
10
forks
source link
chore: update genesis contract processing
#256
Closed
Jonathansumner
closed
1 year ago
Jonathansumner
commented
1 year ago
Update processing to include schema changes to
contract
entity
scrapes
code_id
from genesis file
Include test coverage for Genesis Contract processing
provides test data
executes end-to-end test from database to graphQL endpoint
Code Review Checklist (to be filled out by reviewer)
[x] Description accurately reflects what changes are being made.
[x] Either the PR references an issue (via the "Development" combobox) or the description explains the need for the changes.
[x] The PR appropriately sized.
[x] The PR contains an idempotent DB migration.
[x] I have verified the correctness of the DB migration using relevant data (e.g. test-generated data).
[x] New code has enough tests.
[x] New code has enough documentation to answer "how do I use it?" and "what does it do?".
[x] Existing documentation is up-to-date, if impacted.
contract
entitycode_id
from genesis fileCode Review Checklist (to be filled out by reviewer)