Skip to content

Commit

Permalink
Document API versions (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
azf20 authored Apr 22, 2024
1 parent 03a8968 commit 9abba44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/pages/en/developing/graph-ts/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ The `apiVersion` in the subgraph manifest specifies the mapping API version whic

| Version | Release notes |
| :-: | --- |
| 0.0.9 | Adds new host function `eth_get_balance` |
| 0.0.8 | Adds validation for existence of fields in the schema when saving an entity. |
| 0.0.7 | Added `TransactionReceipt` and `Log` classes to the Ethereum types<br />Added `receipt` field to the Ethereum Event object |
| 0.0.6 | Added `nonce` field to the Ethereum Transaction object<br />Added `baseFeePerGas` to the Ethereum Block object |
| 0.0.5 | AssemblyScript upgraded to version 0.19.10 (this includes breaking changes, please see the [`Migration Guide`](/release-notes/assemblyscript-migration-guide))<br />`ethereum.transaction.gasUsed` renamed to `ethereum.transaction.gasLimit` |
Expand Down

0 comments on commit 9abba44

Please sign in to comment.