Muhammed Irfan
Muhammed Irfan
## Summary This PR allows the mock to support func as `Return` param, which enables to mock to be used for Table Driven Testing. ## Changes Changed `Return` param to...
Closes #543 Closes #186 ## Checklist: - [x] I have performed a self-review of my own code - [x] I have documented my code in accordance with the [documentation guidelines](https://github.com/icon-project/community/blob/main/guidelines/technical/software-development-guidelines.md#documentation)...
## Checklist: - [x] I have performed a self-review of my own code - [ ] I have documented my code in accordance with the [documentation guidelines](https://github.com/icon-project/community/blob/main/guidelines/technical/software-development-guidelines.md#documentation) - [x] My...
## Overview Currently relay config only accepts string for endpoints. Certain chains like near protocol have multiple type of nodes, such as archival node and full node. Full node garbage...
## Description ## Rationale ## Features - [x] icon-project/icon-bridge#152 - [x] icon-project/icon-bridge#153 - [x] icon-project/icon-bridge-planning#44 - [ ] icon-project/icon-bridge-planning#43
### Description As part of BTP, The chains should implement SHA3-256 FIPS 202 and ECDSA Recovery Uncompressed public key for the smart contracts participating in the Network and NEAR protocol...
### What's your CLI version? 0.86.11 ### Description & steps to reproduce After setting up kurtosis in kubernetes, running the below command ``` kurtosis run github.com/hugobyte/polkadot-kurtosis-package '{ "chain_type": "localnet", "relaychain":...
### What's your CLI version? 0.86.11 ### Description & steps to reproduce After deploying to remote Kubernetes cluster when performing `kurtosis dump` from CLI it fails with below error. ```...
### What's your CLI version? 0.86.11 ### Description & steps to reproduce After deploying kurtosis to remote Kubernetes cluster, upon trying to open enclave manager through CLI using `kurtosis web`...