Tyler Smith
Tyler Smith
You are right, this is a bad API design. You should explicitly check that the mnemonic is valid with the provided utility functions. In v2 there will be no way...
Not sure when I'll have time to build this but I think it's both feasible and within scope. In your example, what is the `--mnemoniconly` flag doing? Or rather, what...
The vendor's node would need to do the publishing, but there's no reason the server shouldn't be able to periodically check for new reviews and publish.
@JustinDrake Yeah it will need to be updated as well. I've created an issue for it https://github.com/OpenBazaar/openbazaar-go/issues/304
I also think this is a good thing.
I'm wondering what kind of support there is for doing this. I'm on a Rails 2.3 app and about to implement Elastic. Tire by far seems to the best option,...
Certainly purposefully keeping 2.3 support is probably unnecessary at this point, however it would be nice to have Tire a bit more modular and not require rails at all for...
This memory optimization is broken. I haven't been able to dig in and figure out exactly _how_ yet, but it's producing invalid proofs for `t > 10_000_000`. Example: ``` ~>...
This fixes https://github.com/OpenBazaar/OpenBazaar-Server/issues/521
Creating a systemd script is the correct IMO. But I don't personally know much about it. Try changing `ExecStart=/usr/bin/python ./openbazaard.py start -d -a $IP` to `ExecStart=/usr/bin/python ./openbazaard.py start -d -a...