ic
ic copied to clipboard
Internet Computer blockchain source: the client/replica software run by nodes
Some valid bitcoin transactions may have output scripts that do not translate to any valid addresses. They are also not the inputs of other transactions. The correct handling is to...
Removes some unnecessary lifetimes in the canister_threshold_sig test utils to get rid of compiler warnings of the following form: ``` warning: elided lifetime has a name --> rs/crypto/test_utils/canister_threshold_sigs/src/lib.rs:822:35 | 819...
This fixes a minor discrepancy that would prevent certain malformed neurons from being retrieved from stable storage in certain cases. This would only affect neurons after active neurons are also...
Adapts ingress message validation such that the ingress_expiry check is skipped for anonymous queries and anonymous read_state requests. Implements the interface specification changes from https://github.com/dfinity/interface-spec/pull/343.
There are many [bazel targets named `test_utils`](https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/dfinity/ic%24%40944b8d0c3ffc29b585001c9681adfc043f6b1cc6+%27name+%3D+%22test_utils%22%27&patternType=keyword&sm=0). This has the problem that when looking at [critical path statistics](https://superset.idx.dfinity.network/superset/dashboard/7) like: it's hard to know which `test_utils` target is being referenced making...
(Mostly) a mirror of https://github.com/dfinity/ic/pull/2237.
When creating a new neuron, it gets set to the same value as created_timestamp_seconds. In a later PR, the value in this field will get updated to the current time....
The IC-OS tool has been created, but not yet used by the IC-OS: https://github.com/dfinity/ic/pull/1539 This PR integrates the config tool into the IC-OS. The config tool is utilized for config...