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

Cross chain shielded pool infrastructure / protocols.

Results 49 protocol-solidity issues
Sort by recently updated
recently updated
newest added

While executing the deploy [scripts](https://github.com/webb-tools/protocol-solidity/blob/055a90383aef169c5d042b35da359667d3b3044e/scripts/evm/deployments/VBridge8Side.ts) consider generating also Relayer configurations from the contract addresses after the deployment is done.

feature ➕
p2 🟡
difficulty: starter 🏁
optimization ⚙️
task ✔️

## Overview Deploy new bridge(s) that utilizes the DKG, specifically Tangle. This issue is in reference to the Notion page - [Bridge Deployment Checklist](https://www.notion.so/Bridge-Deployment-Checklist-15b9d69d04e24937a4c63fdc630f86cb) ## Goals - Deploy an EVM...

p1 🟠
task ✔️

# Overview To prevent the exhaustion of INFURA api keys, we should have a commit message prefix that prevents the execution of those tests. Something like this would allow us...

Refactors Utxo generation and other helper methods to VAnchorBase.ts and make `VAnchor` and `IdentityVAnchor` both extend that class to reduce code duplication

# Flow for ERC20s 1. Unwrapped ERC20 token is deposited via the `wrapAndDepositERC20` function on the `MultiAssetVAnchor.sol` contract. 2. The `wrapAndDepositERC20` function takes in the `fromTokenAddress` which is the address...

Leverage existing cross-chain tests where possible, but overall we want to define a process where we ensure the contract deployments are consistently the same with Create2 deployments. Specifically ensure that...

## Issue While trying to deploy contracts to test networks, I came across this error for `goerli` and exhausted my test tokens. ``` reason: 'processing response error', code: 'SERVER_ERROR', body:...

With the currently configured lerna / yarn workspaces approach, we should have build scripts (similar to what is located in webb.js) in each subpackage's package.json to assemble all the required...

p2 🟡
difficulty: starter 🏁
task ✔️