Web3 Security Bug Deep Dive #1 - CapMoney
CapMoney, just like Aave, is a lending/borrowing protocol. Just like every other similar protocol, when an asset is paused, deposits, withdrawals, and borrowing are blocked, but liquidations and repayments should remain open.
Now the problem is that ...
bourdillion.hashnode.dev2 min read
Umang Suthar
Driving the evolution of AI from the cloud to the chain.
These zero-value internal calls are exactly where paused-state logic quietly breaks. Great reminder to trace every call path, not just the main flow. Solid write-up.