peerplays_migrated/libraries
Srdjan Obucina 654e998d89 API endpoint for reading random numbers from the witness
Test cmd:
curl --data '{"method": "call", "params": ["database", "get_random_number", [1000]], "jsonrpc": "2.0", "id": 1}' http://127.0.0.1:8090/ws
curl --data '{"method": "call", "params": ["database", "get_random_number", [5000]], "jsonrpc": "2.0", "id": 1}' http://127.0.0.1:8090/ws
curl --data '{"method": "call", "params": ["database", "get_random_number", [1000000]], "jsonrpc": "2.0", "id": 1}' http://127.0.0.1:8090/ws
2019-08-19 19:55:26 +02:00
..
app API endpoint for reading random numbers from the witness 2019-08-19 19:55:26 +02:00
chain Enable building on Ubuntu 18.04 using GCC 7 compiler 2019-08-14 14:05:30 +02:00
db Required changes to upgrade blockchain to ubuntu18.04 2019-05-20 22:32:17 -03:00
egenesis If there is an error parsing the genesis file in embed_genesis, print the exception before exiting. 2017-06-02 11:47:44 +03:00
fc@94b046dce6 compilation errors resolved 2019-05-22 16:34:55 +00:00
net Fix out-of-source CMake builds 2019-08-19 15:13:27 +02:00
plugins Remove unnecessary logging 2018-10-15 11:23:32 +02:00
time added missing libraries/time 2017-07-17 22:16:23 +02:00
utilities inital 2017-05-25 12:13:59 +03:00
wallet Fix out-of-source CMake builds 2019-08-19 15:13:27 +02:00
CMakeLists.txt Required changes to upgrade blockchain to ubuntu18.04 2019-05-20 22:32:17 -03:00