Marshall

Results 25 comments of Marshall

Arch is not a fully supported OS unfortunately, so the package and tooling is not done by us. We only run the build and full-test-suite in CI for now.

IIRC, a community member maintains the above packaging for arch

I'm going to check out the cross compile issues I found in pyinstaller. Otherwise the core logic of this appears stable across platforms. Feedback is welcome. I hope to update...

@rex4539 Updated PR per comments. Added some clean up to ipfs routine to make it more stable/formal. Ty @benzcash for review Minus some squashing and minor string cosmetics, hope this...

FWIW, perhaps we use https://github.com/hsanjuan/ipfs-lite if IPFS daemon is pain point for users. (UPDATE: Initial tests show that the above tool is slow and might not be useful)

@charlieok or @rex4539 if it is possible for a final MacOS test after cleanup it would be greatly appreciated. I will verify on Windows one more time, but the Linux...

Tested ACK on Windows, after above deadlock issues was found

Just remember what I did not address in this ticket but Str4d and I had spoke about long ago. `pyinstaller --onefile fetch-params.py` This will allow the fetch-params.py to be bundled...

@daira Agree. Do we have any requirements on the status provided to the user during each download? If it is fine with core, I'd like to remove the cosmetics and...

@dannasessha If you have docker you can sanity check the build against our CI image: ```docker pull electriccoinco/zcashd-worker-archlinuxv2``` I do recall some annoying issues on certain versions of ARCH, but...