Mirko
Mirko
## Description I'm grouping my tests using TEST_SUITEs and using **doctest_discover_tests** to register them with ctest. I want to run only some group of tests using ctest, which can be...
**Is your feature request related to a problem? Please describe.** I want to center my text both horizontally and vertically in a paragraph. **Describe the solution you'd like** Something similar...
The API playground is directly linked to whatever the spec is on `master`. This is an issue as users will use the release tag and presumably use the playground link...
**Is your feature request related to a problem? Please describe.** I'd love a shortcut for `git commit --fixup ` from within gitui. [Here](https://dev.to/koffeinfrei/the-git-fixup-workflow-386d) is an article describing a common use...
I suspect the answer is a custom macro or smart tests, but I'm hoping someone has a smarter idea. We have a large set of serde types which should in...
I am currently using `eth_getLogs` and will occasionally get rate limited. This would be indicated by an error code `429`. Judging by [this code](https://docs.rs/web3/0.17.0/src/web3/transports/http.rs.html#94), this currently gets "exposed" as an...
This has lost the persistance chunking, but we can easily add that back in.
Implement tracking sync for transactions and receipts. - [ ] Create a source similar to [`EventSource`](https://github.com/eqlabs/pathfinder/blob/main/crates/pathfinder/src/sync/track.rs#L150-L153). - [ ] Processing stage to verify hashes - [ ] Connect the plumbing
Implement the [event commitment verification](https://github.com/eqlabs/pathfinder/blob/1b89072749d3a24abf9bbb133fb9564513d5e7c5/crates/pathfinder/src/sync/events.rs#L157-L164) stage. The [existing implementation](https://github.com/eqlabs/pathfinder/blob/1b89072749d3a24abf9bbb133fb9564513d5e7c5/crates/pathfinder/src/state/block_hash.rs#L430-L457) is not quite suitable as it takes in a slice whereas we now have a `HashMap`. The latter has lost the...
Some prior discussion [here](https://github.com/eqlabs/pathfinder/discussions/1107). It would be nice if we can support the full transaction status flow. That is: 1. Received 2. L2 Accepted / Rejected 3. L1 Accepted Currently...