Richard Patel
Richard Patel
## Description Intel CET ("Control-flow Enforcement Technology") is a technology that aims to defend against exploitation techniques that rely on taking over control-flow like ROP. It is a relatively recent...
### Issue to be solved It would be great to have GitHub Actions create release builds & tarballs like the upstream Solana repo. Then publish them to GitHub Release artifacts...
- [x] Mark this if you consider it ready to merge - [ ] I've added tests (optional) - [ ] I wrote some lines in the [book](https://github.com/radareorg/radare2book) (optional) **Description**
Rewrite `model.go` and `server.go` to use https://github.com/simon987/task_tracker Progress: - [ ] Auth - [ ] Get task - [ ] Upload task - [ ] Finish task - [ ]...
SQLite is just too slow, even when configuring it to do multi-threaded (WAL) insertion. It currently takes multiple hours to load a full snapshot into SQLite. Experiments have shown that...
As title says. Current unpack is single-threaded.
This tool should be able to report slot numbers of updates to Geyser.
The ETL tool currently unpacks AppendVecs in an arbitrary order. This is problematic because snapshots may contain multiple updates for a single account at different slot heights. The only way...
Document CLI and library usage in README
Publish load time for the following use-cases. - [ ] Extract unpacked snapshot, load token accounts into SQLite3 - [ ] Extract snapshot archive, load token accounts into SQLite3 -...