ctrlc03
ctrlc03
# Description Refactor the test suite by moving to own package ## Related issue(s) re #2141 ## Confirmation > [!IMPORTANT] > We do not accept minor grammatical fixes (e.g., correcting...
Remove timestamp from state leaf as it can only be created inside the poll deadline (https://github.com/privacy-scaling-explorations/maci/blob/dev/packages/contracts/contracts/Poll.sol#L350) - this will reduce constraints in the circuit as we hash one extra value...
Currently, SDK functions are deeply connected with the CLI (for example there is logging included). The goal is to separate the two so that the SDK is cleaner