Releases: delvtech/hyperdrive-frontend
Releases · delvtech/hyperdrive-frontend
@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
chains
top-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
initializationBlock
to 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
getKind
to 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
v1.11.1
What's Changed
- Add chainId field to HyperdriveConfig and TokenConfig by @DannyDelott in #1365
- Create a multi-chain appconfig by @DannyDelott in #1367
- Avoid throwing errors in switch cases by @ryangoree in #1368
Full Changelog: v1.11.0...v1.11.1
v1.11.0
What's Changed
- Fix error state on close long form by @jackburrus in #1352
- Change vaultApy and lpApy to use the same calculation method by @MazyGio in #1354
- Update morpho token names, add sepolia usde/dai pool by @DannyDelott in #1359
- Add ezeth and morpho usde/dai to mainnet appconfig by @DannyDelott in #1360
- update tooltips and labels to reflect 24h time frame for LP APY by @MazyGio in #1361
- Add
historicalRatePeriod
to appconfig by @DannyDelott in #1362 - lp apy fix after historicalRate addition by @MazyGio in #1363
- Remove
baseToken
andsharesToken
from appConfig by @DannyDelott in #1364
Full Changelog: v1.10.0...v1.11.0
v1.10.0
What's Changed
- Redesign Add Liquidity Form by @jackburrus in #1346
- Polish by @ryangoree in #1347
- Update close long design by @jackburrus in #1348
- fix lp apy formula by @MazyGio in #1349
Full Changelog: v1.9.0...v1.10.0
v1.9.0
What's Changed
- Simplify
/market/$address
route by @ryangoree in #1292 - Add custom decimals and
parseFixed
tofixed-point-wasm
by @ryangoree in #1293 - chore: version packages by @github-actions in #1295
- remove feature flag on new openlong form by @jackburrus in #1296
- Add default active for longs tab, remove unused npm script by @DannyDelott in #1298
- Upgrade to latest Capsule wallet by @DannyDelott in #1230
- Fix hot reloading, misc cleanup by @ryangoree in #1302
- Add
calcAprGivenFixedPrice
to hyperwasm by @ryangoree in #1303 - Add
decimals
arg to allfixed-point-wasm
methods, misc patches + cleanup by @ryangoree in #1305 - Refactor sdk to
fixed-point-wasm
by @ryangoree in #1306 - Add
format
,formatCurrency
, and equality methods tofixed-point-wasm
by @ryangoree in #1307 - chore: version packages by @github-actions in #1304
- Fix release by @ryangoree in #1309
- Refactor compliance screening by @ryangoree in #1310
- Refactor UI to
fixed-point-wasm
by @ryangoree in #1308 - Fix FE dependency by @ryangoree in #1311
- Add changeset for artifacts by @ryangoree in #1312
- chore: version packages by @github-actions in #1313
- Fix primary stat spacing by @jackburrus in #1316
- Remove double percantages by @jackburrus in #1317
- Update artifacts to
v1.0.16
, refactor exports, streamline viem bindings by @ryangoree in #1318 - Remove extra percents by @DannyDelott in #1320
- Use default rainbowkit button by @DannyDelott in #1321
- dropdown starting closed by @jackburrus in #1322
- Match artifacts version to contracts by @ryangoree in #1323
- Replace
break
withreturn
inforEach
by @ryangoree in #1326 - Misc cleanup. by @ryangoree in #1327
- Redesign Open Short Form by @jackburrus in #1329
- Fix conversion causing fixed rate quotes to be off on v1.0.14 hyperdrives by @DannyDelott in #1336
- adjust short accrued yield calc by @jackburrus in #1339
- Morpho Rewards by @cashd in #1330
- Add
yieldSources
to AppConfig, refactor UI away fromsharesToken
extensions, add Morpho to sepolia appconfig by @DannyDelott in #1331 - Update AppConfig to include latest morpho pool by @DannyDelott in #1343
- Show values to their given places by @DannyDelott in #1344
- Update comment on reth deposit options by @DannyDelott in #1345
Full Changelog: v1.8.5...v1.9.0
@delvtech/[email protected]
@delvtech/[email protected]
Patch Changes
- @delvtech/[email protected]
@delvtech/[email protected]
Patch Changes
- @delvtech/[email protected]
@delvtech/[email protected]
Patch Changes
- Updated dependencies [e4f7227]
- @delvtech/[email protected]