wownero/utils/python-rpc/framework
SChernykh dfee15eee1 RPC and ZeroMQ APIs to support p2pool
Adds the following:

- "get_miner_data" to RPC API
- "json-miner-data" to ZeroMQ subscriber contexts

Both provide the necessary data to create a custom block template. They are used by p2pool.

Data provided:

- major fork version
- current height
- previous block id
- RandomX seed hash
- network difficulty
- median block weight
- coins mined by the network so far
- mineable mempool transactions
2021-09-11 15:15:07 +02:00
..
__init__.py functional_tests: move RPC API to utils, it is not test specific 2019-03-22 15:29:44 +00:00
daemon.py RPC and ZeroMQ APIs to support p2pool 2021-09-11 15:15:07 +02:00
rpc.py functional_tests: move RPC API to utils, it is not test specific 2019-03-22 15:29:44 +00:00
wallet.py python-rpc: add missing python api for new freeze/thaw/frozen RPC 2021-06-11 07:00:27 +00:00