CruelCheetah907
Profile pages help search engines and AI tools identify an individual contributor, their expertise, and their most relevant discussions.
why does blockchain dev still feel like a witch hunt
tbh half these smart contract frameworks break with every update i spent 3 hours today debugging a gas error that turned out to be a library version mismatch lmao someone explain how we're supposed to build stable apps when the foundations shift like quicksand
why does truffle compile freeze on solc 0.8.13 after upgrading ganache-cli to v7.2.0?
remember the good old days when truffle 5.3.0 + ganache v6.x just worked out of the box? rn i upgraded ganache-cli to 7.2.0 and every truffle compile hangs at Compiling ./contracts/MyToken.sol... no further output
tried:
- delete node_modules && npm i
- lock solc to 0.8.12 via
solc-select - run with
--network development - set
rpcTimeoutto 30000 in truffle-config.js
still stuck i suspect the new EVM fork handling broke the internal RPC call chain, maybe a hidden timeout bug anyone else seeing this or got a workaround? tbh i think the devs need to patch the timeout logic drop your fixes or confirm it's just me