From cb5f2d6aba83461f251baaca825293343ba3a38e Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Wed, 7 Aug 2024 12:47:57 +0300 Subject: [PATCH 1/4] fixCONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e3f087ad..6da09aa3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,12 +14,12 @@ Patches are welcomed as pull requests on [our Github](https://github.com/dusk-network/plonk), as well as by email (preferably sent to all of the authors listed in `Cargo.toml`). -If you want to work on an issue, please let us know in the comments of it and +If you want to work on an issue, please let us know in the comments it and we will assign it to you. If you're new to this repository and you want to contribute, you can look for the issues tagged the with `good first issue` label. We try to add this tag -to the issues we belive are easy for newcomers. +to the issues we believe are easy for newcomers. If you need any help regarding an issue feel free to ask the authors in the `Draft pull request` or the issue (or by email if you prefer it by any reason.) From 5c4a6665319e64e5abba56c60bf61775ff4a6223 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Wed, 7 Aug 2024 12:48:53 +0300 Subject: [PATCH 2/4] fix CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b2f2e1..ca0e517c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -314,7 +314,7 @@ is necessary since `rkyv/validation` was required as a bound. ### Fixed -- Fix circuit debuggger compilation issues. [#488] +- Fix circuit debugger compilation issues. [#488] - Fix import paths for lib components. [#489] ## [0.6.1] - 2021-03-12 From 09f39fd2c87a7fb8d1dae9770ce7f7b62393ff07 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Wed, 7 Aug 2024 12:50:15 +0300 Subject: [PATCH 3/4] fix key.rs --- src/commitment_scheme/kzg10/key.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/commitment_scheme/kzg10/key.rs b/src/commitment_scheme/kzg10/key.rs index 457a8521..31bc6bd3 100644 --- a/src/commitment_scheme/kzg10/key.rs +++ b/src/commitment_scheme/kzg10/key.rs @@ -47,8 +47,8 @@ impl CommitKey { /// Serialize the [`CommitKey`] into bytes. /// /// This operation is designed to store the raw representation of the - /// contents of the CommitKey. Therefore, the size of the bytes outputed - /// by this function is expected to be the double than the one that + /// contents of the CommitKey. Therefore, the size of the bytes outputted + /// by this function is expected to be double than the one that /// `CommitKey::to_bytes`. /// /// # Note @@ -76,12 +76,12 @@ impl CommitKey { /// [`CommitKey::to_raw_var_bytes`]. /// /// The bytes source is expected to be trusted and no check will be - /// performed reggarding the points security + /// performed regarding the points security /// /// # Safety /// This function will not produce any memory errors but can deal to the /// generation of invalid or unsafe points/keys. To make sure this does not - /// happen, the inputed bytes must match the ones that were generated by + /// happen, the inputted bytes must match the ones that were generated by /// the encoding functions of this lib. pub unsafe fn from_slice_unchecked(bytes: &[u8]) -> Self { let mut len = [0u8; u64::SIZE]; From 3802147bbb3aeec39d28d0a0ac45f9c14881c782 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Thu, 8 Aug 2024 11:53:49 +0300 Subject: [PATCH 4/4] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6da09aa3..1fdbd7fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ Patches are welcomed as pull requests on [our Github](https://github.com/dusk-network/plonk), as well as by email (preferably sent to all of the authors listed in `Cargo.toml`). -If you want to work on an issue, please let us know in the comments it and +If you want to work on an issue, please let us know in the comments of it and we will assign it to you. If you're new to this repository and you want to contribute, you can