Tomás Migone

Results 84 comments of Tomás Migone

Hey any update on this topic? The project looks amazing but I'd rather not be locked to nodejs only.

I haven't been involved much with local-ui recently, regardless, here are my 2c... **WAN disconnected** Wether or not we have internet access. This is useful information! I feel like we...

Hey, we needed something like this so we ended up building it into a hardhat plugin: https://github.com/edgeandnode/hardhat-secure-accounts. It's still early stages and will keep improving it but we've been using...

Any news regarding this feature @Gerrit0? thanks for the tool btw it's awesome

@chrisys I don't think that would be an issue, unless I'm not understanding you correctly. If anything, it could conflict with the `mqtt` service that is already in place, right?...

Hey @marhoy, thanks for the contribution! I know it's been some time now but I've just tested your WPE images. My testing report is as follows: - For Raspberry Pi...

https://github.com/graphprotocol/contracts/pull/704 cherry picks commits from here into `pcv/l2-bridge`. Follow up PR will get the reservoir changes into the `drip-rewards` branch

Looks like the leading zeros are being removed by `function toString(uint256 value)` [here](https://github.com/graphprotocol/contracts/blob/acd68797522bcd1f44624027413d6005ac74ce06/contracts/libraries/HexStrings.sol#L11). This in turn means that `tokenURI` returns a truncated IPFS hash (`ipfs://0x00de4b0939985d32d8241c279800b133e4d75c76ee913d035b3e5f2baf922cb7` instead of `ipfs://0xde4b0939985d32d8241c279800b133e4d75c76ee913d035b3e5f2baf922cb7`). This bug...