You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# EOS BP Information Standard
1
+
# EOSIO BP Information Standard
2
2
**JSON Standard for Block Producer Information on EOSIO Blockchains**
3
3
4
4
This is a proposed standard for Block Producer candidates to publish as the URL field of the `regproducer` action on the `eosio.system` contract.
5
5
6
-
The current revision (1.0.1) is compliant with the JSON schema [Draft 2019-09](https://json-schema.org/specification-links.html#2019-09-formerly-known-as-draft-8)
6
+
The current revision **v1.0.1** is compliant with the JSON schema [Draft 2019-09](https://json-schema.org/specification-links.html#2019-09-formerly-known-as-draft-8)
7
7
8
8
- producer_account_name: Name of producer account
9
9
- org: {Object}
@@ -13,6 +13,8 @@ The current revision (1.0.1) is compliant with the JSON schema [Draft 2019-09](h
13
13
- ownership_disclosure: Full URL to page,
14
14
- email: Contact email
15
15
- github_user: Operational github username
16
+
- chain_resources: Website with chain related resources (snapshots & backups)
17
+
- other_resources: [Array] - List of other relevant URLs
16
18
- branding: {Object} - Logo images
17
19
- logo_256: Entire url to image 256x256px
18
20
- logo_1024: Entire url to image 1024x1024px
@@ -93,6 +95,7 @@ For query type nodes one or more features from the list below must be added:
93
95
-`dfuse`
94
96
-`fio-api`
95
97
-`snapshot-api`
98
+
-`dsp-api`
96
99
97
100
### Useful Links
98
101
One can check for data validity using: https://www.jsonschemavalidator.net/
0 commit comments