Joshua

Results 5 issues of Joshua

### Problem Let's assume I have a solidity contract with the following code ```solidity struct InputParams { uint256 value1; uint256 value2; } function doCalc(InputParams calldata params) external returns (uint256 result);...

enhancement
p2

### Description I have this code ```typescript async function approveTokenAllowanceWithChecks(client:Client, ownerId:AccountId, spenderId:ContractId, tokenId:TokenId, tokenAllowanceTiny:BigNumber) { //Docs: https://mainnet-public.mirrornode.hedera.com/api/v1/docs/#/accounts/listTokenAllowancesByAccountId const params = `spender.id=${spenderId}&token.id=${tokenId}`; const url = `${config.mirrorNodeBaseUrl}/api/v1/accounts/${ownerId}/allowances/tokens?${params}`; const response = await axios.get(url);...

bug

We have a person that does all documentation for our software and this documentation is on the web on staging / development server behind the company firewall. This documentation was...

### Problem Typically with a Smart Contract execution error, I fetch the actual error from error_message value from `/api/v1/contracts/results/transaction_id`. Typically it starts with 0x and is greater than 10 characters...

enhancement
web3
limechain

### Description DexScreener have been running into an issue using JSON RPC using ethers. They've passed this on to us to report here. The following code resulted in a 'invalid...

bug
parser