Raneet Debnath
Raneet Debnath
This PR introduces the use of go bindings for genesis contracts in the codebase, which can be effectively used in e2e tests and can come handy during debugging. This is...
This PR is implements the test case mentioned in https://polygon.atlassian.net/browse/POS-845 .
This PR leverages the [Fuentes et al. algorithm ](https://link.springer.com/content/pdf/10.1007/978-3-642-28496-0_25.pdf) for computing the hard part of the final exponentiation based on the fact that f ^ d' is also a pairing...
# Add cyclotomic square of `fp12` element ## Description This PR attempts to add [faster squaring for 6th cyclotomic subgroup elements](https://eprint.iacr.org/2009/565.pdf). I imagine this would be the first step towards...
## Describe your changes This PR attempts to implement `adv.push_smtget` and `adv.push_smtset` as described in #1220. This is currently a rough draft since I wanted first to be sure I...
Hi! I am getting the following error while trying to set up the project: ``` ➜ evmone git:(master) ✗ cmake -S . -B build -DEVMONE_TESTING=ON -- [cable ] Cable 0.5.0...
# Description This PR enables prefetching of trie nodes before execution of block. It adds a `waitforwarm` config which if enabled will block execution of block until the warming finishes....