diff --git a/docs/src/beacon-chain.md b/docs/src/beacon-chain.md index 1bf2f1690..0d7446889 100644 --- a/docs/src/beacon-chain.md +++ b/docs/src/beacon-chain.md @@ -10,10 +10,9 @@ In traditional PoW, those that propose new blocks are called **_miners_**, where ## What it is Like to Be a Validator? -It is obvious that you must have enough computing power or a dedicated hardware in order to be a miner, but how about being a validator? Here is a breif overview: +It is obvious that you must have enough computing power or dedicated hardware in order to be a miner, but how about being a validator? Here is a brief overview: -1. A special smart contract named **_registration contract_** is deployed on the original Ethereum blockchain. Note that in this case, the new beacon chain and the original blockchain co-exists. -2. To "register" as a validator, you have to first deposit **_32 Etheres_** from your account to this smart contract. +1. A special smart contract named **_deposit contract_** is deployed on the original Ethereum blockchain. Note that in this case, the new beacon chain and the original blockchain co-exists. +2. To "register" as a validator, you have to first deposit **_32 Ether_** from your account to this smart contract. 3. Run the beacon node and wait for the network to sync before your validator is activated. -4. That's all! Remember to stay connected to the network, or you may lost your deposit. :P - +4. That's all! Remember to stay connected to the network, or you may lose your deposit. :P diff --git a/docs/src/contribute.md b/docs/src/contribute.md index 031dc32e5..205d863f1 100644 --- a/docs/src/contribute.md +++ b/docs/src/contribute.md @@ -1,7 +1,9 @@ # Contribute -Follow these steps to contribute to this book!
-We use a utility tool called mdBook to create online books from Markdown files. +Follow these steps to contribute to this book! + + +We use an utility tool called mdBook to create online books from Markdown files. ## Before You Start diff --git a/docs/src/validator.md b/docs/src/validator.md index d78c4ef58..2def53639 100644 --- a/docs/src/validator.md +++ b/docs/src/validator.md @@ -35,13 +35,13 @@ make testnet0 # This will build Nimbus and all other dependencies -7. The testnet should now be up and running. Then, you will be prompted to enter your private key of the account you want to deposit the 32 Etheres from. Find your private key from MetaMask as below: +7. The testnet should now be up and running. Then, you will be prompted to enter your private key of the account you want to deposit the 32 Ether from. Find your private key from MetaMask as below: -8. Wait for a few seconds until you see your deposit has been sent: +8. Wait for a few seconds until you see that your deposit has been sent: @@ -53,7 +53,7 @@ You can also get a brief estimate of the time remaining until your network gets ## Trouble Shooting -1. The directory that stores the blockchain data of the testnet is `build/data/testnet0` (replace `testnet0` with other testnet names). Delete this folder if you want to start over. For example, you can start over with a fresh storgae if you entered a wrong private key. +1. The directory that stores the blockchain data of the testnet is `build/data/testnet0` (replace `testnet0` with other testnet names). Delete this folder if you want to start over. For example, you can start over with a fresh storage if you entered a wrong private key. 2. Currently, you have to switch to the devel branch in order to run the validator node successfully. diff --git a/vendor/nim-blscurve b/vendor/nim-blscurve index 4f87e747d..1a18d0dbe 160000 --- a/vendor/nim-blscurve +++ b/vendor/nim-blscurve @@ -1 +1 @@ -Subproject commit 4f87e747d8c1310be5660d3e61674392206a91ea +Subproject commit 1a18d0dbea6f1f00409c660be58eb5206060cb3c diff --git a/vendor/nim-chronicles b/vendor/nim-chronicles index fc3f2d375..3d7619b1f 160000 --- a/vendor/nim-chronicles +++ b/vendor/nim-chronicles @@ -1 +1 @@ -Subproject commit fc3f2d3755e035387ebcf20d87a45eb9dcefadbb +Subproject commit 3d7619b1f559c86b2ef026f386d6d872b9331c82 diff --git a/vendor/nim-chronos b/vendor/nim-chronos index bce0f878d..bedd1ded5 160000 --- a/vendor/nim-chronos +++ b/vendor/nim-chronos @@ -1 +1 @@ -Subproject commit bce0f878d16bea14395dc8944ff8dbdeffe33496 +Subproject commit bedd1ded5edc3bfb6877f7025ca4b21f62492ffe diff --git a/vendor/nim-confutils b/vendor/nim-confutils index 6e5d57049..26667818b 160000 --- a/vendor/nim-confutils +++ b/vendor/nim-confutils @@ -1 +1 @@ -Subproject commit 6e5d570490989c753d4645ba9173ef9358d302bb +Subproject commit 26667818be48d428892b26be9535c1f0a98d1510 diff --git a/vendor/nim-eth b/vendor/nim-eth index d53cebcf5..4e31a8653 160000 --- a/vendor/nim-eth +++ b/vendor/nim-eth @@ -1 +1 @@ -Subproject commit d53cebcf5dd35728c27088d9c95923d7baad4ac4 +Subproject commit 4e31a86533fcb29a40d05b6e497e9165f72f5218 diff --git a/vendor/nim-json-rpc b/vendor/nim-json-rpc index ecf49a063..271512c16 160000 --- a/vendor/nim-json-rpc +++ b/vendor/nim-json-rpc @@ -1 +1 @@ -Subproject commit ecf49a06329f49f1993008b0ee08e3f3e13cc422 +Subproject commit 271512c161706e08533690fdc8bbbbc54f1dc0ed diff --git a/vendor/nim-json-serialization b/vendor/nim-json-serialization index aa51f6fed..c478b7bbb 160000 --- a/vendor/nim-json-serialization +++ b/vendor/nim-json-serialization @@ -1 +1 @@ -Subproject commit aa51f6fed1715a91fd8b58072a1915422a133d4a +Subproject commit c478b7bbbab6ee298a25c29c7357783d94aaecaa diff --git a/vendor/nim-libp2p b/vendor/nim-libp2p index 7b6e1c068..130c64f33 160000 --- a/vendor/nim-libp2p +++ b/vendor/nim-libp2p @@ -1 +1 @@ -Subproject commit 7b6e1c06888a831d61d7019a07d2d59d5bd079ea +Subproject commit 130c64f33a493074a64d4e2af2ae57091f5a480e diff --git a/vendor/nim-protobuf-serialization b/vendor/nim-protobuf-serialization index 08c6db775..879421b12 160000 --- a/vendor/nim-protobuf-serialization +++ b/vendor/nim-protobuf-serialization @@ -1 +1 @@ -Subproject commit 08c6db775f3daee35fee098c72c0e36b8ec57833 +Subproject commit 879421b1216efb66aed5a7f4e14d02ff96db9123 diff --git a/vendor/nim-serialization b/vendor/nim-serialization index 501f94ad6..d8ca3daf3 160000 --- a/vendor/nim-serialization +++ b/vendor/nim-serialization @@ -1 +1 @@ -Subproject commit 501f94ad61ae22197d565ac39a00783a6e6f6faa +Subproject commit d8ca3daf3a788f357bf96b8e61b3ffce9a018ea2 diff --git a/vendor/nim-snappy b/vendor/nim-snappy index b4cd68e27..676fa656d 160000 --- a/vendor/nim-snappy +++ b/vendor/nim-snappy @@ -1 +1 @@ -Subproject commit b4cd68e27a56dbda2a56d7b90e666b644cfd5be6 +Subproject commit 676fa656d3a6f4e24691f3f48829c979b1b1bcdd diff --git a/vendor/nim-stew b/vendor/nim-stew index a99dafab4..bb2221ba8 160000 --- a/vendor/nim-stew +++ b/vendor/nim-stew @@ -1 +1 @@ -Subproject commit a99dafab420bcbbffee35e9bd847a9014eafaffe +Subproject commit bb2221ba8c8ea2d3fbbcfdb8d28796f8d3eff348 diff --git a/vendor/nim-testutils b/vendor/nim-testutils index fcc5aa3a5..1601894ec 160000 --- a/vendor/nim-testutils +++ b/vendor/nim-testutils @@ -1 +1 @@ -Subproject commit fcc5aa3a532cf42f9f1074f29df36fd69b3d2920 +Subproject commit 1601894ec1fd1c7095d405eb0c846cac212fb18f