Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Releases: l2beat/tools

@l2beat/[email protected]

02 Oct 09:29
9b40612
Compare
Choose a tag to compare

Minor Changes

  • 02f8ba7: Improve error reporting parameters

@l2beat/[email protected]

28 Sep 13:43
432d4a0
Compare
Choose a tag to compare

Minor Changes

  • a04ca64: ConstructorArgsHandler now derives constructor arguments from block explorer's response instead of raw deploy transaction's data. If it fails to do so, it will fallback to the old behavior using heuristic and try to decode constructor arguments by reading end of the deployment data.
  • 38f146e: Add DynamicArrayHandler for fetching the content of internal dynamic arrays.

@l2beat/[email protected]

21 Sep 09:52
d750012
Compare
Choose a tag to compare

Patch Changes

@l2beat/[email protected]

21 Sep 09:52
d750012
Compare
Choose a tag to compare

Patch Changes

@l2beat/[email protected]

12 Sep 12:40
8ce9f3a
Compare
Choose a tag to compare

Minor Changes

  • 7cfe43d: Added inline package description, pretty runner output, discovery diff now accepts list of unverified contracts

@l2beat/[email protected]

12 Sep 08:47
bc3e0d6
Compare
Choose a tag to compare

Minor Changes

  • df6341e: Initial discovery release, sync dependencies versions

@l2beat/[email protected]

11 Sep 13:20
81ca533
Compare
Choose a tag to compare

Minor Changes

  • 63e44af: Improve error handling: timeout retries
  • 8d99c67: Enable partial invalidation
  • f6fe36d: Add retries
  • 7c245d8: Add SliceIndexer
  • 7140656: Improve invalidation logic
  • 67f99dd: Refine RootIndexer ticking logic

Patch Changes

@l2beat/[email protected]

11 Sep 13:20
81ca533
Compare
Choose a tag to compare

Minor Changes

  • 8c3cf3b: Add possibility to specify reportCriticalError
  • a6f2896: Added RateLimiter to the backend-tools
  • 6be46f5: Add throttling

Patch Changes

  • 6f84bf6: Downgrade chalk to version 4 with CJS support