diff options
| author | Yigit Sever | 2022-04-16 17:31:28 +0300 |
|---|---|---|
| committer | Yigit Sever | 2022-04-17 03:19:17 +0300 |
| commit | 8c48482e8c46633de4f59bb59797fd6754fc354a (patch) | |
| tree | e086e2d6bac071fd895f5eafa3df8ed0c44fcaee /content/block_docs.md | |
| parent | b98d9bce4b1db9fe5f55f06d75a15a871261986d (diff) | |
| download | gradecoin-site-8c48482e8c46633de4f59bb59797fd6754fc354a.tar.gz gradecoin-site-8c48482e8c46633de4f59bb59797fd6754fc354a.tar.bz2 gradecoin-site-8c48482e8c46633de4f59bb59797fd6754fc354a.zip | |
Update for 2022 spring
Diffstat (limited to 'content/block_docs.md')
| -rw-r--r-- | content/block_docs.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/block_docs.md b/content/block_docs.md index 228277c..2eec2ac 100644 --- a/content/block_docs.md +++ b/content/block_docs.md | |||
| @@ -7,8 +7,8 @@ weight = 10 | |||
| 7 | > Blocks commit proposed transactions into the ledger. | 7 | > Blocks commit proposed transactions into the ledger. |
| 8 | > A transaction that do not appear on a valid block is not accepted by the network. | 8 | > A transaction that do not appear on a valid block is not accepted by the network. |
| 9 | 9 | ||
| 10 | Blocks in Gradecoin are proposed to commit [Transactions](@/transaction_docs.md) that were proposed previously to the system. | 10 | We use Blocks to commit proposed [Transactions](@/transaction_docs.md) to the ledger in order to realize them. |
| 11 | `transaction_list` of the Block should be filled with valid transactions to be committed. | 11 | `transaction_list` of the Block is filled with valid transactions. |
| 12 | Blocks are valid when they are proposed with a `nonce` that produces a `hash` value with 6 zeroes (24 bits) at the left hand side. | 12 | Blocks are valid when they are proposed with a `nonce` that produces a `hash` value with 6 zeroes (24 bits) at the left hand side. |
| 13 | 13 | ||
| 14 | We are _mining_ using [blake2s](https://www.blake2.net/) algorithm, which produces 256 bit hashes. | 14 | We are _mining_ using [blake2s](https://www.blake2.net/) algorithm, which produces 256 bit hashes. |
| @@ -53,7 +53,7 @@ If the resulting hash is valid, then you can create a `Block` JSON object with t | |||
| 53 | Fill this with the `hash` value you found during the mining process. | 53 | Fill this with the `hash` value you found during the mining process. |
| 54 | 54 | ||
| 55 | # Block Rules | 55 | # Block Rules |
| 56 | - Blocks should include some minimum number of transactions. | 56 | - Blocks have to include a minimum number of transactions. |
| 57 | - Blocks cannot have duplicate transactions. | 57 | - Blocks cannot have duplicate transactions. |
| 58 | 58 | ||
| 59 | # References | 59 | # References |
