Haresh Gedia

Results 10 issues of Haresh Gedia

Currently flows/tests are executed on x86. Issue to handle creating a flow for ARM architectures.

Added tutorial for weighted threshold bls signatures. There are more expected changes to this as pubkey needs refactoring.

All projects including crypto3 are throwing warnings of these patterns ``` CMake Warning at cmake/modules/share/modules/cmake/CMConfig.cmake:149 (find_package): By not providing "Findcrypto3_block.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a...

We seem to have inconsistent trait definitions across modules. This makes it harder to have a singular concept in documentation. ex : https://github.com/NilFoundation/crypto3-pubkey/blob/7fbbf43cbf6fa88ddf0051646321eed2fb6b237e/include/nil/crypto3/detail/type_traits.hpp#L212 and https://github.com/NilFoundation/crypto3-algebra/blob/311bf0dbdfbb06407599c150c4738d685e10e5f4/include/nil/crypto3/algebra/type_traits.hpp#L79 This issue is to resolve...

bug

A bug on npm older versions https://github.com/npm/cli/issues/4828 prevents hardhat configuration/usage. This issue is to investigate working versions and run end-to-end flows & update docs.

Implement chain selection primitives for MINA ouroboros consensus.

Init params & column rotations are both constants which are required for mina state proof verification. These should be removed for a cleaner API for solidity smart contracts.

``` $ python3 scripts/bid_tools.py get --key=84304538 Limit bid: { "_key": "84304538", "cost": 7, "sender": "robertogomes", "statement_key": "79169223", "status": "completed" } ``` Currently proof-key is not returned in the response and...

This change refers to the workflow where proof producers get public inputs from the order itself. JSON structuring requires changing as this was not compatible with the proof producer binary.

This change adds a new flag `no-asm` which only works along with `optimise-gates` flag This enables the transpiler to generate solidity code without assembly , which can be further used...