sudo rm -rf --no-preserve-root /

Results 174 comments of sudo rm -rf --no-preserve-root /

@cameel could you please remove the `stale` label? I'm concerned that otherwise this issue will be closed.

This is still relevant. Please don't close.

This is still relevant. Please don't close.

This is still relevant. Don't close.

@tangpin213 the Iron Finance attack is a little special, you can read about it [here](https://thedefiant.io/not-just-a-bank-run-new-evidence-shows-iron-finance-crashed-due-to-code-exploit). It's debatable whether to list it as a pure reentrancy attack or not since it...

Since [EIP-1153](https://eips.ethereum.org/EIPS/eip-1153) is confirmed to be included in the upcoming Cancun-Deneb upgrade, we now have transient opcodes at hand that can 'easily' be used to disable reentrancy by default. I...

For anyone that wants a simple solution, for my [Hardhat template](https://github.com/pcaversaccio/hardhat-project-template-ts) that integrates Foundry as well, I have the following folder structure: ```ml ├─ contracts ├─ lib ├─ src ├─...

Since I just recently implemented the `ERC1155` token in Vyper I was also considering this option but I would like to share a big caveat here (not sure whether this...

awesome - thx for the link. So am personally not aware of any `ERC1155` contract which would be close enough to exceed the total supply of `2**256-1`. Maybe it's time...

> so users can make an informed decision I wish this was true - how many times will people simply go to OpenZeppelin Wizard, and enable "Supply Tracking" because they...