Sebastjan Trepca

Results 21 comments of Sebastjan Trepca

I setup a fresh Ubuntu 19.04 on Digital Ocean with `apt-get install build-essential llvm clang`, installed with rustup nightly and still not working. I got a ```Caused by: process didn't...

great, that works, even natively on MacOS

@joshpainter thanks for reporting and well done doing a deep dive into the wallet code. Indeed, what you propose with `set_status` is roughly what we're currently working on. Hopefully can...

@joshpainter can you try https://github.com/Chia-Network/chia-blockchain/pull/14722 and see if it fixes the problem

@joshpainter interesting, do you see any WARNING or ERROR entries in logs?

@richardkiss is this still being worked on?

lgtm 👌 (I missed the requirement for messages to be consumed before)

might be helpful https://pari.math.u-bordeaux.fr/archives/pari-users-1602/msg00017.html

@arvidn what would you recommend for analysing rust code? cargo audit?