forked from EOS-Mainnet/governance
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request EOS-Mainnet#4 from eosasia/master
Apply changes from Thomas's branch + remove arbitration
- Loading branch information
Showing
14 changed files
with
41 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
# Action - `{{ bidname }}` | ||
|
||
### Description | ||
## Description | ||
|
||
The `{{ bidname }}` action places a bid on a premium account name, in the knowledge that the high bid will purchase the name. | ||
|
||
### Inputs and Input Types | ||
|
||
The `{{ bidname }}` action requires the following `inputs` and `input types`: | ||
|
||
| Action | Input | Input Type | | ||
|:--|:--|:--| | ||
| `{{ bidname }}` | `{{ bidderVar }}`<br/>`{{ newnameVar }}`<br/>`{{ bidVar }}` | `{{ account_name }}`<br/>`{{ account_name }}`<br/>`{{ asset }}` | | ||
|
||
As an authorized party I {{ signer }} wish to bid on behalf of {{ bidderVar }} the amount of {{ bidVar }} toward purchase of the account name {{ newnameVar }}. | ||
As an authorized party I {{ signer }} wish to bid on behalf of {{ bidder }} the amount of {{ bid }} toward purchase of the account name {{ newname }}. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
# Action - `{{ claimrewards }}` | ||
|
||
### Description | ||
## Description | ||
|
||
The `{{ claimrewards }}` action allows a block producer (active or standby) to claim the system rewards due them for producing blocks and receiving votes. | ||
|
||
### Input and Input Type | ||
|
||
The `{{ claimrewards }}` action requires the following `input` and `input type`: | ||
|
||
| Action | Input | Input Type | | ||
|:--|:--|:--| | ||
| `{{ claimrewards }}` | `{{ ownerVar }}` | `{{ account_name }}` | | ||
|
||
As an authorized party I {{ signer }} wish to have the rewards earned by {{ ownerVar }} deposited into their (my) account. | ||
As an authorized party I {{ signer }} wish to have the rewards earned by {{ owner }} deposited into the {{ owner }} account. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
# Action - `{{ sellram }}` | ||
|
||
### Description | ||
## Description | ||
|
||
The `{{ sellram }}` action sells unused RAM for tokens. | ||
|
||
### Inputs and Input Types | ||
|
||
The `{{ sellram }}` action requires the following `inputs` and `input types`: | ||
|
||
| Action | Input | Input Type | | ||
|:--|:--|:--| | ||
| `{{ sellram }}` | `{{ accountVar }}`<br/>`{{ bytesVar }}` | `{{ account_name }}`<br/>`{{ uint64 }}` | | ||
|
||
As an authorized party I {{ signer }} wish to sell {{ bytesVar }} of RAM from account {{ accountVar }}. | ||
As an authorized party I {{ signer }} wish to sell {{ bytes }} of unused RAM from account {{ account }}. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,9 @@ | ||
# Action - `{{ setprods }}` | ||
|
||
### Description | ||
## Description | ||
|
||
The `{{ setprods }}` action creates a new schedule of active producers, who will produce blocks in the order given. | ||
|
||
### Input and Input Type | ||
|
||
The `{{ setprods }}` action requires the following `input` and `input type`: | ||
|
||
| Action | Input | Input Type | | ||
|:--|:--|:--| | ||
| `{{ setprods }}` | `{{ scheduleVar }}` | `{{ producer_key[] }}` | | ||
|
||
THIS IS A SYSTEM COMMAND NOT AVAILABLE FOR DIRECT ACCESS BY USERS. | ||
|
||
|
||
As an authorized party I {{ signer }} wish to set the rotation of producers to be {{ scheduleVar }}. | ||
As an authorized party I {{ signer }} wish to set the rotation of producers to be {{ schedule }}. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
# Action - `{{ unregprod }}` | ||
|
||
### Description | ||
## Description | ||
|
||
The `{{ unregprod }}` action unregisters a previously registered block producer candidate. | ||
|
||
### Input and Input Type | ||
|
||
The `{{ unregprod }}` action requires the following `input` and `input type`: | ||
|
||
| Action | Input | Input Type | | ||
|:--|:--|:--| | ||
| `{{ unregprod }}` | `{{ producerVar }}` | `{{ account_name }}` | | ||
|
||
As an authorized party I {{ signer }} wish to unregister the block producer candidate {{ producerVar }}, rendering that candidate no longer able to receive votes. | ||
As an authorized party I {{ signer }} wish to unregister the block producer candidate {{ producer }}, rendering that candidate no longer able to receive votes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.