rust-ethereum / ethabi

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

Add Serialize to Logs #268

Closed Genysys closed 2 years ago

Genysys commented 2 years ago

This change is required in order to be able to Serialize events into json as per https://github.com/foundry-rs/foundry/issues/1432.

Genysys commented 2 years ago

Thanks alot for guiding through this issue @vkgnosis . Would it be possible to have a new release so we can use this dependency?