mraszyk

Results 44 issues of mraszyk

I want to run wasmedge-quickjs on the following JS code: ``` var std = require('std'); import {Buffer} from 'buffer'; var WebAssembly = require('webassemblyjs'); let f = std.open('./add.wasm', 'r'); f.seek(0, std.SEEK_END);...

The `disable_range_check` condition should check that the call is to the Management Canister, not to an application canister offering a method with the name `provisional_canister_create_with_cycles`. Moreover, the certification validation should...

This MR fixes the following issue with polling multiple futures using `futures::stream`: when invoking the method `bar` of the following canister code ``` async fn status() { let arg =...

Running `ic-nns-init` against `ic-ref` does not work properly (results in `BrokenPipe` errors) because `ic-nns-init` uses HTTP/2 by default. Switching to HTTP/1.1 in `ic-nns-init` fixes the issue. Long term we should...

This PR adds an option (called `wasm_memory_persistence`) for canister upgrades. If this option is set, then the WebAssembly memory of the old canister is preserved across the upgrade.

This PR introduces a configurable WASM heap memory limit for canisters.

This PR specifies query call statistics providing insight into the size of query call payloads and instructions executed by query calls. The query call statistics will be made available to...

This PR introduces system API functions taking 64-bit WASM memory addresses.

This PR fixes the effective canister id of bitcoin query calls so that it is consistent with query call response verification.

Using a single system time across the IC for expirying requests is not accurate and should be replaced by using canister time (modelling the fact that canisters living on different...