ethereum / c-kzg-4844

A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C.
Apache License 2.0
112 stars 105 forks source link

Rename Kzg to KZG in bindings #484

Closed jtraglia closed 1 month ago

jtraglia commented 1 month ago

This PR touches a lot of file, but it's pretty straightforward. Renames Kzg to KZG in the bindings. For consistency. I used find/replace to do this, so I'm pretty sure all of the instances are updated.

I'm afraid these changes might be too annoying for clients though.

jtraglia commented 1 month ago

I've changed my mind. I think this is too much. Closing.