Releases: delvtech/hyperdrive-frontend
Releases · delvtech/hyperdrive-frontend
@delvtech/[email protected]
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]
Patch Changes
- 8e77c04: Add
earliestBlockoption toReadModeland bumpevm-client-viemversion to useeth_getLogsrather thaneth_getFilterLogs. - Updated dependencies [8e77c04]
- @delvtech/[email protected]
@delvtech/[email protected]
Patch Changes
- 8e77c04: Add
earliestBlockoption toReadModeland bumpevm-client-viemversion to useeth_getLogsrather thaneth_getFilterLogs. - Updated dependencies [4e841fc]
- @delvtech/[email protected]
@delvtech/[email protected]
Patch Changes
- 4e841fc: Update artifacts to v1.0.18
@delvtech/[email protected]
@delvtech/[email protected]
Major Changes
- b26e00b: 🚨 Breaking Change: Upgraded to Hyperdrive
v1.0.16. The updated models, e.g.ReadHyperdriveare no longer compatible for<=1.0.14contracts. To continue using the SDK with<=1.0.14contracts, import the corresponding model from the/v1.0.14import path. E.g.,import { ReadHyperdrive_v1_0_14 } from "@delvtech/hyperdrive-viem/v1.0.14".
Patch Changes
- Updated dependencies [19814a4]
- Updated dependencies [b26e00b]
- @delvtech/[email protected]
@delvtech/[email protected]
Major Changes
- b26e00b: 🚨 Breaking Change: Upgraded to Hyperdrive
v1.0.16. The updated models, e.g.ReadHyperdriveare no longer compatible for<=1.0.14contracts. To continue using the SDK with<=1.0.14contracts, import the corresponding model from the/v1.0.14import path. E.g.,import { ReadHyperdrive_v1_0_14 } from "@delvtech/hyperdrive-viem/v1.0.14".
Minor Changes
- 19814a4: Add getKind to ReadHyperdrive
Patch Changes
- Updated dependencies [c5a369d]
- Updated dependencies [b26e00b]
- Updated dependencies [eefe0fc]
- Updated dependencies [c5a369d]
- @delvtech/[email protected]
- @delvtech/[email protected]
- @delvtech/[email protected]
@delvtech/[email protected]
@delvtech/[email protected]
Patch Changes
- c5a369d:
- Added support for negative numbers.
- Added support for base prefixes in string values, e.g.,
parseFixed("0xFF")orfixed("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
v1.12.0
What's Changed
- fix openShortForm: if checkpoint isn't minted, use current share price for calcs by @MazyGio in #1370
- Omit Rainbowkit options for capsule if no .env for it by @DannyDelott in #1369
- change Renzo historicalRatePeriod from 7 to 14 days by @MazyGio in #1373
- New All Pools page by @DannyDelott in #1372
- Add
chainstop-level field to AppConfig by @DannyDelott in #1374 - Wire up TVL to fiat price by @DannyDelott in #1375
- Add development mode to app-staging by @DannyDelott in #1376
- Better ezETH logo, add
initializationBlockto AppConfig by @DannyDelott in #1378 - Open Longs Portfolio Page by @jackburrus in #1377
- Add mobile support on All Pools Page by @DannyDelott in #1379
- Add loading skeletons to All Pools page by @DannyDelott in #1380
- Remove gopher ui by @sentilesdal in #1382
- add squid-route-v2 widget by @sentilesdal in #1383
- Add
getKindto ReadHyperdrive, update AppConfig by @DannyDelott in #1384 - Remove extensions from TokenConfig by @DannyDelott in #1385
- Add rewards to new all pools page by @DannyDelott in #1386
- Fix Modal Opening Issue by @jackburrus in #1387
- Make row clickable on Pool row by @DannyDelott in #1388
- Build appconfig for cloudchain, update UI to work with cloudchain by @DannyDelott in #1389
- Fix decimals in getMorphoHyperdrive by @DannyDelott in #1391
- Remove feature flag on the new Pools page by @DannyDelott in #1393
- Enforce 18 decimals for price, dynamic decimals for balance by @DannyDelott in #1392
- Add mainnet appconfig for wsteth/usdc and eeth pools by @DannyDelott in #1394
- Adds Portfolio Shorts by @jackburrus in #1390
- Add morpho market to whitelist by @cashd in #1395
- Cashd/fix lp rewards preview by @cashd in #1396
Full Changelog: v1.11.1...v1.12.0