-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why not publish the 17.0 version of ethabi-derive and ethabi-contract #275
Comments
This wasn't a conscious choice. However now in hindsight I would still say that all the development in this repository only concerned the main ethabi library. The other crates saw no changes so I am not sure if they need new versions. Do you think they should have new versions? |
If you have the following in your Cargo.toml |
This is a good point, and I think we should publish v17 |
I feel like I commented this in another issue already but we don't have the ability to publish the other crates on crates.io anyway. |
Quickly glancing over the code in the master branch, it looks like the versions are already fine. |
We don't have crates.io ownership over the other crates. This project was originally developed by Parity developers while some people from rust-ethereum give it life support now. When we moved ownership I think we simply forgot the other two crates and this is the first issue where anyone noticed. |
Ok, I understand. |
(Sorry for being too terse before.) We can try. The first ownership change was difficult because the person owning the crates on crates.io for Parity no longer works there (?) and has been hard to reach. I'm not sure if investing time into this is worth it because of the few people that use the non main ethabi crate and because those crates haven't received any updates except for the ethabi version bump. |
I see. The problem I have at the moment is, that I wanted to update a dependency in a completely different part of our software, and it led to an incompatibility here. Replacing ethabi-contract and ethabi-derive with something else could be quite an effort for little reward. |
You can try a
I think we can reach out. But as @vkgnosis said, I wouldn't hold your breath. |
Cool, using [patch] I could solve it for now. I never used that before. |
https://crates.io/crates/ethabi-contract
https://crates.io/crates/ethabi-derive
The text was updated successfully, but these errors were encountered: