umbra-protocol
umbra-protocol copied to clipboard
ππ Privacy Preserving Shielded Payments On The Ethereum Blockchain
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 contracts on Goerli - [ ] Setup OZ relayer - [ ] Update backend to support Goerli - [ ] Update frontend to support Goerli...
- [ ] 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...
There's a lot of duplication in the contracts hardhat config.
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...
Create a test suite that will simulateβ as closely as possibleβ the end to end process of an Umbra transaction, and configure the test to run thousands of times in...
- [ ] Investigate Gitbook vs. other options - [ ] Protocol intro - [ ] Overview - [ ] Example / case study - [ ] FAQ - [...