huggingbot
huggingbot
## Description - Added `filter` to filter only zapable tokens - Checked that sUSD is not zapable in yearn-sdk - Checked that sUSD yVault is not deprecated ## Related Issue...
## Description - Added CSS changes for devices with `400px` width or lower - `400px` is used as that's the point where the text would wrap to the second line...
Raising the issue here and closing https://github.com/yearn/yearn-watch/issues/38 ### Description - Several vaults tested to have an unusual amount of `sharesBurnt` for the `withdrawals` query - Seems like the subgraph code...
## **Description** This PR adds Segment SDK analytics tracking to monitor user onboarding flows end-to-end. We're instrumenting all onboarding paths (social login, SRP creation, import) to gain visibility into user...
## Explanation **Current state**: The SeedlessOnboardingController handles sensitive cryptographic material (encryption keys, authentication keypairs, OPRF keys, and seed phrases) but was not properly cleaning up this data from memory after...
## Explanation This PR adds support for soft deleting secret data items from the metadata store Add two new methods to SeedlessOnboardingController: - `deleteSecretDataItem({ itemId })` - Soft deletes a...
## Explanation The metadata service now supports a `dataType` column for categorizing secret data (PrimarySrp, ImportedSrp, ImportedPrivateKey). This enables clients to distinguish between different types of backed-up secrets Changes include:...