Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 7 additions & 19 deletions encyclopedia-of-common-solidity-bugs/README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,20 @@
---
description: Every known common solidity bug
Description: Every known common solidity bug
---

# 📚 Encyclopedia of Common Solidity Bugs

## Known Bugs

{% content-ref url="division-precision-loss.md" %}
[division-precision-loss.md](division-precision-loss.md)
{% endcontent-ref %}
- [division-precision-loss.md](division-precision-loss.md)

{% content-ref url="unexpected-panic-revert.md" %}
[unexpected-panic-revert.md](unexpected-panic-revert.md)
{% endcontent-ref %}
- [unexpected-panic-revert.md](unexpected-panic-revert.md)

{% content-ref url="matching-to-from-addresses.md" %}
[matching-to-from-addresses.md](matching-to-from-addresses.md)
{% endcontent-ref %}
- [matching-to-from-addresses.md](matching-to-from-addresses.md)

{% content-ref url="forget-to-update-parallel-data-structures.md" %}
[forget-to-update-parallel-data-structures.md](forget-to-update-parallel-data-structures.md)
{% endcontent-ref %}
- [forget-to-update-parallel-data-structures.md](forget-to-update-parallel-data-structures.md)

{% content-ref url="lack-of-success-checks.md" %}
[lack-of-success-checks.md](lack-of-success-checks.md)
{% endcontent-ref %}
- [lack-of-success-checks.md](lack-of-success-checks.md)

{% content-ref url="lack-of-access-control.md" %}
[lack-of-access-control.md](lack-of-access-control.md)
{% endcontent-ref %}
- [lack-of-access-control.md](lack-of-access-control.md)