rust-ethereum / ethabi

Encode and decode smart contract invocations
Apache License 2.0
517 stars 186 forks source link

new release? #252

Closed gakonst closed 2 years ago

gakonst commented 2 years ago

It'd be nice if we could cut a new release for us to support downstream in ethers-rs / foundry. Would encourage @nlordell or @vkgnosis to join either the foundry or ethers chatrooms so that we can have a more direct point of contact - if possible!

nlordell commented 2 years ago

I'm not sure I have cargo publish permissions and @vkgnosis is on vacation 😢. I'll see what I can do.

nlordell commented 2 years ago

@gakonst Just to set expectations - the release will likely only be possible in January once @vkgnosis is back from vacation. Maybe you have contact with other crate owners that can do the crates.io release for us?

nlordell commented 2 years ago

Created a PR to bump Cargo versions so that once we have someone with release access they can just cargo publish: https://github.com/rust-ethereum/ethabi/pull/253.

gakonst commented 2 years ago

I think @debris or @vorot93 may be able to help?

Is there no way to call @vkgnosis so that they add you or me to have publish rights?

gakonst commented 2 years ago

@ordian are you perhaps around? could you please help us out with the above (we need to publish a new ethabi version)?

ordian commented 2 years ago

@gakonst I have published v16.0.0 from the current master for ethabi, ethabi-derive, ethabi-contract, ethabi-cli. Added cargo owner --add nlordell for ethabi, but for other packages I'm not able to.

gakonst commented 2 years ago

THANK YOU. Appreciate the quick turnaround.

elpiel commented 2 years ago

Hello, Is it possible to also add a Changelog for 0.16?