Colin Steidtmann

Results 7 comments of Colin Steidtmann

Any update? Weird, for my setup, this works: `var expect = require("../../utils/chai-setup").expect;` but this doesn't work: `import { expect } from "../../utils/chai-setup";` In "../../utils/chai-setup" I have: ` import chaiModule from...

Hey Paul, that's funny, I'm actually using your template! You just didn't have any examples working with bignumbers so I went looking for a solution. I'll check out `chai-bignumber`. I...

This worked for me ```javascript options.define = { "process.env": JSON.stringify(process.env) }; ```

Hey @ChenYi015 , can you clarify why this is a breaking change? I'm working on upgrading my team's spark-operator repo and while I can go forwards to the new helm...

> > Hey @ChenYi015 , can you clarify why this is a breaking change? I'm working on upgrading my team's spark-operator repo and while I can go forwards to the...

I like this idea!

Hello @tumberger, I have deleted my old commit messages. Here are the changes made: Circom Circuit Directories I Added: - circom/circuits/benchmarks/0xParcECDSA - circom/circuits/benchmarks/circomlib - circom/circuits/benchmarks/ecdsa - circom/circuits/benchmarks/eddsaPoseidon - circom/circuits/benchmarks/keccak256 -...