Results 109 issues of Simonas Kazlauskas

In the current runtime whenever we evaluate a function call action, we will create a new instance of the contract runtime engine (e.g. `near_vm::UniveralEngine`.) Normally this is quite alright --...

A-contract-runtime
T-contract-runtime

**Describe the bug** The test fails locally ~every time. ``` test peer_manager::tests::fuzzers::random_handshake_connect_fuzzer has been running for over 60 seconds --- STDERR: near-network peer_manager::tests::fuzzers::random_handshake_connect_fuzzer --- thread 'actix-rt|system:494|arbiter:989' panicked at ~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/actix-rt-2.7.0/src/arbiter.rs:103:18: Cannot...

Right now if the `LimitedMemoryPool` runs out of memories -- and the number of them is hardcoded -- the node will abort execution. That's a pretty severe reaction and it...

A-contract-runtime
T-contract-runtime

I’m migrating a crate from a wasmparser 0.99 to 0.104 and there are significant changes around the `ValType`, introduced as part of https://github.com/bytecodealliance/wasm-tools/pull/701. One of the things that I’ve been...

`for_each_operator!` generates `BrTable

wasmparser

The wasmparser implements an incremental parser for the binary webassembly encoding. In practice this means that tooling can work with files larger the size of the virtual memory. This is...

wasmparser

This allows caching the downloaded files between runs and faster iteration times when working to utilize mvn2nix.

* Upgrade toml to 0.5 * Replace error_chain with anyhow for modern error handling

In this PR https://github.com/rust-dev-tools/fmt-rfcs/pull/105 a following requirement has been added to which I don’t agree: > There must only be a single derive attribute. Is an unnecessary absolute which in...

This allows representing KV pairs of data in e.g. chrome profiles more faithfully. Previously we would automatically generate arg0... as a key for all such data. ![Chromium Profiler showing proper...