Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests for Safe Arithmetic Checks in crypto.rs #207

Merged
23 commits merged into from
Sep 29, 2022

Conversation

ghost
Copy link

@ghost ghost commented Sep 9, 2022

Continues work of #170

Must not be merged until after #203

vlopes11 and others added 5 commits September 6, 2022 18:23
This commit applies safe arithmetic to call and crypto interpreter
modules.

The deprecated implementation of secp256k1 was not using safe
arithmetic. Instead of updating it, the module was deprecated in favor
of fuel-crypto.
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
@ghost ghost self-assigned this Sep 9, 2022
@ghost ghost changed the title Mitch fuel/test crypt safe arith Tests for Safe Arithmetic Checks in crypto.rs Sep 12, 2022
possible-panther and others added 17 commits September 13, 2022 06:44
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>

# Conflicts:
#	src/error.rs
…ation

Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>

# Conflicts:
#	tests/crypto.rs
@ghost ghost marked this pull request as ready for review September 21, 2022 21:23
Copy link
Contributor

@vlopes11 vlopes11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good; optional nit

src/util.rs Show resolved Hide resolved
@ghost ghost merged commit e0153aa into master Sep 29, 2022
@ghost ghost deleted the mitch-fuel/test-crypt-safe-arith branch September 29, 2022 18:42
@mitchmindtree mitchmindtree added the fuel-vm Related to the `fuel-vm` crate. label Dec 9, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fuel-vm Related to the `fuel-vm` crate.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants