From 98f93cb3fce6d34103161ed158b9413d7d3430ff Mon Sep 17 00:00:00 2001 From: Lautaro Emanuel Date: Tue, 3 Feb 2026 08:38:57 -0300 Subject: [PATCH] Remove pending `todo(template)` --- CONTRIBUTING.md | 4 ++-- Cargo.toml | 4 ++-- SECURITY.md | 6 +++--- deny.toml | 1 - 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a74d5b96..01fa126e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ To carry out this optimization cycle, we recommend the following profiling tools Once [installed](https://github.com/sharkdp/hyperfine?tab=readme-ov-file#installation), we can simply run: ```sh -hyperfine 'TODO(template) update with your binary e.g. ./target/release/...' +hyperfine ``` ### Samply @@ -83,7 +83,7 @@ Otherwise, reading the output will be impossible. Then, we can run: ```sh -samply record 'TODO(template) update with your binary e.g. ./target/release/...' +samply record ``` This command will open a browser page that contains a graphic representation of where the time is being spent in our application. diff --git a/Cargo.toml b/Cargo.toml index a732efaa..27806bc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ resolver = "3" version = "1.7.1" edition = "2024" repository = "https://github.com/NethermindEth/charon-rs" -license = "Apache-2.0" # TODO(template) update license +license = "Apache-2.0" publish = false [workspace.dependencies] @@ -108,4 +108,4 @@ cast_precision_loss = "deny" cast_sign_loss = "deny" needless_return = "deny" panicking_overflow_checks = "deny" -unwrap_used = "deny" \ No newline at end of file +unwrap_used = "deny" diff --git a/SECURITY.md b/SECURITY.md index facb04c8..36153ad0 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,7 +7,7 @@ We ask you to please not publicly disclose any details of the vulnerability unti **Please do not report security vulnerabilities through public GitHub issues.** -Instead, please use GitHub's [report vulnerability](https://github.com/NethermindEth/rust-template/security/advisories/new) tool to create a draft advisory. +Instead, please use GitHub's [report vulnerability](https://github.com/NethermindEth/charon-rs/security/advisories/new) tool to create a draft advisory. Please include as much information as you can provide (listed below) to help us better understand the nature and scope of the possible issue: * Type of issue. @@ -16,7 +16,7 @@ Please include as much information as you can provide (listed below) to help us * Step-by-step instructions to reproduce the issue and any additional configuration that might be needed. * Severity of the issue. -Alternatively, please email [security@nethermind.io](mailto:security@nethermind.io). +Alternatively, please email [security@nethermind.io](mailto:security@nethermind.io). In case of using the email, please also specify the affected repository. We will try to address your email as soon as possible. @@ -25,4 +25,4 @@ But if you have not received an answer after a couple of days, please follow up ## Fixes We will release fixes for verified security vulnerabilities. -We expect to publish vulnerabilities using GitHub [security advisories](https://github.com/NethermindEth/rust-template/security/advisories). \ No newline at end of file +We expect to publish vulnerabilities using GitHub [security advisories](https://github.com/NethermindEth/charon-rs/security/advisories). diff --git a/deny.toml b/deny.toml index 5a3d400a..89b37b26 100644 --- a/deny.toml +++ b/deny.toml @@ -75,7 +75,6 @@ highlight = "all" [bans.workspace-dependencies] duplicates = 'deny' -# TODO(template) you should provide an example with the lib usage unused = 'deny' [sources]