Skip to content

v0.100.5

Choose a tag to compare

@github-actions github-actions released this 06 May 23:24
· 49 commits to master since this release
7f094bb

Summary

In this release, we:

  • Implemented helpers to serialize/deserialize TransactionResponse
  • Fixed error with missing CALL receipt in getAllDecodedLogs
  • Fixed Provider auto-refetch strategy

Features

  • #3878 - Implement methods to serialize/deserialize TransactionResponse, by @Torres-ssf

Fixes