berzan

Results 4 issues of berzan

Hey, everyone! ## Problem When SvelteKit is chosen as an accompanying UI project, the CLI produces a template project with a TypeScript error. ## What this pull request does This...

I would like to have a `mina_signer::Schnorr` object but `mina_signer::create_kimchi` returns an opaque type which is `impl mina_signer::Signer`. So I would like to construct a `mina_signer::Schnorr` object using `hasher` and...

# Grant Application Checklist - [x] The [`applications/application-template.md`](../applications/application-template.md) or [`applications/research-template.md`](../applications/research-template.md) has been copied, renamed ( "project_name.md") and updated. - [x] An Ethereum address for the payment of the milestones is...

request changes
committee review

All the other built-in provable data structures allow setting an error message for assertions. But `PublicKey.assertEquals(other, msg)` doesn't work, whereas `UInt64.assertEquals(other, msg)` works. Currently I'm achieving the same with `PublicKey.equals(other).assertTrue(msg)`...