You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: not-so-smart-contracts/substrate/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,16 @@ Each _Not So Smart Pallet_ includes a standard set of information:
16
16
17
17
| Not So Smart Pallet | Description |
18
18
| --- | --- |
19
-
|[Arithmetic overflow](./arithmetic_overflow/README.md)| Integer overflow due to incorrect use of arithmetic operators |
20
-
|[Don't panic!](./dont_panic/README.md)| System panics create a potential DoS attack vector |
21
-
|[Weights and fees](./weights_and_fees/README.md)| Incorrect weight calculations can create a potential DoS attack vector |
22
-
|[Verify first](./verify_first/README.md)| Verify first, write last |
23
-
|[Unsigned transaction validation](./validate_unsigned/README.md)| Insufficient validation of unsigned transactions |
24
-
|[Bad randomness](./randomness/README.md)| Unsafe sources of randomness in Substrate |
25
-
|[Bad origin](./origins/README.md)| Incorrect use of call origin can lead to bypassing access controls |
19
+
|[Arithmetic overflow](arithmetic_overflow)| Integer overflow due to incorrect use of arithmetic operators |
20
+
|[Don't panic!](dont_panic)| System panics create a potential DoS attack vector |
21
+
|[Weights and fees](weights_and_fees)| Incorrect weight calculations can create a potential DoS attack vector |
22
+
|[Verify first](verify_first)| Verify first, write last |
23
+
|[Unsigned transaction validation](validate_unsigned)| Insufficient validation of unsigned transactions |
24
+
|[Bad randomness](randomness)| Unsafe sources of randomness in Substrate |
25
+
|[Bad origin](origins)| Incorrect use of call origin can lead to bypassing access controls |
26
26
27
27
## Credits
28
28
29
29
These examples are developed and maintained by [Trail of Bits](https://www.trailofbits.com/).
30
30
31
-
If you have questions, problems, or just want to learn more, then join the #ethereum channel on the [Empire Hacking Slack](https://empireslacking.herokuapp.com/) or [contact us](https://www.trailofbits.com/contact/) directly.
31
+
If you have questions, problems, or just want to learn more, then join the #ethereum channel on the [Empire Hacking Slack](https://empireslacking.herokuapp.com/) or [contact us](https://www.trailofbits.com/contact/) directly.
0 commit comments