-
Notifications
You must be signed in to change notification settings - Fork 7
Fix broken links #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Fix broken links #36
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ Generate BP accounts and keys | |
|
||
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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same, and for many other changes on this PR |
||
|
||
**Generate accounts** | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ Staking & Voting | |
user wanting to vote must stake their tokens since the voting power is | ||
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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It should be |
||
Therefore, all proccesses are transparently recorded in the blockchain | ||
and can be verified by anyone. | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Transaction Fees | |
The Aergo protocol includes transaction fees that need to be paid | ||
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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it should be There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It appears that only links to |
||
included a simplified transaction fee scheme, taking into account payload and state database usage size. | ||
|
||
This is not fair because it does not consider the actual execution time and resource usage of the transaction. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ In case of normal accounts, these two values will be identical, but they differ | |
Creating and updating names | ||
--------------------------- | ||
|
||
The easiest way to create and update names is the `aergocli <../tools/aergocli.html>`_. | ||
The easiest way to create and update names is the `aergocli <../tools/aergocli.rst>`_. | ||
|
||
Registering and updating names requires spending a cetrain amount of aergo determined by the DAO vote "nameprice". | ||
|
||
|
@@ -56,7 +56,7 @@ Technical details | |
----------------- | ||
|
||
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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It should be |
||
Governance transactions don't require any fee, but the name system requires an amount of aergo to be included in the transaction. | ||
This amount is determined by the DAO vote "nameprice". You can check the current name price in the ChainInfo. When using the CLI, the price is automatically set. | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,8 @@ Payload | |
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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As said above, this is not required |
||
|
||
Transaction types | ||
----------------- | ||
|
||
|
@@ -47,6 +49,8 @@ Normal type (0) | |
Normal transactions are used to transfer tokens and calling smart contracts. | ||
Since version 2.0, there are more precise transaction types that should be used instead. | ||
|
||
.. governance_type: | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Neither this |
||
Governance type (1) | ||
^^^^^^^^^^^^^^^^^^^ | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The correct is
https://docs.aergo.io/en/latest/using-network/connecting.html#testnet
html instead of rst