Nidhi Singh

Results 28 issues of Nidhi Singh

## web3j createEthCallTransaction function return no response. I am invoking a smart contract function "get" which is having a return type in solidity. Using web3j createEthCallTransaction function doesn't return any...

needs-review

In unionFile.go, at line no 270, copyFile function accepts a parameter named "base" https://github.com/spf13/afero/blob/5c4385aa20510dba5ca4db12c02b0c9211d82892/unionFile.go#L270C15-L270C19, which is not used. Could be a good practice to remove it from the function definition....

N3 Tutorial link in https://github.com/neo-project/neo-blockchain-toolkit/blob/master/quickstart.md#neo-blockchain-toolkit-for-net-quickstart is broken. Let me know the correct link and I can fix it.

I am following Quickstart to get going with Neo blockchain. It mentions installing template pack using the below command `dotnet new -i Neo.Contract.Templates` Below is the error that I get....

### Background & motivation Wish to run kurtosis on k8s(GKE) on Google Cloud Platform. I don't see any `storage-class` in the documentation here https://docs.kurtosis.com/k8s/#iii-add-your-cluster-information-to-kurtosis-configyml. ### Desired behaviour Need to know...

feature request
critical
cli

#### System information Geth version: `geth version` - 1.14.3 CL client & version: e.g. lighthouse/nimbus/[email protected] OS & Version: Windows/Linux/OSX Commit hash : (if `develop`) #### Expected behaviour The method should...

type:bug

### Background & motivation Currently `upload_files` allows to pass the GitHub URL, I have a usecase where I wish to upload files from my local machine into kurtosis enclave. The...

feature request
critical
cli

### Background & motivation AFAIK currently ports are being exposed randomly if no `public_ports` is specified. Since these ports are random, do we have a way to access it from...

feature request
painful

### Background & motivation I see workaround`public_ports`mentioned in https://github.com/kurtosis-tech/kurtosis/issues/1901, I have a very common use-case where I wish to access the specified ports outside the enclave. I was going through...

feature request
painful

## Summary by CodeRabbit - **New Features** - Introduced a new target for managing Docker images for the `beacond` service, simplifying the build process. - Added functionality to start the...

Ready for Review