scs / substrate-api-client

Library for connecting to substrate API over WebSockets
Apache License 2.0
260 stars 124 forks source link

Nightly build failing #804

Closed Niederb closed 2 months ago

Niederb commented 2 months ago

The nightly build is currently failing due to incompatible types. I had a quick look and it seems to be because currently two versions of the ethereum-types crate (0.15.1 and 0.14.1) are used and these in turn use different versions of the primitive-types crate (0.12.2 and 0.13.1). Did not investigate further for now. Maybe it will also solve itself in a couple of days.

Niederb commented 2 months ago

The build is passing again. I assume it was solved thanks to some releases of dependencies.