umbra-protocol icon indicating copy to clipboard operation
umbra-protocol copied to clipboard

🌕🌑 Privacy Preserving Shielded Payments On The Ethereum Blockchain

Results 97 umbra-protocol issues
Sort by recently updated
recently updated
newest added

Each row in this dropdown should should the user's balance of that token

enhancement
app

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

app

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/

app
dev

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

bug
app

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

bug
good first issue
app

- [ ] Use `vm.createSelectFork` cheatcode to simplify `make test` command

contracts

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