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

Consolidate both types in the base types crate. Also, consolidate PAGE_SIZE and WASM_PAGE_SIZE in the `sys` crate.

refactor

For queries that rely on the ledger blockchain, return errors immediately if the endpoints are calling during initial sync, rather than hanging while waiting for a read lock on the...

feat
@finint

There is a new field in the `NodeRecord` holding a vector of SSH public keys. This PR extends the orchestrator to deploy those keys for the `recovery` user by calling...

feat
@consensus