-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0xa329bca26cdbfb9bbedfe14275215e91c306ad2fbbb8f0574dd71ad42a59c46c
**Severity:** medium
**Description:**
## Descripti…
-
# Lines of code
https://github.com/code-423n4/2024-03-ondo-finance/blob/be2e9ebca6fca460c5b0253970ab280701a15ca1/contracts/ousg/rOUSG.sol#L586-L606
https://github.com/code-423n4/2024-03-ondo-finance/…
-
@TheoXD @David405
Hard forks require:
1) private names with user data to have a import/export feature to preserve it across hard forks.
- or -
2) public URIs that can be used to fetch the data fr…
-
`ganache-cli` has a really helpful `--fork` flag that uses mainnet state as the starting point. This is essentially necessary for testing multiple defi projects together. However, it has some bugs in …
-
Hi! Everything works fine in mainnet-fork, but when I try to execute in Kovan I get this error:
You have 0.102528088850729021 worth of ETH deposited
You have 9.876093905E-9 worth of ETH already bo…
-
We are encountering an unexpected error while performing stress testing on our platform using an Avalanche Subnet. After processing a few hundred transactions, the system either automatically restarts…
-
## Context
Before we run upgrade to cosmos-sdk v0.50 in our mainnet, we fork current mainnet to a testnet with fully data of our mainnet. The purpose of this is that we want to upgrade in our fork-ma…
-
Hello,
I'm encountering an issue when running the `yarn test:deploy` command in my project. Below is the error message I receive:
yarn test:deploy
yarn run v1.22.21
$ pnpm deploy:prepare:fork …
-
# Handle
JMukesh
# Vulnerability details
## Impact
since the parameter in constructor are used to initialize the state variable proper input validation should be there otherwise error in these st…
-
When we introduced the new `ethersStateManager`, it allows for essentially forking mainnet (or any chain) and running transactions locally against the state of that chain. One can chain transactions …