-
# Lines of code
https://github.com/code-423n4/2024-04-dyad/blob/main/src/core/VaultManagerV2.sol#L150
# Vulnerability details
## Impact
The protocol allows users to deposit both Kerosene and non-K…
-
Performing RPC call `eth_getBlockByHash` to `https://v1.mainnet.godwoken.io/rpc ` return some values equal to zero. For example Rpc call with body:
```javascript
{
"method": "eth_getBlockByHash",…
-
## Solution
Run contract calls with an explicit `gasLimit`
```javascript
async () {
await contract.functionWithDelegateCall(
args,
{ gasLimit: 4000000 }
)
}()
```
…
-
We are forking Wonderland/Ohm to fantom. I need the frontend to connect to the testnet and the mainnet and be able to have most of the functionality of the wonderland frontend.
Source:
https:…
-
#### System information
Erigon version: `erigon version 2.58.0-9731f716`
OS & Version: Linux
Commit hash: 9731f716
Erigon Command (with flags/config):
```
--datadir /data/erigon …
-
**Describe the bug**
Easy hardforks on op-geth/v1.101304.2 X op-node/v1.4.0 on mainnet - hit 3 times in 48hours (**All on different heights**)
**To Reproduce**
Run with op-geth/v1.101304.2 X …
-
Right now, only one "hardhat" network can be defined in the configuration. It would be nice if multiple could be defined with multiple configurations (for example, one for local testing and one for ma…
-
getting follow error on execution of **brownie run scripts/arbitrage.py --network=mainnet-fork**
**Transaction sent: 0x39d7490c550c040c4a176bd9f06b0733235214d334092ac88461f8814d3a5c76
Gas price…
-
# Lines of code
https://github.com/code-423n4/2024-04-dyad/blob/main/src/core/VaultManagerV2.sol#L205-L228
# Vulnerability details
## Impact
When a position's collateral ratio drops below 150%, it…
-
We need to have a test that iterates over all execution outcomes from the Mainnet starting from the last fork/genesis and verifies all of them using NearOnEthProver. We should run it on Nayduck and ma…