Skip to content

Commit

Permalink
protocol security suggestions (#29)
Browse files Browse the repository at this point in the history
* protocol security suggestions

* Update project-ideas.md
  • Loading branch information
fredriksvantes authored Jun 5, 2024
1 parent 69bdee7 commit 0603525
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions projects/project-ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,30 @@ Research around the EVM, specifically (but limited to):
- https://github.com/ipsilon/eof/issues/113
- Extend Remix debugger to support EOF
- Extend Foundry debugger to support EOF


### Protocol Security

By fredriksvantes

#### Auditing/(Differential)Fuzzing
##### Networking
- devp2p (discv4, discv5, ENR, RLP, ...)
- libp2p
- JSON-RPC
##### Cryptography
- hashtree
- constantine
- (c,go,rust implementations of)kzg(peerdas)
##### Clients
- Grandine
##### Account Abstraction
- Bundlers
##### EIPs
- EOF
- 4444
- PeerDAS
- 7702 (txpool)
##### Languages
- Solidity compiler
- Vyper compiler

0 comments on commit 0603525

Please sign in to comment.