This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
Releases: graphprotocol/graph-ts
Releases · graphprotocol/graph-ts
v0.27.0
v0.26.0
v0.25.0
v0.24.1
v0.24.0
v0.23.1
v0.23.0
v0.23.0-alpha.1
Added:
- NEAR types
- JSON from
string
functionality
v0.22.1
v0.22.0
Update to AssemblyScript version 0.19.10.
This version breaks compatibility with older versions of graph-ts
.
Main changes were:
- Some ethereum classes have constructors now.
- Added new static methods for constructing zero and/or empty values for:
- Address
- BigInt
- BigDecimal
- ByteArray
- Bytes
- Addition of assertions to arithmetic operator overloaders in the case of the left hand side of the operation being nullable.
- Renaming of
ethereum
's transaction fieldgasUsed
togasLimit
. This field has always been filled with the value of thegasLimit
, now the name is correct. To follow up on the support forgasUsed
, look: graphprotocol/graph-node#2619.