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

Releases: graphprotocol/graph-ts

v0.27.0

Choose a tag to compare

@evaporei evaporei released this 18 May 20:41
  • 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

Choose a tag to compare

@evaporei evaporei released this 02 May 19:11

Tendermint integration 🎉 #250

v0.25.0

Choose a tag to compare

@evaporei evaporei released this 02 May 19:09
  • Added mustGet an mustGetEntry to TypedMaped #249
  • Add helpers that makes dealing with Bytes values easier #253

v0.24.1

Choose a tag to compare

@evaporei evaporei released this 02 May 19:09
  • Changes the Transaction.nonce field type from Bytes to BigInt #234

v0.24.0

Choose a tag to compare

@evaporei evaporei released this 02 May 19:08
  • 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

Choose a tag to compare

@evaporei evaporei released this 29 Oct 00:39

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

Choose a tag to compare

@evaporei evaporei released this 26 Oct 05:44
  • 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

v0.23.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@evaporei evaporei released this 22 Oct 20:17

Added:

  • NEAR types
  • JSON from string functionality

v0.22.1

Choose a tag to compare

@evaporei evaporei released this 22 Sep 21:24

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

v0.22.0

Choose a tag to compare

@evaporei evaporei released this 16 Sep 23:18

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.