Darko Macesic
Darko Macesic
- Added `bellman` backend as an option (again) - Added a console writer to print messages from a log statement with `console.log` - Removed gulp tasks, rewrote all exports and...
## Description ``` panicked at 'attempt to shift left with overflow', /home/darko/.cargo/registry/src/github.com-1ecc6299db9ec823/bellman_ce-0.3.5/src/domain.rs:64:26 ``` The issue seems to be in the following line: ``` let max_degree = (1
## Abstract Make a practical example that showcases the usage of ZoKrates in a DApp. ## Motivation It's a common issue and question that keeps occurring. A good practical example...
## Description Add depth info to the expression part of the AST so we can print with proper indentation as we do with statements. ## Steps to Reproduce Compile the...
## Abstract We should run tests in wasm environment to prevent issues like https://github.com/Zokrates/ZoKrates/pull/998 ## Motivation To avoid critical issues in JS environments. ## Specification TBD
## Abstract A feature that could be of great benefit to us is the ability to pass functions as parameters. This would allow us to neatly do a Merkle tree...
## Abstract Symbol importing logic should be revisited and improved in the future. We currently support the following ways of importing symbols: ```zokrates // [source: "./module.zok", symbol: "main", alias: file...