Open Autoparallel opened 11 months ago
Hi, I'm the maintainer of opensea-stream
which is on crates.io.
I believe the only change made in the fork is that ethers
is bumped to 2
now. I've been preparing a release which matches this and adds a few more message types that OpenSea has since added.
Should be ready in a few days!
Circling back on this as it now seems possible and is somewhat related to #64. @FrankieIsLost are you actively maintaining or is this delegated?
One last thing before I cut a release: I believe OpenSea has made themselves available on lots of chains nowadays. Does anyone know a full list of what is supported in their Stream API?
https://github.com/wanderers-nft/opensea-stream-rs/blob/master/src/schema.rs#L180
A link or PR would be super welcome! Would like to include more chains if possible.
Idea
It would be great to get the artemis crates hosted on crates.io to make downstream package management more easy and to make downstream packages also able to host on crates.io.
@FrankieIsLost what do you think?
Starting Point
Perhaps we just start with
artemis-core
as the namespace is available on crates.io. At the workspace level, all the deps are free ofgit
hosted crates. This means we need to swap out:opensea-stream
(this one is your crate, Frankie and I haven't gone into depth here to see if this can be done easily).ethers-flashbots
this can be swapped immediately.Feedback
I am happy to help you get this done. Just let me know if I can be of help. As a side benefit, we could consider using release-plz for version control and deployment.