v2.2.0
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
Viemversion to the latest V2 to fix type conflicts with theViemversion on user-side by @DZakh in #159โ ๏ธ Be careful if you're usingViemV1 in your indexer handlers. This change might cause unexpected behavior. - Fix incorrect import of a type, which caused
tsc --buildto 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.Interfaceby @DZakh in #155
Other
- Working on Wildcard Indexing feature implementation by @JonoPrest in #135, #151, #160, #161
- Working on Fuel merge by @DZakh in #155
- Add script to help update the chain list by @JasoonS and @JonoPrest in #162
Full Changelog: v2.1.4...v2.2.0