Yohan Nelson

Results 10 issues of Yohan Nelson

### Version of Hardhat 2.20.1 ### What happened? Running a deploy script, that deploys a set of contracts on chain using a ledger hardware wallet using the package `"@nomicfoundation/hardhat-ledger": "^1.0.2"`....

type:bug
status:ready

``` forge script scripts/Deploy.s.sol:Deploy --private-key $GS_ADMIN_PRIVATE_KEY --broadcast --rpc-url $L1_RPC_URL --slow ``` Fails with error ``` │ ├─ [0] VM::parseJsonUint("", "$.recommendedProtocolVersion") [staticcall] │ │ └─ ← 0 │ ├─ [0] VM::parseJsonBool("",...

### Description I am running a private geth network which seems to be running fine. While running the geth.yml docker-compose build the `backend` service is syncing to slowly! And the...

triage

### Description We want to delete a previous deployment of blockscout for an older testnet chain and redeploy for the new chain. https://docs.blockscout.com/for-developers/deployment/manual-old-ui/check-your-manual-deployment-instance- seems outdated. How else do we do...

waiting on feedback

Running the same script and deploying the same contract with the same salt (ie, 0) deploys to a **new** contract address and **not** the deterministic address `0xc2b78104907F722DABAc4C69f826a522B2754De4 `. I also...

#### System information Geth version: `v1.10.3` Quorum version: `v24.4.1` OS & Version: Linux #### Expected behaviour Ability to run forge script/ forge create etc including cast commands for sending txns....

#### System information Geth version: `v1.10.3` Quorum version: `v24.4.1` OS & Version: Linux #### Expected behaviour I used a simple contract that adds and removes validators from a list. The...