Cardinal
Cardinal
I have the same issue Failed to create database: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'
> @MariusVanDerWijden is it correct that Geth currently doesn't surface custom revert messages in call/gas estimation? Could you please elaborate a bit on that want to be sure. Does this...
But just plain eth_call will output nothing 
> Are there plans to support this anytime soon? Took me a while to figure out what was happening, and seems like our only option is to revert to more...
If you are using hh deploy you can save previously deployed contracts with pattern like this ``` // Token code const Token = await ethers.getContractFactory('TestToken'); const token = await Token.deploy();...
PR for this is here https://github.com/graphprotocol/mission-control-curator/pull/166
Idea was to have category for blokchain dev tool projects, like truffle, eth-scaffold, buidler etc
This would be needed on directories mostly. For example, if you upload a webpage it is a directory, if you upload NFTs it is a directory etc Doing just for...
> I second @nugaon 's comments and wonder why you removed the stake struct lookup to prevent repeated map lookups I made response on this earlier but seems it been...
> First, is there going to be a migration of the existing stakes from overlay-based to owner-based? > > And if so, has anyone given thought (or better yet, a...