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

Releases: l2beat/tools

@l2beat/backend-tools@0.4.0

02 Oct 09:29
9b40612

Choose a tag to compare

Minor Changes

  • 02f8ba7: Improve error reporting parameters

@l2beat/discovery@0.5.0

28 Sep 13:43
432d4a0

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/discovery@0.4.1

21 Sep 09:52
d750012

Choose a tag to compare

Patch Changes

  • 69ffa66: Fix faulty release
  • Updated dependencies [69ffa66]
    • @l2beat/discovery-types@0.3.1

@l2beat/discovery-types@0.3.1

21 Sep 09:52
d750012

Choose a tag to compare

Patch Changes

@l2beat/discovery@0.2.0

12 Sep 12:40
8ce9f3a

Choose a tag to compare

Minor Changes

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

@l2beat/discovery@0.1.0

12 Sep 08:47
bc3e0d6

Choose a tag to compare

Minor Changes

  • df6341e: Initial discovery release, sync dependencies versions

@l2beat/uif@0.2.0

11 Sep 13:20
81ca533

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

  • 535ce58: Bug fix:

    • child's state parent.waiting changed when it should not
  • 118b192: Refactor reducer code

  • 535ce58: Do not emit setSafeHeight twice with the same value

  • Updated dependencies [8c3cf3b]

  • Updated dependencies [6f84bf6]

  • Updated dependencies [a6f2896]

  • Updated dependencies [6be46f5]

    • @l2beat/backend-tools@0.3.0

@l2beat/backend-tools@0.3.0

11 Sep 13:20
81ca533

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