issues
search
openmina
/
mina-network-debugger
4
stars
2
forks
source link
As a developer I want to store decrypted Mina traffic in database and provide http access to it
#2
Open
vlad9486
opened
2 years ago
vlad9486
commented
2 years ago
[x] Define data schema and rust structures
[x] Define secondary indexes to be able to filter and search
[x] Define HTTP interface
[x] Use database (sled or rocksdb) to store everything on the fly
[x] Implement HTTP server
[x] Add tests for BPF part. Make sure BPF intercepts all network activity of the application.
[ ] Add tests for database and HTTP interface. Make sure all parameters and filters work as expected.
vlad9486
commented
2 years ago
4