Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Make this function smaller #679

Open
recmo opened this issue Apr 29, 2020 · 0 comments
Open

Make this function smaller #679

recmo opened this issue Apr 29, 2020 · 0 comments
Assignees
Labels
refactor Improves the code quality tracker Issues generated from source comments

Comments

@recmo
Copy link
Contributor

recmo commented Apr 29, 2020

On 2020-04-29 @pvienhage wrote in 7850bac “Smart contrat Recurance proof system impl (#677)”:

Make this function smaller

        res.push_str("]");
        res
    }
}

// TODO - Make this function smaller
#[allow(clippy::too_many_lines)]
pub fn proof_serialize(
    constraints: &Constraints,
    proof: &Proof,
    result_string: &mut String,

From crypto/stark/src/solidity_seralizer.rs:54

@recmo recmo added refactor Improves the code quality tracker Issues generated from source comments labels Apr 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
refactor Improves the code quality tracker Issues generated from source comments
Projects
None yet
Development

No branches or pull requests

2 participants