soham

Results 38 issues of soham

## Description ```solidity // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; library MyLib { uint internal constant val1 = 3; uint internal constant useVal1InMyLib = val1 / 2; } contract MyContract {...

- **OpenEthereum version**: 2.7.2 - **Operating system**: Linux - **Installation**: one-line installer - **Fully synchronized**: yes - **Network**: private - **Restarted**: yes _Your issue description goes here below. Try to...

We can definitely set a step duration in the config file, such that the validators set in the config file or from validator set smart contract take turns to author...

P7-nicetohave 🐕
A3-stale 🍃

### Describe the Feature Currently, if an explicit `gasLimit` override is not provided then ethers uses eth_estimateGas to fill the `gasLimit` option. However, if between user's gas estimate and the...

enhancement

### Ethers Beta Version 6.0.0-beta.9 ### Describe the Problem While deploying contracts using the sendTransaction way: ``` const tx = await signer.sendTransaction({ data: "0x" + json.evm.bytecode.object, }); ``` I noticed...

on-deck
v6-beta

### Ethers Version 5.6.9 ### Search Terms abi, json, fragment ### Describe the Problem If `name` is empty string, then it is not included in the `.format('json')` output. The ABI...

investigate

### Ethers Beta Version 6.0.0-beta.9 ### Describe the Problem This seems like a small issue with the `eth_signTransaction` being typoed as `eth_sign_Transaction` internally. ### Code Snippet ```shell const provider =...

on-deck
v6-beta

### Ethers Beta Version 6.0.0-beta.9 ### Describe the Problem When trying to create a Contract object, an error occurs if ABI generated by solidity compiler is passed. I've noted that...

on-deck
v6-beta

I have a contract name of the form `xToken`. The typings are generated for `XToken` which can be imported but the hardhat counterparts don't work. ```ts hre.ethers.getContractFactory('XToken'); // for this...

bug

This PR implements [EIP-2330](https://eips.ethereum.org/EIPS/eip-2330) Extsload at 0x5c opcode. If the opcode is supported as an experimental opcode, it would help with easier experimentation and research on the EIP. Currently, there...

package: common
package: evm