Skip to content
Snippets Groups Projects
Commit 515074fa authored by inertia's avatar inertia
Browse files

Merge branch '30-html-proofs' into 'develop'

#30 proof follow-up

See merge request !76
parents daae445a 41232204
No related branches found
No related tags found
4 merge requests!88Deploy to Production,!86Deploy to Production,!79Deploy to Production,!76#30 proof follow-up
......@@ -106,7 +106,7 @@ Normally syncing blockchain starts from very first, `0` genesis block. It might
Trusted block log file helps to download blocks faster. Various operators provide public block log file which can be downloaded from:
* [http://files.privex.io/hive/](http://files.privex.io/hive/)
* [https://files.privex.io/hive/](https://files.privex.io/hive/)
* [https://gtg.openhive.network/get/blockchain/block_log](https://gtg.openhive.network/get/blockchain/block_log)
Both `block_log` files updated periodically, as of March 2021 uncompressed `block_log` file size ~350 GB. (Docker container on `stable` branch of Hive source code has option to use `USE_PUBLIC_BLOCKLOG=1` to download latest block log and start Hive node with replay.)
......
......@@ -147,7 +147,11 @@ client.broadcast.json(data, privateKey).then(
);
```
If either of the values for the user or author does not exist the proper error result will be displayed on the UI. The result is also displayed in the console in order for the user to confirm that a block transaction has taken place. The status of the operation can be verified on the [demo account](http://127.0.0.1:8080/@cdemo/followed).
If either of the values for the user or author does not exist the proper error result will be displayed on the UI. The result is also displayed in the console in order for the user to confirm that a block transaction has taken place. The status of the operation can be verified as follows (assuming local testnet):
```bash
curl -s --data '{"jsonrpc":"2.0", "method":"condenser_api.get_following", "params":["YOUR_ACCOUNT",null,"blog",10], "id":1}' http://127.0.0.1:8090
```
### To run this tutorial
......
......@@ -26,8 +26,7 @@ We will also describe the most commonly used fields from the response object.
1. [`beneficiaries`](#beneficiaries) - reward routes other accounts
1. [`active_votes`](#active_votes) - all votes applied
1. [`json_metadata`](#json_metadata) - things like `tags` and `app`
2. [Script](#script) - Delving into the example script.
3. [To Run](#to-run) - Running the example.
1. [To Run](#to-run) - Running the example.
### Making the api call
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment