|
11 | 11 | - [EVM Opcode Reference](./learn_evm/evm_opcodes.md) |
12 | 12 | - [Transaction Tracing](./learn_evm/tracing.md) |
13 | 13 | - [Yellow Paper Guidance](./learn_evm/yellow-paper.md): |
14 | | - - [Forks and EIPs](./learn_evm/eips_forks.md) |
15 | | - - [Forks and CIPs](./learn_evm/cips_forks.md) |
16 | | - - [Upgrades and TIPs](./learn_evm/tips_upgrades.md) |
17 | | - - [Forks and BEPs](./learn_evm/beps_forks.md) |
| 14 | + - [Forks <> EIPs](./learn_evm/eips_forks.md) |
| 15 | + - [Forks <> CIPs](./learn_evm/cips_forks.md) |
| 16 | + - [Upgrades <> TIPs](./learn_evm/tips_upgrades.md) |
| 17 | + - [Forks <> BEPs](./learn_evm/beps_forks.md) |
18 | 18 | - [Not So Smart Contracts](./not-so-smart-contracts/README.md) |
19 | 19 | - [Algorand](./not-so-smart-contracts/algorand/README.md) |
20 | 20 | - [Rekeying](./not-so-smart-contracts/algorand/rekeying/README.md) |
|
93 | 93 | - [Exercise 8](./program-analysis/echidna/exercises/Exercise-8.md) |
94 | 94 | - [Manticore](./program-analysis/manticore/README.md) |
95 | 95 | - [Introduction to Symbolic Execution](./program-analysis/manticore/symbolic-execution-introduction.md): |
96 | | - - [Running with Manticore](./program-analysis/manticore/running_under_manticore.md) |
97 | | - - [Finding Throwing Paths](./program-analysis/manticore/getting_throwing_paths.md) |
98 | | - - [Adding Constraints](./program-analysis/manticore/adding_constraints.md) |
| 96 | + - [Running with Manticore](./program-analysis/manticore/running-under-manticore.md) |
| 97 | + - [Finding Throwing Paths](./program-analysis/manticore/getting-throwing-paths.md) |
| 98 | + - [Adding Constraints](./program-analysis/manticore/adding-constraints.md) |
99 | 99 | - [Exercises](./program-analysis/manticore/exercises/README.md) |
100 | 100 | - [Example](./program-analysis/manticore/exercises/example.md) |
101 | 101 | - [Exercise 1](./program-analysis/manticore/exercises/exercise1.md) |
|
0 commit comments