protocol-solidity
protocol-solidity copied to clipboard
Cross chain shielded pool infrastructure / protocols.
# Suggestions - shielded-pool-bridges - shielded-pool-bridges-solidity - shielded-bridges - asset-anchor-solidity - shielded-pool-anchor - shielded-asset-anchor - shielded-bridge-solidity
**_Initial phases, research oriented._** # Goal 1. We want to support, for each anchor, many more messages. Right now, with depth 30 trees, we can support 500 million transactions. If...
## Overview ### Task Checklist - [ ] Remove vanchor Leaves from transfer function in all anchors
https://github.com/webb-tools/protocol-solidity/blob/abb8e9f5f94fd600f817b2c911e9a7bc6af3d131/contracts/vanchors/VAnchor.sol#L209-L215
The following issue occurs when the 'perf-hooks' NodeJS package is in protocol-solidity, and attempting to serve the dapp through webpack: https://gist.github.com/nepoche/4f50905aab65ade9d80d5d0cbc0d0c59. The issue was discovered and the perf_hooks dependency was...
## Overview It may be beneficial to adhere to [EIP-4626 Tokenized Vault Standard](https://eips.ethereum.org/EIPS/eip-4626) in an effort to drive defi support of the wWebb token. The following standard allows for the...
# Overview We want to make sure the address calculation methods we are using are consistent between the DKG, Solidity, and Substrate.