Michael Müller

Results 129 issues of Michael Müller

We are `black_box`'ing a number of expressions that evaluate to a unit literal. Clippy complains for all these and we are wondering if there is a best-practice criterion recommendation for...

I discovered this when executing tests for a project which uses `binaryen-rs` as a dependency. The project sets the optimization level to `0` during some tests. From `wasm-opt --help`: ```...

Introduce `seal2` with the only change of removing the `seal_` prefix from all `pallet-contracts` Wasm API functions. Since all functions are prefixed with it anyway, the prefix is unnecessary and...

I7-optimisation ⏱
Q2-easy

Document in the `pallet-contracts` readme how to build a dashboard for contracts ## ToDo - [ ] How can _Active Contracts_ be aggregated? Listen to extrinsics for `Contract::Call`, `Contract::Instantiate`, and...

I5-documentation 📄
Q3-medium

**Is your feature request related to a particular use-case?** I just discovered that the ink! codebase has quite a number of "the the" occurrences: https://github.com/paritytech/ink/pull/856/commits/4ac7691e65ab2b1ce7034c432914f651573739dc. **Describe the solution you'd like...

Our automated test suite `ink-waterfall` found this: * Deploy [proxy.contract.zip](https://github.com/polkadot-js/apps/files/7597198/proxy.contract.zip) from Alice. * This stores Alice as a privileged account in the contract. * Open the dialog for executing the...

@app-contracts
-size-m
<needs investigation>

Sometimes when I upload and deploy a contract via https://polkadot.js.org/apps/#/contracts the extrinsic succeeds, I see all the green notification boxes, but no new contract entry is added to the "code...

@app-contracts
-size-m

Folllow-up to https://github.com/polkadot-js/apps/issues/5751: Thanks for implementing this! I'm having the following issue though: * I deploy [contract_transfer.contract.zip](https://github.com/polkadot-js/apps/files/6755246/contract_transfer.contract.zip). * I expand the messages for that contract and click the `Read` button...

@app-contracts
-size-s

# The Vision With the next major release of ink! we strive to: * implement all remaining breaking changes from our endeavor of reducing contract sizes (how the storage API...

Persisting the results from our discussion on Saturday: - We want to remove the existing off-chain testing environment (`engine`) and replace it with an E2E testing framework. - This E2E...

B-enhancement
B-design
C-discussion
A-examples
A-ink_env