yanmaani
yanmaani
It's not true that IPFS chronologically predates Filecoin; [according to Protocol Labs](https://protocol.ai/about/), the Filecoin whitepaper came out the same month as the IPFS one, and they came up with the...
My proposed solution: #43
Notes on review: - I did not attempt to run the code or the tests, whether to check if it gave an error or to check that it gave correct...
> @yanmaani Electrum commands [use Decimals, not floats](https://github.com/namecoin/electrum-nmc/blob/43a30798444e6d1852ad9c2083c96b7bf6ac3e32/electrum_nmc/electrum/commands.py#L1901-L1926). So there shouldn't be any issues with rounding. That's true *if* you enter it as a Decimal, as opposed to calling it...
It might also be good to have some option (true by default) to warn on nonstandard names, so nobody buys "example.bit," "D/example," or "d/példány" (as opposed to "d/example" or "d/xn--pldny-zqa7c")....
Not that I can remember, no. I have some code, I think the issue is either that I'm not done with the tests or that I haven't figured out a...
I agree with replacing `rand` for `salt`, because `rand` is strictly incorrect. I disagree with replacing `hash` for `commitment` because: 1. "commitment" is longer than "hash", and this is ugly....
Maybe so, but "hash" is not inaccurate, and "commitment" is less than 2.5x better.
@domob1812 Should I split this up into 2 PRs?
@domob1812 Right, I understand I'm supposed to use the LockCoin API, but even if I copy the code more or less verbatim I can't seem to get it to work....