Changelog
createTestNullifier
to the Nullifier class for testing purposes. It is recommended to use mina-signer to create Nullifiers in production, since it does not leak the private key of the user. The Nullifier.createTestNullifier
method requires the private key as an input outside of the users wallet. https://github.com/o1-labs/o1js/pull/1026field.isEven
to check if a Field element is odd or even. https://github.com/o1-labs/o1js/pull/1026