Maksym Arutyunyan
Maksym Arutyunyan
> ... I’d hold off on that change for a bit ... Ok, I'm turning this PR into a draft mode then.
> I suppose that logs produced during `install_code` will also be recorded, right? since this is an update call, then it's one of the requirements from the [design doc](https://docs.google.com/document/d/10zx2qybpK9lmYBUn4r-AbNkcfA_k_zpM7XQ0yfyzBRc/edit): >...
hi all, the feature is going to be available on the next dfx release, I suppose we can move forward with merging this PR. please take another look and LGTM!
> Why are we ignoring many cases of `HypervisorError` [here](https://github.com/dfinity/ic/blob/8176ea68ae82cb2ba3eec346259e00bf318a171d/rs/embedders/src/wasm_executor.rs#L771)? because by design doc we only log debug_prints and traps. all the other `HypervisorError`'s are specific to wasm execution, eg....
> I also wonder if a trap log message should describe what `ApiType` trapped (in particular, in light of [RUN-957](https://dfinity.atlassian.net/browse/RUN-957)). we wanted to keep it simple at the beginning with...
FYI: #349 upgraded bitcoin crate to 0.32.4.
+1 to initial request to support `#[serde(rename_all = "snake_case")]`.
> Understanding: do you plan to add a changelog file for the bitcoin canister as well? no, it was a leftover PR that I started some time ago. but I...
@wasm-forge @ufoscout We have just released v0.7.0 that focused on performance optimizations, including reading/writing big chunks of data which improved in some cases up to -80%, see [forum post](https://forum.dfinity.org/t/stable-structures-v0-7-0-released-major-btreemap-speedups-and-breaking-api-changes/53466). Please...
Just to reiterate the measurements above, here’s a comparison table to highlight the improvements more clearly: | **Method** | **Before** | **After** | **Improvement** | **Before vs Baseline** | **After...