ZrowGz
ZrowGz
Issue Type: Feature Extension Name: solidity Extension Version: 0.0.139 OS Version: OSX 12.4 VS Code version: 1.69.2 *A suggestion for a feature:* When there are unimplemented functions causing a contract...
Ledger Live is displaying the incorrect token value for an asset, mixing up one for the other: Correct token held within the wallet BondedFinance ($BOND), Contract: 0x5dc02ea99285e17656b8350722694c35154db1e8 Current token price:...
Updated contracts throughout compound protocol, building on the work done by equilibria-xyz's CToken Cleanup that was merged: Update error handling to modern standards for solidity v0.8.10 Reduce the gas costs...
The script currently uses `TransparentUpgradeableProxy` type when deploying a UUPS Proxy. `https://github.com/odyslam/foundry-upgrades/blob/6bf12c9919ce7e43e7a4d235335c59281275c913/src/utils/DeployProxy.sol#L125` Is there a reason you don't utilize the UUPSUpgradeable type? `openzeppelin-contracts-upgradeable/contracts/proxy/utils/UUPSUpgradeable.sol` This would be similar to how I'm...
What command did you run to get this to correctly install into the separate lib directory? It keeps installing as a directory within lib, which isn't helpful, even with the...
### Component Cast ### Describe the feature you would like Add a flag to: `cast send "foo()" like `--txn-trace` and/or `--txn-hash` that will display a trace or the transaction hash...