Revert
Everything on SkillVeris tagged Revert — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Study Notes(2)
Error Handling with require, revert, assert
Solidity handles errors by reverting state changes. Learn when to use require for input validation, revert with custom errors for gas-efficient failures, and a…
git revert vs git reset
Two different ways to undo changes in Git — revert creates a new commit that inverses a prior one, while reset moves the branch pointer and rewrites history —…