Conversation
| -------------- | ||
|
|
||
| Aergo is currently available as a `public testnet <../using-testnet/index.html>`_ and separate private installations. | ||
| Aergo is currently available as a `public testnet <../using-network/connecting.rst#testnet>`_ and separate private installations. |
There was a problem hiding this comment.
The correct is https://docs.aergo.io/en/latest/using-network/connecting.html#testnet
html instead of rst
| You can use any machine (e.g. your own local machine) for this. | ||
|
|
||
| Start by installing `aergocli <../tools/aergocli.html>`__ if you haven't already. | ||
| Start by installing `aergocli <../tools/aergocli.rst>`__ if you haven't already. |
There was a problem hiding this comment.
Same, and for many other changes on this PR
| according to the configuration of the network. | ||
|
|
||
| Versions prior to 2.0 (`see 1.3 docs <https://docs.aergo.io/en/1.3/specs/fees.html>`_) | ||
| Versions prior to 2.0 (`see 1.3 docs <https://aergo.readthedocs.io/en/1.3/specs/fees.html>`_) |
There was a problem hiding this comment.
it should be docs.aergo.io
if the link is not working, then the correct must be found
There was a problem hiding this comment.
It appears that only links to /latest/ are working
Links to direct versions are not working, for some reason
We will need to check that
|
|
||
| Names are stored in the state of the special account :code:`aergo.name`. They are created and updated using special governance transactions. | ||
| Refer to `transaction types <transaction-types.html>`_ for the technical specification of these actions. | ||
| Refer to `transaction types <transactions.rst#transaction_types>`_ for the technical specification of these actions. |
There was a problem hiding this comment.
It should be /specs/transactions.html#transaction-types
And then there is no need to add a new anchor
| A payload can be any kind of binary data, but is most often used with JSON strings for | ||
| `smart contract calls <contracts.html>`__. | ||
|
|
||
| .. transaction_types: |
There was a problem hiding this comment.
As said above, this is not required
| weighted by the number of staked tokens, as remarked above. | ||
|
|
||
| All of these requests are performed via a `transaction <./transactions.html#governance-type>`_. | ||
| All of these requests are performed via a `transaction <./transactions.rst#governance_type>`_. |
There was a problem hiding this comment.
It should be /specs/transactions.html#governance-type-1
Then there is no need to add new anchor
| Since version 2.0, there are more precise transaction types that should be used instead. | ||
|
|
||
| .. governance_type: | ||
|
|
No description provided.