Adam Fuller

Results 34 issues of Adam Fuller

As per https://github.com/austintgriffith/scaffold-eth/pull/237, error responses differ by network & wallet. The current solution mostly shows the raw error. Find a way to parse a prettier reason across networks for Metamask...

🐞 Bug-fix
🏗 Scaffold-eth Core

Walletconnect web3-provider is not able to find the latest block on xDai Demo app: https://codesandbox.io/s/walletconnect-network-testing-b852b Instructions: _Using a WalletConnect compatible wallet which can connect to xDai_ e.g. metamask mobile app...

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** If a subgraph handler calls a function that doesn't exist, the subgraph fails...

bug

From the Hosted Service monitoring, it appears that this metric is not showing up as expected. Despite the metric name, it _should_ work for Firehose-based, non EVM chains.

bug

Subgraph developers often want to initialise a specific state for their subgraph. Currently this needs to be done across handlers, or on the basis of some other trigger. TBD: could...

#2960 implemented filtering on the basis of child entities. This introduces sorting on the same entities. There are some constraints: - Sorting should only apply for 1:1 child entities -...

area/graphql

## Description - This introduces an example [ERC721 bridging implementation](https://eips.ethereum.org/EIPS/eip-721) - The base ERC721 contracts are slightly amended from OpenZeppelin's [latest implementation of the standard](https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/contracts/token/ERC721) - There is an assumption...

Was causing `node-gyp` errors on `yarn install`

IPFS file data sources based on files in directories (e.g. https://ipfs.io/ipfs/QmaXzZhcYnsisuue5WRdQDH6FDvqkLQX1NckLqBYeYYEfm/1.json) fail with the following error: ``` "fatalError": { "message": "Failed to parse multihash", } ``` Example mapping: ``` token.tokenURI...

offchain