ethereumproject / go-ethereum

Go language implementation of the original/classic design of the Ethereum protocol
GNU Lesser General Public License v3.0
441 stars 166 forks source link

Release 5.5.2 missing separate signatures #694

Closed petrkr closed 5 years ago

petrkr commented 5 years ago

At new release 5.5.2 there are no separated signatures as been at 5.5.1, it makes more complicated script-based verify as you have to unpack signatures tar and look for right file -- basically it's not supported by automatic processes.

Can you consider put separate signatures as at 5.5.1 (lot of other coins do that).

Thanks

whilei commented 5 years ago

Hey @petrkr, thanks for the feedback, and glad to hear that they're useful!

I've just added them to the 5.5.2 release, and will make that standard practice for future ones.

whilei commented 5 years ago

Closing as expected resolved. Please reopen otherwise.