zingolabs / zingolib

An API and test-app that exposes zcash functionality for app consumption
MIT License
14 stars 21 forks source link

update rust toolchain version #1329

Closed fluidvanadium closed 2 weeks ago

fluidvanadium commented 3 weeks ago

new rust drop! i followed suggestions from rustc, clippy, and fmt

zancas commented 3 weeks ago

I am still seeing CI failures on this.

fluidvanadium commented 3 weeks ago

these screenshots show that this update changes how value transfers are understood. the value transfer data transformation is... arcane

before 1724101763 after 1724101748

zancas commented 2 weeks ago

These test failures could be explained by this known bug in clippy 1.79:

https://github.com/rust-lang/rust-clippy/issues/13170