peerplays_migrated/libraries/app
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
..
include/graphene/app API endpoint for reading random numbers from the witness 2019-08-19 19:55:26 +02:00
api.cpp Required changes to upgrade blockchain to ubuntu18.04 2019-05-20 22:32:17 -03:00
application.cpp Revert "Merge branch 'master' into beatrice" 2019-04-12 12:53:09 -03:00
CMakeLists.txt Created plugin stub for affiliate statistics 2018-10-10 14:26:38 +02:00
database_api.cpp API endpoint for reading random numbers from the witness 2019-08-19 19:55:26 +02:00
impacted.cpp Merge remote-tracking branch 'origin/sport_n_events_api_extension_release' into beatrice 2018-10-11 14:08:23 +02:00
plugin.cpp inital 2017-05-25 12:13:59 +03:00