You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Perhaps we just start with artemis-core as the namespace is available on crates.io. At the workspace level, all the deps are free of git 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.
The text was updated successfully, but these errors were encountered:
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.
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?
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.
The text was updated successfully, but these errors were encountered: