KyleTheUnityDev
Results
2
issues of
KyleTheUnityDev
console errors: (1) Assembly 'Assets/Plugins/Nethereum.HdWallet.dll' will not be loaded due to errors: Reference has errors 'NBitcoin'. (2) Assembly 'Assets/Plugins/NBitcoin.dll' will not be loaded due to errors: NBitcoin references strong named...
When using a string calldata parameter in a mint() function (e.g., mint(string calldata monsterName)) on a UUPS upgradeable contract, assigning the calldata string to storage (e.g., petName[tokenId] = monsterName) silently...
bug