Harry Anderson

Results 3 issues of Harry Anderson

Hi there! How can I modify the list of commands available under 'RustDebuggables' for example passing project-specific arguments to cargo and environment variables? I'm following the config described in [a...

enhancement
good first issue

I used the sample application (SPM) to scan an Australian ePassport Issued 2023 and found Passive Authentication succeeds while Active Authentication fails with the following error printed in the session...

Hi there, I am trying to estimate the gas of transferring an ERC20 token using the [contract method](https://docs.rs/web3/latest/web3/contract/struct.Contract.html#method.estimate_gas): ```rust let res = contract .estimate_gas( "transfer", params, public_key, Options::default(), ) .await;...