ethereum / evmc

EVMC – Ethereum Client-VM Connector API
https://evmc.ethereum.org
Apache License 2.0
348 stars 310 forks source link

Fix rust bindings generation #707

Closed iamyulong closed 8 months ago

iamyulong commented 8 months ago

Description

This PR fixes two issues with the rust bindings:

Testing

I've run cargo test for the whole workspace and cargo build for the example-rust-vm.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.49%. Comparing base (f89284f) to head (544fece).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #707 +/- ## ======================================= Coverage 93.49% 93.49% ======================================= Files 25 25 Lines 3861 3861 Branches 396 396 ======================================= Hits 3610 3610 Misses 139 139 Partials 112 112 ```
chfast commented 8 months ago

Oh great. This explains why I'm also seeing this problems locally...