ic
ic copied to clipboard
Internet Computer blockchain source: the client/replica software run by nodes
Add a check to verify that the blocks retrieved from the ledger and archives, match the corresponding blocks retrieved from the index, for the ICRC golden state tests.
This is useful because there's no benefit to allowing periodic tasks that relate to upgrades to be interleaved with one another, and allowing it actually complicates things somewhat because we...
In this PR we upgrade the sandbox eviction logic such that it doesn't only operate on the number of sandboxes, but also on their memory usage. Some contention/discussion points: *...
This change allows spawning sandboxes concurrently on the replica side. However, it doesn't significantly improve performance because sandbox launcher communication and the launcher's main thread still serialize requests. We will...
# Usage ``` bazel test \ --test_env=SSH_AUTH_SOCK \ --test_output=streamed \ --test_arg=--nocapture \ //rs/nns/integration_tests:why_list_neurons_expensive \ && cp -i \ bazel-bin/rs/nns/integration_tests/test-127765624/why_list_neurons_expensive.runfiles/ic/list_neurons_*.svg \ ./ ``` (You need to be able to scp from...