@danfinlay@zerion Do both extensions work independently when both are enabled? I've run into issues with extensions that compete with underlying functionality (e.g., fireblocks) which don't do this, though I sort of wish they would because the connection doesn't work unless I disable metamask.
In theory, if `foundry install` supported sparse-checkout and/or reference-if-able magic, you could *probably* conjure up some monstrosity that was capable of doing this in a way that didn't also mean you have to manage your own console.sol implementation.
This is super hacky/fragile though, so I wouldn't recommend it. Fun thought experiment though.
ReFi Summit is coming up next week in Seattle🗓️
🌎May 24th: Nori’s @paulgambill is speaking on the Carbon Innovation panel
🛠️May 25th: Join our coding workshop ‘Building a Carbon Removing dApp’ led by @jaycenhorton and @patrick_nori
Learn more: https://t.co/q8zqfwkvRg
@muellerberndt@OpenZeppelin IMO the way to think about GPT-based auditing is to think about it in terms of continuous code review (e.g., a CI check) instead of a final stamp of approval.
Would love to see this kind of thing automated!
@maurelian_ Couple issues for me:
1) haven't been able to get scripts to work with a hardware wallet (permit signing specifically)
2) haven't been able to get scripts to work with an mpc signer (fireblocks) like we can in hardhat
We’re thrilled to announce the launch of Nori’s Web3 Marketplace — an upgrade for our ecosystem & a pivotal step for our mission of scaling carbon removal to reverse climate change.
🎉🚀🌎👇
To celebrate Nori’s 5th birthday, we’re hosting a Co-founder AMA session in Nori’s Discord!
Join Co-founders @paulgambill, @CleanEnergyGrl, @jaycenhorton, and Ross Kenyon tomorrow, Oct. 5th, at 12-1pm PT.
👉https://t.co/Qa1EbhmxBX
@0xkarmacoma@shahruz Foundry tests are just going to mask the issue in this case though. If you depend on the return value in the browser/server, you'll run right back into this issue☹️
This is one of few remaining use cases of a JS test for contracts as it IDs this before you need it client side