Skip to content

v2.2.0

Choose a tag to compare

@DZakh DZakh released this 02 Sep 12:33
bfe6ae1

What's Changed

Features ๐Ÿ†•

New Timestamp scalar type available in schema.graphql. It's represented as an instance of Date, making your handlers and queries more flexible, fast, and explicit.

By @moose-code and @DZakh in #156

Fixes & Polishing

  • Update Viem version to the latest V2 to fix type conflicts with the Viem version on user-side by @DZakh in #159

    โš ๏ธ Be careful if you're using Viem V1 in your indexer handlers. This change might cause unexpected behavior.

  • Fix incorrect import of a type, which caused tsc --build to fail. Also, prevent this from happening in the future by adding a TypeScript type check to CI pipeline by @DZakh in #165
  • Fix codegen with HyperSync/RPC endpoint in the config having a trailing slash by @JasoonS in #164
  • Update the supported chains list by adding new chains and removing deprecated ones by @JasoonS in #163
  • Remove dependency on Ethers.Interface by @DZakh in #155

Other

Full Changelog: v2.1.4...v2.2.0