forked from Concordium/Testnet4-Challenges
-
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 Concordium#77 from supermario/master
publish transaction challenges
- Loading branch information
Showing
10 changed files
with
141 additions
and
9 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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
| Challenge | Title | GTU Reward | Seats | Start Date | Last Date for Submission | | ||
| - | - | -:| - |- | - | | ||
| OT4-T1 | Simple bulk transactions. | 1000 GTU | 500 | 27-01-2021 23:00 PT | 17-02-2021 23:00 PT | | ||
## | ||
|
||
## Preparation | ||
- Read the documentation to get a good understanding of the different transaction types: | ||
- [Concordium documentation](https://developers.concordium.com/en/testnet4/testnet/references/transactions.html) | ||
- `transaction --help` | ||
- `account --help` | ||
|
||
## Setup | ||
- Create new or reuse identities (mobile wallet). | ||
- Create new or reuse accounts (mobile wallet or concordium-client). | ||
- Make sure that your sender account can cover all upcoming transaction fees paid from the general balance. A transfer will fail if the transfer fee cannot be paid. Failed transfers do not add to the requested transactions of the challenge. See [list of current transfer fees](https://github.com/Concordium/Testnet4-Challenges/issues/75). | ||
|
||
## Mission | ||
- Use the concordium-client. | ||
- Send 100 simple transfers per hour. | ||
- Repeat that 5 times per day. | ||
- Repeat that 7 days. | ||
|
||
## Important Note | ||
- Only successful transfers of the correct transfer type add to the hourly, daily and total amount of required transactions. Failed transfers do not count. | ||
- The submission will only be accepted, if the hourly, daily and total amount of required successful transactions of the correct type is achieved. | ||
|
||
## Submission | ||
- In submission.txt | ||
- Add the account address of your sender account | ||
|
||
Please follow the [submission instructions](/submission-process.md) thoroughly - your submission will not be accepted otherwise. |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
senderaccountaddress:<replace this text with the account address of the sender 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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
| Challenge | Title | GTU Reward | Seats | Start Date | Last Date for Submission | | ||
| - | - | -:| - |- | - | | ||
| OT4-T2 | Shielded bulk transactions.| 2000 GTU | 200 | 27-01-2021 23:00 PT | 17-02-2021 23:00 PT | | ||
## | ||
|
||
## Preparation | ||
- Read the documentation to get a good understanding of the different transaction types: | ||
- [Concordium documentation](https://developers.concordium.com/en/testnet4/testnet/references/transactions.html) | ||
- `transaction --help` | ||
- `account --help` | ||
|
||
## Setup | ||
- Create new or reuse identities (mobile wallet). | ||
- Create new or reuse accounts (mobile wallet or concordium-client). | ||
- Make sure that your sender account can cover all upcoming transaction fees paid from the general balance. A transfer will fail if the transfer fee cannot be paid. Failed transfers do not add to the requested transactions of the challenge. See [list of current transfer fees](https://github.com/Concordium/Testnet4-Challenges/issues/75). | ||
|
||
## Mission | ||
- Use the concordium-client. | ||
- Send 1 shielded transfer every 5 minutes. | ||
- Repeat that 8 hours per day. | ||
- Repeat that 7 days. | ||
|
||
## Important Note | ||
- We use the terms shielded transfers and encrypted transfers interchangeably. | ||
- Only successful transfers of the correct transfer type add to the hourly, daily and total amount of required transactions. Failed transfers do not count. | ||
- The submission will only be accepted, if the hourly, daily and total amount of required successful transactions of the correct type is achieved. | ||
|
||
## Submission | ||
- In submission.txt | ||
- Add the account address of your sender account | ||
|
||
Please follow the [submission instructions](/submission-process.md) thoroughly - your submission will not be accepted otherwise. |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
senderaccountaddress:<replace this text with the account address of the sender 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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
| Challenge | Title | GTU Reward | Seats | Start Date | Last Date for Submission | | ||
| - | - | -:| - |- | - | | ||
| OT4-T3 | Mixed bulk transactions. | 3000 GTU | 200 | 27-01-2021 23:00 PT | 17-02-2021 23:00 PT | | ||
## | ||
|
||
## Preparation | ||
- Read the documentation to get a good understanding of the different transaction types: | ||
- [Concordium documentation](https://developers.concordium.com/en/testnet4/testnet/references/transactions.html) | ||
- `transaction --help` | ||
- `account --help` | ||
|
||
## Setup | ||
- Create new or reuse identities (mobile wallet). | ||
- Create new or reuse accounts (mobile wallet or concordium-client). | ||
- Make sure that your sender account can cover all upcoming transaction fees paid from the general balance. A transfer will fail if the transfer fee cannot be paid. Failed transfers do not add to the requested transactions of the challenge. See [list of current transfer fees](https://github.com/Concordium/Testnet4-Challenges/issues/75). | ||
|
||
## Mission | ||
- Use the concordium-client. | ||
- Send 4 different transfers every 10 minutes, i.e. 1 simple transfer plus 1 shielded transfer plus 1 shielding amount plus 1 unshielding amount every 10 minutes. | ||
- Repeat that 7 hours per day. | ||
- Repeat that 7 days. | ||
|
||
## Important Note | ||
- We use the terms shielded transfers and encrypted transfers interchangeably. | ||
- Only successful transfers of the correct transfer type add to the hourly, daily and total amount of required transactions. Failed transfers do not count. | ||
- The submission will only be accepted, if the hourly, daily and total amount of required successful transactions of the correct type is achieved. | ||
|
||
## Submission | ||
- In submission.txt | ||
- Add the account address of your sender account | ||
|
||
Please follow the [submission instructions](/submission-process.md) thoroughly - your submission will not be accepted otherwise. |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
senderaccountaddress:<replace this text with the account address of the sender 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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
| Challenge | Title | GTU Reward | Seats | Start Date | Last Date for Submission | | ||
| - | - | -:| - |- | - | | ||
| OT4-T4 | Scheduled transfers. | 1000 GTU | 500 | 27-01-2021 23:00 PT | 17-02-2021 23:00 PT | | ||
## | ||
|
||
## Preparation | ||
- Read the documentation to get a good understanding of the different transaction types: | ||
- [Concordium documentation](https://developers.concordium.com/en/testnet4/testnet/references/transactions.html) | ||
- `transaction --help` | ||
- `account --help` | ||
|
||
## Setup | ||
- Create new or reuse identities (mobile wallet). | ||
- Create new or reuse accounts (mobile wallet or concordium-client). | ||
- Make sure that your sender account can cover all upcoming transaction fees paid from the general balance. A transfers will fail, if the transfer fee cannot be paid. Failed transfers do not add to the requested transaction of the challenge. See [list of current transfer fees](https://github.com/Concordium/Testnet4-Challenges/issues/75). | ||
|
||
## Mission | ||
- Use the concordium-client. | ||
- Send 1 scheduled transfer with 50 releases per day, specified either via schedule or regular interval. | ||
- Check the correct behaviour of locked-up amounts, release schedule and amounts at disposal in the mobile wallet. | ||
- Repeat that 7 days. | ||
|
||
## Important Note | ||
- Only successful transfers of the correct transfer type add to the hourly, daily and total amount of required transactions. Failed transfers do not count. | ||
- The submission will only be accepted, if the hourly, daily and total amount of required successful transactions of the correct type is achieved. | ||
|
||
## Submission | ||
- In submission.txt | ||
- Add the account address of your sender account | ||
|
||
Please follow the [submission instructions](/submission-process.md) thoroughly - your submission will not be accepted otherwise. |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
senderaccountaddress:<replace this text with the account address of the sender 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 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