Nikola Milosavljevic
Nikola Milosavljevic
# Description DRE team would highly benefit if we could have a feature like this for well known canisters. Probably others as well. This PR adds a `build.rs` for dfx-core...
This PR consolidates the `do_remove_nodes` with the rest of the update calls which follow a natural rule: > 1 registry key should have at most 1 registry mutation per 1...
This is a temporary flag that will be used during the development of the More Secure Node (Re)deployment process. Initially node providers will be able to opt in the feature...
This PR maps out future work that will be implemented in the following PRs. One could read this PR as a design document for how the functionality will work from...
This PR ports the external [metrics proxy](https://github.com/dfinity/metrics-proxy) to the IC repo. **NOTE**: it doesn't yet include it in the host and guest OS and just adds the code here. The...
This PR moves the system stats tui (originally from [the other repo](https://github.com/dfinity/system-stats-tui/)) to the monorepo. In order to bridge some issues with differences between cargo and bazel I've had to...