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
Could a recent version of alloy be published on crates.io?
Additional context
The version available on crates.io give the impression that alloy is a project that is just starting and not usable. This is the wrong impression as I could use it for my needs.
An additional problem is that crates.io is a closed system. You cannot publish a crate if it depends on a crate which is not on crates.io. So the lack of publishing has functional consequences.
The problems that I see are the following:
The alloy (see https://crates.io/crates/alloy) has a fixed version 0.1.0 and there is no pointing GitHub repository.
The alloy-provider (see https://crates.io/crates/alloy-provider) is marked as 0.1.0 and updated 5 days ago, yet only one version is indicated and there is again no pointing GitHub repository.
The alloy-rpc-types (see https://crates.io/crates/alloy-rpc-types) is marked as v0.0.0-reserved. Which is a little bit unfortunate because there is a rpc-types-eth in alloy.
The text was updated successfully, but these errors were encountered:
Our company have ended up starting a big project using ethers because a combination of factors made it appear that alloy is A LOT less mature than it actually is.
Component
rpc
Describe the feature you would like
Could a recent version of
alloy
be published oncrates.io
?Additional context
The version available on
crates.io
give the impression thatalloy
is a project that is just starting and not usable. This is the wrong impression as I could use it for my needs.An additional problem is that
crates.io
is a closed system. You cannot publish a crate if it depends on a crate which is not oncrates.io
. So the lack of publishing has functional consequences.The problems that I see are the following:
alloy
(seehttps://crates.io/crates/alloy
) has a fixed version0.1.0
and there is no pointing GitHub repository.alloy-provider
(seehttps://crates.io/crates/alloy-provider
) is marked as0.1.0
and updated 5 days ago, yet only one version is indicated and there is again no pointing GitHub repository.alloy-rpc-types
(seehttps://crates.io/crates/alloy-rpc-types
) is marked asv0.0.0-reserved
. Which is a little bit unfortunate because there is arpc-types-eth
inalloy
.The text was updated successfully, but these errors were encountered: