ic icon indicating copy to clipboard operation
ic copied to clipboard

Internet Computer blockchain source: the client/replica software run by nodes

Results 266 ic issues
Sort by recently updated
recently updated
newest added

Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.33 to 0.2.36. Commits 71708b7 Release v0.2.36 49b43f2 Do not assume memory layout of std::net::SocketAddr 77a6eb4 Release v0.2.35 eeeab13 Add support for Haiku 1e91530 Release v0.2.34 89945eb...

dependencies
rust

to be pulled into portal and compiled into the reference documentation

Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2. Commits 6fd7b9c Bump version to 0.2.2 550efc2 Merge branch 'fix-sockaddr-convertion-v0.2.x' into 0.2.x ca8db53 Stop using from_ne_bytes to be compatible with Rust < 1.32.0 3e217e3...

dependencies
rust

Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 1.0.2 to 1.1.1. Release notes Sourced from ordered-float's releases. v1.1.1 Make assignment operators panic safe (#71). This fixes a bug that could cause undefined behavior in safe...

dependencies
rust

Bumps [nix](https://github.com/nix-rust/nix) from 0.16.1 to 0.24.2. Changelog Sourced from nix's changelog. [0.24.2] - 2022-07-17 Fixed Fixed buffer overflow in nix::sys::socket::recvfrom. (#1763) Enabled SockaddrStorage::{as_link_addr, as_link_addr_mut} for Linux-like operating systems. (#1729) Fixed...

dependencies
rust

Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.4 to 0.3.23. Release notes Sourced from futures-util's releases. 0.3.23 Work around MSRV increase due to a cargo bug. 0.3.22 Fix Sync impl of BiLockGuard (#2570) Fix...

dependencies
rust

# IC Adjustments for Enhanced Orthogonal Persistence in Motoko See Motoko's PR more information: https://github.com/dfinity/motoko/pull/4225 ## Persistent Main Memory Keep main memory state across upgrades. * New upgrade option: `wasm_memory_persistence`....

Prepare a more recent version of `drun` for Motoko. * Based on `release-2023-12-13_23-01` * Synchronized dependencies to build in `nix`, cf. https://github.com/dfinity/ic/pull/124