Roman Zeyde

Results 503 comments of Roman Zeyde

OK, thanks @antonilol! I'll merge this PR, and let's continue running it to see how it goes :)

> Should I first uninstall `cargo` with `sudo apt purge cargo` or just install rustup with `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`? Yep, let's try to uninstall first,...

> Success! > ` Finished release [optimized] target(s) in 602m 50s` > Thank you for your help! Cool, happy to help :)

> Can you tell me if this option is valid as it takes way less time to compile on Odroin N2? It should be possible if both platforms use the...

Got it - it indeed may fail due to some missing dependencies... Could you try and see if it works? :)

It's possible that those warnings are related to #985.

@OvoNemaSmisla Please try https://github.com/romanz/electrs/pull/997 - it should help with mempool sync issues.

> Success! ` Finished release [optimized] target(s) in 602m 50s` Thank you for your help! Closing :)

Good catch, thanks! Please open a PR :)

I used [inheritance](https://docs.python.org/3/tutorial/classes.html#inheritance) to re-use TREZOR agent implementation with KeepKey class.