- 13 Apr, 2020 1 commit
-
-
Patrick Elsen authored
Change-Id: Ib1c5da7008666c1f8fb10ca7fe529f0454c10a9a
-
- 19 Mar, 2020 1 commit
-
-
Adrien Béraud authored
Change-Id: I5741f072e11057d94a84540df4a6bbf67a0df125
-
- 10 May, 2019 1 commit
-
-
Adrien Béraud authored
Change-Id: I521f2bf3370815ec572e4837c0ab237a156e4a31
-
- 09 May, 2019 1 commit
-
-
Adrien Béraud authored
Change-Id: Iadc8ac18d37817d0ebed7480466ba6d46c133574
-
- 05 Mar, 2019 1 commit
-
-
Félix Sidokhine authored
The public-key and signature can now be POSTed at time of registration These are validated by server before posting to blockchain, and can be retrieved by users for validation on their local machines as well Added appropriate HTTP codes as well Modified contract to store and retrieve these values and various scripts (server, batch reading/writing) to handle these new values Change-Id: Iddcaa00ab0d7068cea6d578489eacb89e8354b7c
-
- 29 Sep, 2018 1 commit
-
-
Adrien Béraud authored
Change-Id: Ic80266a6243e092ac77b5da916304c443860b752
-
- 19 Jun, 2018 1 commit
-
-
Asad Salman authored
also modified read_names.js to write a list of objs instead of writing on object with all names as key/value pairs extended write_names.js to parallelize batch registry, cleanup and more error checking Change-Id: I2d6b509cc65b453f4efc88f997b2c5faf99d8b02
-
- 07 Sep, 2017 1 commit
-
-
Asad Salman authored
Change-Id: I40bbc8a919c18e71646543cdf3200ce100d66915
-
- 02 Aug, 2017 2 commits
-
-
Adrien Béraud authored
Change-Id: I9bc1f117ae86876f53795a174c5838a8af2fb97b
-
Adrien Béraud authored
Recent Web3 versions are more restrictive and don't accept trailing whitespace or newlines. Trim String address before giving them to Web3. Change-Id: I32dc963247af4b71182b4f0b5862bfabcc588c89
-
- 17 Jul, 2017 1 commit
-
-
Adrien Béraud authored
Change-Id: I867dfa0ba03c264fc10666ece42a30f5b66cbb95
-
- 26 May, 2017 1 commit
-
-
Adrien Béraud authored
Change-Id: I9edde485f4b10b1d89cd8b068d9fc01a2d7a27d3
-
- 04 May, 2017 2 commits
-
-
Adrien Béraud authored
Launch an HTTPs server on port 443 with the when the argument --https is passed. Change-Id: Ifd8235faded0cc095d1b016fd8ddecda1b2a085d Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
Adrien Béraud authored
New versions of web3 don't include compilation of contract, that we also might want to compile separately. Adapt the node to the new API by calling the solidity compiler directly and move the contract code and new build system to the contract directory. Change-Id: I341034c0e7227d78881e6fb8885eb2de10ee03ea Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- 01 May, 2017 1 commit
-
-
Adrien Béraud authored
Web3 automatic conversion could interpret some names as hex. Prevent this by manually converting the name to hex. Change-Id: I304c3a49623a72bd7ebd53a95418722eca430a8f
-
- 11 Nov, 2016 6 commits
-
-
Romain Bertozzi authored
Change-Id: I33dc3c1557dfd3e6c8a3c660d25e3e60cd5563d6
-
Romain Bertozzi authored
Change-Id: Iadd99bd7a6cea8a9f5ed5f44aa834e8273aa4ce5
-
Adrien Béraud authored
Change-Id: I5d46c8826c3d32d04165131472805ddfabc6fd19
-
Adrien Béraud authored
* add GPLv3+ to the nodejs server * add MIT license to the registrar contract taken from Ethereum source Change-Id: I18d151a516e015d0309781a82f46e70f8ff838fb
-
Adrien Béraud authored
Don't wait for the name to be mined, send registration confirmation as soon as the transaction is pooled. Change-Id: I91997be61b620af175d5435d2b18060bb1114a8a
-
Adrien Béraud authored
Change-Id: I57e07aa36842354e9900075dfe19a63a9fb63a51
-
- 08 Nov, 2016 1 commit
-
-
Adrien Béraud authored
-
- 07 Nov, 2016 3 commits
-
-
Adrien Béraud authored
Change-Id: I2d5ee9a336f0a1fb0f05767b94c86696afbbd665
-
Adrien Béraud authored
* add name check in the nameserver Change-Id: If662b47a9e2a0c806903c3be9ad78782cbdcc868
-
Adrien Béraud authored
Change-Id: I2b8e8e7030a15ddc121d202a6a63b8c88fbb49c7
-
- 04 Nov, 2016 6 commits
-
-
Adrien Béraud authored
Change-Id: If171f72edc9847628cf6ee8d9f406fbab222299a
-
Adrien Béraud authored
Change-Id: I01d1c7b014cbb3ba3f16778d2468fa87d4fec543
-
Adrien Béraud authored
Change-Id: I547182714f00ba37cc60440da91869f816a2e28f
-
Adrien Béraud authored
Change-Id: I95b68fcd1d081e57e58af636b25f9924a9243885
-
Adrien Béraud authored
Change-Id: I46d2df4d6b0a88cc6e2a0b6512a64663a774df2d
-
Adrien Béraud authored
Change-Id: I40baf16e74577f1be7270014bc06c08978b6cfd8
-
- 03 Nov, 2016 4 commits
-
-
Adrien Béraud authored
Previously the contract address was hardcoded only, it is now saved on disc so killing the server would not cause the address to be lost if it wasn't committed. Change-Id: Iaa3592288b9e6d84f780878e02bb684ccf25e2bb
-
Adrien Béraud authored
Change-Id: Idc9c27cdf530113bfa57c9fcff6ec8ec3880c6c3
-
Adrien Béraud authored
Change-Id: I281a4dd016328466b87d4d0e76aa019c08a50832
-
Adrien Béraud authored
Change-Id: I1c9d1403b65fbdfb79eff1ff0ffabb89bd0a5a16
-
- 02 Nov, 2016 5 commits
-
-
Adrien Béraud authored
Change-Id: Ib702571ca3733408471b6e2f6f9664b619c56f74
-
Adrien Béraud authored
Change-Id: Ib25d9420d191bddb32d91dc4098a98758f3df1ab
-
Adrien Béraud authored
Change-Id: Ia20019d09a3b68d9af6d790f6dfb503e71207a7d
-
Adrien Béraud authored
Change-Id: I00a67f4a7b7c1186464df7d24640e97f9390e911
-
Adrien Béraud authored
-