CyrusVorwald

Results 14 issues of CyrusVorwald

## 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) - [x] My changes...

### What needs to be done Diagram how all modules get linked together. ### Why it needs to be done Clearly explains module dependencies. ### Acceptance Criteria I can easily...

module: relay
module: service handler
module: message center
scope: task

### What needs to be done Write [deploy scripts](https://github.com/wighawag/hardhat-deploy#how-to-deploy-contracts) so that EVM contracts can be deployed to any EVM chain. Should be configured with [named accounts](https://github.com/wighawag/hardhat-deploy#1-namedaccounts-ability-to-name-addresses) where relevant. For example,...

module: service handler
module: message center
scope: task

### What needs to be done Create a simple pattern for node containers. ### Why it needs to be done There is no clear methodology for building or running devnet...

type: build and ci
status: in progress
scope: task

## Overview The [Ethereum token list standard](https://tokenlists.org/) format defines Uniswap's token list schema. We should adopt and extend its [cross-chain schema](https://github.com/Uniswap/token-lists/issues/51#issuecomment-952268629) to include non-ERC20 tokens and non-EVM chains. ## Story...

Number of signers to verify a transaction is a known attack vector that has compromised other bridges. We need to avoid having a single point of failure. This means the...

scope: epic

Setting a background image for st_canvas results in the canvas being blank for apps on cloud. This issue can be seen even on the [demo](https://drawable-canvas.streamlit.app/). It works fine locally, though.

Closes #ISSUE-NUMBER ## Checklist: - [ ] 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)...

Inpaint switches and loads models at initialization and again halfway through the steps. It takes about 4x as long as regular image generation between that and the preparation time. I...

In accordance with https://github.com/kurtosis-tech/eth2-package#configuration, there should be some equivalent for ICON node and anywhere else that is relevant for a user to modify configuration.

enhancement