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

SOT 164: Add Parser #15

Merged
merged 23 commits into from
Jul 18, 2024
Merged

SOT 164: Add Parser #15

merged 23 commits into from
Jul 18, 2024

Conversation

ktokto313
Copy link
Contributor

Remember to merge #12 before merging this branch

fn prepare_gen_circuit(
&self,
string: &str,
) -> (Vec<Gate>, HashMap<String, Vec<(usize, usize)>>) {

Check warning

Code scanning / clippy

very complex type used. Consider factoring parts into type definitions Warning

very complex type used. Consider factoring parts into type definitions
fn prepare_generation(
&self,
string: &str,
) -> (Vec<ParserGate>, HashMap<String, Vec<(usize, usize)>>) {

Check warning

Code scanning / clippy

very complex type used. Consider factoring parts into type definitions Warning

very complex type used. Consider factoring parts into type definitions
@zk-steve zk-steve requested review from zk-steve, VanhGer, 0x5ea000000 and hduoc2003 and removed request for zk-steve June 26, 2024 04:47
@zk-steve zk-steve changed the title SOT 164: Major change to Plonk according to [plonk_ckb](https://github.com/VanhGer/plonk_ckb) repo SOT 164: Add Parser Jul 10, 2024
@zk-steve
Copy link
Contributor

Need someone to review this ASAP

@zk-steve zk-steve merged commit c6d2ee1 into main Jul 18, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants