Matt Solomon
Matt Solomon
- [x] 1. When an Argent user connects their wallet, show a warning modal about how Umbra funds are not protected by the normal Argent security model and are just...
Similar to zkSync checkout or https://disperse.app/, show users a table and allow them to enter multiple addresses, tokens, and amounts, then batch them all up into a single transaction We...
We'd add this check here: https://github.com/ScopeLift/umbra-protocol/blob/a9ee536c46d7e28c990b536b03986ac860358a88/frontend/src/utils/address.ts#L99 Potential ways to implement: - Have the backend maintain a static list of token addresses, and the frontend will use a new endpoint to...
> It seems the received funds are not sorted properly. You can see the most recently received funds are at the bottom, but they should be at the top >...
- [ ] Deploy the `Umbra` and `StealthKeyRegistry` contracts to `0xFb2dc580Eed955B528407b4d36FfaFe3da685401` and `0x31fe56609C65Cd0C510E7125f051D440424D38f3`, respectively - [ ] @apbendi feel free to add any details you want here about adding a...
Right now the folder is cluttered, and it contains both test deployments and production deployments with no way to discern the two. I think we should: - Have a canonical...
In https://github.com/ScopeLift/umbra-protocol/pull/296 we added support for ENS avatars. Since they sometimes load slowly, in that PR we decided to show Jazzicons as a placeholder until they load. However, this may...
See the typedoc instructions in `umbra-js/README.md`, and host the HTML outputs somewhere
### Component Forge ### Describe the feature you would like cc @rkrasiuk 1. Comment spacing is removed, so if I have a comment line/block with some lines indented (like a...
### Component Forge ### Describe the feature you would like ```solidity // Prints the provided string to the console, prompts the user to enter Y/N to // continue execution, and...