Valentin

Results 4 issues of Valentin

The fixed-hash crate has been updated to use the dependency `arbitrary = "1.0"` about one year ago but no release has been created after this. This is a problem because...

release-new-version
cascading-mess

A solidity event like ``` event MyEvent(uint8, uint16, uint32, uint64, uint128); ``` is compiled into an artifact that has a list with these parameters with each one having an empty...

The ethabi crate in particular is important to the rust ethereum ecosystem but it has many outstanding issues and PRs which has caused it to for example be forked with...

Take a simple example like ```rust fn main() { let s = async_stream::stream! { for i in 0..3 { yield i; } }; } ``` in a new rust project....