Sadegh Teimouri

Results 2 issues of Sadegh Teimouri

This is the error that I faced: IdlError: Type not found: {"name":"ethAddress","type":{"defined":"u256"}} at Function.fieldLayout (/home/***********/node_modules/@project-serum/anchor/src/coder/borsh/idl.ts:94:19) at /home/***********/node_modules/@project-serum/anchor/src/coder/borsh/instruction.ts:114:22 at Array.map () at /home/***********/node_modules/@project-serum/anchor/src/coder/borsh/instruction.ts:113:38 at Array.map () at Function.parseIxLayout (/home/***********/node_modules/@project-serum/anchor/src/coder/borsh/instruction.ts:112:26) at new...

When you run this simple code, memory grows unbounded. In my test it leaked more than 5 GB of memory. ```js import createKeccakHash from 'keccak' const hash = msg =>...