Skip to content

Releases: delvtech/hyperdrive-frontend

v1.13.0

30 Aug 03:40
cedb4d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.0...v1.13.0

@delvtech/[email protected]

30 Aug 22:58
0364562
Compare
Choose a tag to compare

Patch Changes

  • 5eaa737: Bump evm-client-viem version to 0.6.3 to fix bug causing event args to not be sent in ethGetLogs

@delvtech/[email protected]

30 Aug 06:14
3abe26d
Compare
Choose a tag to compare

Patch Changes

  • 8e77c04: Add earliestBlock option to ReadModel and bump evm-client-viem version to use eth_getLogs rather than eth_getFilterLogs.
  • Updated dependencies [8e77c04]

@delvtech/[email protected]

30 Aug 06:14
3abe26d
Compare
Choose a tag to compare

Patch Changes

  • 8e77c04: Add earliestBlock option to ReadModel and bump evm-client-viem version to use eth_getLogs rather than eth_getFilterLogs.
  • Updated dependencies [4e841fc]

@delvtech/[email protected]

30 Aug 06:14
3abe26d
Compare
Choose a tag to compare

Patch Changes

  • 4e841fc: Update artifacts to v1.0.18

@delvtech/[email protected]

26 Aug 18:59
8def424
Compare
Choose a tag to compare

Patch Changes

@delvtech/[email protected]

26 Aug 18:59
8def424
Compare
Choose a tag to compare

Major Changes

  • b26e00b: 🚨 Breaking Change: Upgraded to Hyperdrive v1.0.16. The updated models, e.g. ReadHyperdrive are no longer compatible for <=1.0.14 contracts. To continue using the SDK with <=1.0.14 contracts, import the corresponding model from the /v1.0.14 import path. E.g., import { ReadHyperdrive_v1_0_14 } from "@delvtech/hyperdrive-viem/v1.0.14".

Patch Changes

@delvtech/[email protected]

26 Aug 18:59
8def424
Compare
Choose a tag to compare

Major Changes

  • b26e00b: 🚨 Breaking Change: Upgraded to Hyperdrive v1.0.16. The updated models, e.g. ReadHyperdrive are no longer compatible for <=1.0.14 contracts. To continue using the SDK with <=1.0.14 contracts, import the corresponding model from the /v1.0.14 import path. E.g., import { ReadHyperdrive_v1_0_14 } from "@delvtech/hyperdrive-viem/v1.0.14".

Minor Changes

  • 19814a4: Add getKind to ReadHyperdrive

Patch Changes

@delvtech/[email protected]

26 Aug 18:59
8def424
Compare
Choose a tag to compare

Major Changes

@delvtech/[email protected]

26 Aug 18:59
8def424
Compare
Choose a tag to compare

Patch Changes

  • c5a369d:
    • Added support for negative numbers.
    • Added support for base prefixes in string values, e.g., parseFixed("0xFF") or fixed("0xFFFFFFFFFFFFFFFF")
    • Changed the primitive value (the value returned from .valueOf()) to be the string representation of the fixed point. Previously, the underlying bigint was returned. This makes type coercion more straight forward and makes it possible to use the + and - unary operators with fixed-point instances as a shorthand for .toNumber(), e.g., +parseFixed(1.5) === 1.5.
  • c5a369d: Bumped deps