0xEvan
0xEvan
Hello, I recently added some code into my python-sc2 library based bot and when banshee cloak started to research, my starport lifted up but cloak continued to research and eventually...
What do you think is missing? Univ3 subgraph does not track the tick at at per swap level. It only shows the most recent tick for all historical swaps. Describe...
What do you think is missing? Univ3 subgraph does not track totalLiquidity and activeLiquidity at a per swap level. It only shows the most recent tick for all historical swaps....
- extracted `test_swap_sim` test into an example file - write docs for sync and pool
Ideally all logs should not be manually parsed but should be handled with EventFilters generated through abigen. Currently [`new_from_event_log`](https://github.com/0xKitsune/cfmms-rs/blob/292d87af23e372a576b0cc9e24fef947f16b82a3/src/pool/uniswap_v3.rs#L98) is a function used for parsing, which does not handle EventFilters...
https://api.thegraph.com/subgraphs/name/sushiswap/exchange/graphql?query=query+MyQuery+%7B%0A++swaps%28%0A++++first%3A+100%0A++++orderBy%3A+timestamp%0A++++orderDirection%3A+desc%0A++++where%3A+%7Bpair_in%3A+%5B%220x69b81152c5a8d35a67b32a4d3772795d96cae4da%22%5D%7D%0A++%29+%7B%0A++++pair+%7B%0A++++++reserve0%0A++++++reserve1%0A++++%7D%0A++++timestamp%0A++%7D%0A%7D reserve0, reserve1 are the same values over multiple swap data which is wrong
Installing cryo doesn't directly require `pyarrow` to be installed even though its using the `pyarrow` standard. Here is the error message result: ```thread 'tokio-runtime-worker' panicked at 'pyarrow not installed: PyErr...
Problem - unable to directly reference protobuf files in the mev-commit repository here - https://github.com/primev/mev-commit/tree/v0.5.1/p2p/gen/go/bidderapi/v1 ```could not import github.com/primev/mev-commit/tree/v0.5.1/p2p/gen/go/bidderapi/v1 (no required module provides package "github.com/primev/mev-commit/tree/v0.5.1/p2p/gen/go/bidderapi/v1")compiler[BrokenImport](https://pkg.go.dev/golang.org/x/tools/internal/typesinternal#BrokenImport)``` Need to download the entire...
Integrate this api feature to determine whether a validator is also a mev-boost validator. Motivation is that bidders could also be OK submitting bids during a mev-boost validator slot. https://flashbots.github.io/relay-specs/#/Builder/getValidators
Experience - The bidder script is prematurely exiting without closing down the bidder node. This requires `ps aux | grep mev-commit` -> kill to be used to end the bidder...