umbra-protocol
umbra-protocol copied to clipboard
🌕🌑 Privacy Preserving Shielded Payments On The Ethereum Blockchain
Each row in this dropdown should should the user's balance of that token
> one issue we'd run into [when using the "Max" button on the send page] is with the native token: Gas price might change from the time you fill in...
Changes: - Use `vm.createSelectFork` cheatcode. - Update foundry.toml - Update dependencies including solmate
Upgrade guide: https://quasar.dev/start/upgrade-guide#migrate-to-v2-from-v1 Can also remove `worker-loader` dependency https://webpack.js.org/guides/web-workers/
Meta issue to document possible mitigations to the bottleneck of announcement scanning: - [x] Async w/ progress bar (notification when completed) - [x] Parrallelization - [ ] Rust based crypto...
Once you've connected to the app with a wallet, we remember your wallet app choice via a local storage variable. Then, whenever you return, we immediately attempt to reconnect with...
- [ ] Use `vm.createSelectFork` cheatcode to simplify `make test` command
Spent some time looking at different guides, but feel like I don't have enough to show for it. Particularly could use some help/suggestions as to how to improve multiple token...
hey I'm looking at your protocol, from your docs "The final consideration has to do with scanning. Because every single Announcement needs to be scanned, it can take a long...