Ahmed Ali

Results 14 comments of Ahmed Ali

Hey @paulrberg, I agree with your point of view. Please checkout my PR #137 as I have done exactly what's mentioned above in > 1. Improve the developer experience by...

@Eversmile12 let's have an option in the command-line so that user could choose if he wants to use npm/yarn1/yarn2

I think there are two possible ways, correct me if I'm wrong please. 1. we use such technique for `toBn` and `fromBn`: `return parseFixed(xs, decimals).toBigInt()` https://github.com/PaulRBerg/evm-bn/blob/bff6991c697150f2d387e0b591ce81d23efb8271/src/toBn.ts#L40 2. we rewrite the...

No worries @PaulRBerg, do let me know whenever you get time. I'll use a workaround for my task as of now. Thanks!