Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Releases: graphprotocol/graph-ts

v0.27.0

18 May 20:41
Compare
Choose a tag to compare
  • Introduce TransactionReceipt and Log #260
  • add ascMain #265
  • global: Use reserved discriminant spaces for TypeId #271
  • Rename Tendermint to Cosmos #273
  • feat(chain): Arweave integration #262

v0.26.0

02 May 19:11
Compare
Choose a tag to compare

Tendermint integration 🎉 #250

v0.25.0

02 May 19:09
Compare
Choose a tag to compare
  • Added mustGet an mustGetEntry to TypedMaped #249
  • Add helpers that makes dealing with Bytes values easier #253

v0.24.1

02 May 19:09
Compare
Choose a tag to compare
  • Changes the Transaction.nonce field type from Bytes to BigInt #234

v0.24.0

02 May 19:08
Compare
Choose a tag to compare
  • New fields for apiVersion: 0.0.6 #213
    • Transaction.nonce
    • Block.baseFeePerGas
  • Fix export of fromString functions in json namespace #231
  • Remove unused dependency glob #229

v0.23.1

29 Oct 00:39
Compare
Choose a tag to compare

This release includes:

  • Proper tsconfig.json
  • Linter/prettier
  • to/from u64/i64 methods for BigInt/ByteArray
  • Tests refactor

PRs since last version:

Special shoutout/thanks to @maoueh ❤️

v0.23.0

26 Oct 05:44
Compare
Choose a tag to compare
  • Initial/alpha support for NEAR types: #210
  • New JSON from String functions: #217
  • Better tsconfig.json for text editors: #221

v0.23.0-alpha.1

22 Oct 20:17
Compare
Choose a tag to compare
v0.23.0-alpha.1 Pre-release
Pre-release

Added:

  • NEAR types
  • JSON from string functionality

v0.22.1

22 Sep 21:24
Compare
Choose a tag to compare

Small fix on upcasting runtime error that happened on toTupleArray method.

v0.22.0

16 Sep 23:18
Compare
Choose a tag to compare

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 field gasUsed to gasLimit. This field has always been filled with the value of the gasLimit, now the name is correct. To follow up on the support for gasUsed, look: graphprotocol/graph-node#2619.