Vinod Damle

Results 8 issues of Vinod Damle

### Environment IPFS Version: ``` go-ipfs version: 0.9.1-dc2715a Repo version: 11 System version: amd64/linux Golang version: go1.15.2 ``` We are running a private IPFS cluster with 2 or more nodes...

help wanted
P2
need/author-input

## PR description * Fixes an issue due to which multiple peer connections are setup over time to the local node if it is present in the static nodes list....

#### System information Geth version: `v1.13.7` CL client & version: N/A (reporting a bug in the library) OS & Version: Linux Commit hash : N/A #### Expected behaviour After calling...

type:bug

* Require genesis to specify max contract size using Transitions config. * Add checks to allow migrating from a prior maxCodeSizeConfig to contractsizelimit specified in Transitions config. * **NOTE**: Remove...

#### System information Geth version: `Geth/v1.10.3-stable-e73afc9b(quorum-v22.7.6)/linux-amd64/go1.19.6` OS & Version: Linux Commit hash : N/A #### Expected behaviour A migration of genesis config `MaxCodeSizeConfig` to `Transitions.ContractSizeLimit` should be allowed via a...

So end users know what to pass in as parameters to different types of arguments when invoking solidity methods in the API Gateway Ref: https://github.com/kaleido-io/ethconnect/pull/92#issuecomment-692850373

API currently supports invoking a contract method at latest block. Support specifying a block number in the call

enhancement

I've been attempting to get the [example trade](https://github.com/Uniswap/examples/blob/main/v3-sdk/trading/src/libs/trading.ts#L79-L114) to work using a mainnet fork setup with Anvil, as documented [here](https://docs.uniswap.org/sdk/v3/guides/local-development#using-foundry-and-anvil) As far as I can tell, the example doesn't work...