umbra-protocol
umbra-protocol copied to clipboard
🌕🌑 Privacy Preserving Shielded Payments On The Ethereum Blockchain
This PR will query the Umbra subgraph for StealthKeyChanged events, in the act of acquiring the block number in which the user first registered, and for getting the user's registered...
Like the way we explain what a stealth receiver is, like so I'm thinking where the announcement block # and timestamp is now, we should instead put the question "Where's...
Replaces Blockscan with ContractScan. The latter only highlights the networks where the code is actually deployed (vs those that have no code but some state e.g. balance), supports over 100...
Bumps [ejs](https://github.com/mde/ejs) from 3.1.8 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 v3.1.9 Version 3.1.9 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950...
## Description Updates to fetch and scan only the latest blocks. The latest blocks are those after the initial scan, where each subsequent scan saves the latest fetched block to...
Resolves #686
If infura is to be accessed as the RPC provider it should be via the RPC URL env vars, so it will be easy to switch between providers.
Resolves #672 Also fixes issue where announcement info wasn't getting populated in advanced mode.