ic
ic copied to clipboard
Internet Computer blockchain source: the client/replica software run by nodes
Bumps [capnp](https://github.com/capnproto/capnproto-rust) from 0.12.1 to 0.13.7. Commits 79a761d prepare for capnp-v0.13.7 release feb7c98 remove list pointer munging and add tests b736f2b prepare for 0.13.6 release 8257850 Add blanket impl Allocator...
Bumps [flatbuffers](https://github.com/google/flatbuffers) from 0.6.1 to 22.10.26. Release notes Sourced from flatbuffers's releases. v22.10.26 Fix for python #7576 What's Changed Create release.yml by @dbaileychess in google/flatbuffers#7605 [Python] Fixed the issue with...
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 0.29.0 to 1.0.2. Commits 1599194 Prepare a Wasmtime 1.0.2 release (#5246) c63087f Release Wasmtime 1.0.1 (#4962) bd2017a Cherry-pick #4959 (aarch64 atomic_cas fix) to 1.0.0 release branch. (#4960)...
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.26.0. Release notes Sourced from tokio's releases. Tokio v1.26.0 Fixed macros: fix empty join! and try_join! ([https://github-redirect.dependabot.com/tokio-rs/tokio/pull/5504]) sync: don't leak tracing spans in mutex guards...
This PR changes `redeliver_certifications` in `ic-replay`, such that it does not attempt to deliver certifications which are below the latest CUP height. Certifications below the latest CUP height need key...
To get better coverage on upgrades, we want to run some tests on fixtures produced by the mainnet version. Here's the basic workflow: 1. There's a CI-generated bazel file called...
Before this, several versions of both `sha2` and `sha3` were used in the Cargo build. This aligns the crates in the Cargo manifests to use a single version of each,...
This bumps bitcoincore-rpc to the latest version, which transitively allows updating `jsonrpc` to a more recent version, which drops the need for a custom cargo config (used to patch `jsonrpc`...