Filip Bielejec

Results 25 issues of Filip Bielejec

Fist of all, hats down for making this package available to us all. I much prefer it to using ein for the simplicity it brings. I'm evaluating using it with...

**Description** Putting another contract struct into context creates a situation where there isn't enough (type) information to use [`emit_event`](https://paritytech.github.io/ink/ink_env/fn.emit_event.html) : ```bash error[E0284]: type annotations needed --> lib.rs:36:24 | 36 |...

### Description In some cases CI server builds and releases empty docker images. These are the auto-deployed to the environments and crash immediately after a reboot. Never images are never...

bug
must have

# Problem Server is split into two namespaces, which creates an unnecessary complexity and is a potential point of failure (irreducible builds between different environments). Any run-time configuration is perfectly...

feature
must have

# Problem Migrating to web3 1.0 would allow use to use infura node for the deployment and runtime of districts, removing the necessity to maintain our own nodes and reducing...

feature
must have

# Problem We need better monitoring of separate services, such that we know immediately about the health of our environment, with the ability to raise alerts based on the applied...

feature
should have

Truffle5 comes with web3_10 and a handfull of useful features such as: - external compile commands - target generated artifacts - pre / post hooks Details: https://github.com/trufflesuite/truffle/releases/tag/v5.0.0-beta.0 Migration script would...

feature
could have

# Problem Migrate [district-ui-web3](https://github.com/district0x/district-ui-web3) and all the proxy UI libraries/modules depending on it. Use websockets over JSON-RPC http requests for communication. ## Implementation List of UI libraries depending on web3:...

feature
should have

**Redspot Version** 0.13.6 **Description** Trying to deploy an example contract (ink 3.0) on a node based on [Substrate 0.9.19](https://github.com/Cardinal-Cryptography/aleph-node/blob/smartnet/bin/runtime/Cargo.toml#L58) **Reproducing** See this repository: https://github.com/fbielejec/erc20 Create a .env file with the...

## cargo-contract version HEAD of master ## ink version 3.2.0 ## pallet contracts version v0.9.23 Bug manifests when creating an instance from an existing on-chain code-hash. Instantitate-with-code uploads and creates...