-
## Require with empty error messages
### Issue
[`Multicall.sol`](https://github.com/code-423n4/2022-06-connext/blob/main/contracts/contracts/core/connext/helpers/Multicall.sol#L18)L18 has a require s…
-
## Event is missing indexed fields
### description
Each event should use three indexed fields if there are three or more fields
### findings
```
/2022-06-connext/contracts/contracts/core/connext/f…
-
# Lines of code
https://github.com/code-423n4/2024-04-renzo/blob/main/contracts/Bridge/L1/xRenzoBridge.sol#L139
# Vulnerability details
The protocol allows to deposit `ETH`/`WETH` (or the specific…
-
I tried to disassemble and understand the process of how dynamos are working, and reasoned about what would be equivalent the following dynamo:
```
IRTools.@dynamo function test_dynamo(a...)
…
-
**To be summarized:**
![a-ccip-1](https://github.com/threewebcode/W3/assets/127061691/803e32f5-786e-4b4e-90d0-d999a5c6ccd6)
![a-mc](https://github.com/threewebcode/W3/assets/127061691/5727e1bf…
-
Remove rollback for outgoing messages on ICON and instead use persistent messages.
-
Currently, our documentation says:
```
You can calculate this fee off chain, and require users send sufficient xcall fees with each contract call.
```
We should improve this with a description…
-
-
I'm struggling to get the callbacks to work.
1. In order to make a request to a non http endpoint I'm using the `open` npm package
2. I'm using express.js to setup handlers for x-success and x-err…
-
# QA Report
## Non-Critical Issues
### Use of `block.timestamp`
Block timestamps have historically been used for a variety of applications, such as entropy for random numbers (see the Entropy Illusi…