Ergo protocol reference client 5.0.10. It contains following PRs:
- #1960 - another part of bootstrapping from UTXO set snapshot code (not affecting observable behaviour of the client)
- #1978 - new /wallet/getPrivateKey API method to dump private key bytes for a pubkey, if the wallet knows it (and unlocked). Example request is
curl -X POST "http://213.239.193.208:9053/wallet/getPrivateKey" -H "accept: application/json" -H "api_key: hello" -H "Content-Type: application/json" -d "{\"address\":\"9fLbJ9eThdC2PyzZUgR9E97ejhWCtmYVni6kn3LRBy9WcvJ3bCg\"}"
- #1984 - ErgoTree interpreter and ErgoScript compiler updated to 5.0.7
- #1988 - fixes in additional indexes , such as fixes for paging in /blockchain endpoints
Contributors: @aslesarenko , @greenhat , @jellymlg , @kushti