crStiv
crStiv
@benluelo made changes as you asked and solved some ci errors
@benluelo made changes, btw you want me to change all the commit names or just the last one that I've changed already?
@mrain @alxiong Hey! I've improved the batch proof to make it more compact by sharing common nodes between proofs instead of storing duplicates. Added proper error checks and tests to...
@Amxx what are your thoughts on this PR altogether? I've made some changes to get rid of red failed checks, but they still fail
I have read the CLA Document and I hereby sign the CLA
May I try to solve this Issue?
import { Coin } from '../types'; import { randomBytes } from 'crypto'; export class TestCoin { /** * Creates a single test coin with given parameters */ static create(params: Partial...
does this one helps in any shape or form, or did I go into the wrong direction?
> Hey @crStiv , thanks for the contribution! I had completely forgotten about that TODO 😅 > > FYI there is already a `try_parallel!` macro (see this [test](https://github.com/0xPlaygrounds/rig/blob/896774b3255332025284c9c4bc57ef4232550976/rig-core/src/pipeline/parallel.rs#L403)) which works...
@petertonysmith94 Added tests for TestCoin class as requested. The tests cover default values, custom parameters, multiple coin creation and parameter inheritance