Matt Solomon

Results 153 issues of 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...

app

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...

enhancement
app

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...

enhancement
app

> 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 >...

bug
app

- [ ] 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...

contracts

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...

enhancement
app
backlog

See the typedoc instructions in `umbra-js/README.md`, and host the HTML outputs somewhere

documentation

### 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...

T-feature
C-forge
Cmd-forge-fmt

### 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...

T-feature
C-forge
A-cheatcodes
Cmd-forge-script