Frontier

Results 24 comments of Frontier

Hi @MarkuSchick , great to see progress on this - is there a timeline for when we can get this reviewed?

Hi @MarkuSchick, @feuGeneA -- can we get a new hardhat-vyper release pushed to npm given this fix? Much appreciated!

Stumbled upon this same issue, and for now manually updated the typechain *__factory.ts files such that: ``` const _abiNoGas = _abi.map( (element) => { const {["gas"]: _, ...withoutGas } =...

@krzkaczor thoughts on a proposed solution? https://github.com/dethcrypto/TypeChain/pull/711 This fixes for me locally. @penandlim would you be able to test? Can git clone this branch: https://github.com/frontier159/TypeChain/tree/feature/exclude_gas_from_abi And then in your project...

> This looks reasonable. I am personally not a huge fan of custom errors and furthermore, ethersjs support is kinda minimal but the PR looks good! @krzkaczor out of interest...

Also noticed this @Philogy @mattsse. With `RUST_LOG=etherscanidentifier`, it spews out a huge amount of logs and hits etherscan rate limits. ``` 2024-03-26T21:53:14.060910Z TRACE etherscanidentifier: fetching info for 0x7109709ecfa91a80626ff3989d68f67f5b1dd12d 2024-03-26T21:53:14.060922Z TRACE...

Thanks for the lib - this is awesome. Would be great if these docs could list known uses too. It's noted that this hasn't been audited, but perhaps it has...

Oh nice - new gh feature unlocked :-) When will the gh dependencies track forge installs :-P