docs: enhance verifyDeployment.md documentation#423
docs: enhance verifyDeployment.md documentation#423VolodymyrBg wants to merge 2 commits intoagglayer:developfrom
Conversation
|
We require contributors/corporates @VolodymyrBg to read our Contributor License Agreement, please check the Individual CLA document/Corporate CLA document |
|
|
lgtm, PR on develop pls |
|
@invocamanman PR on develop? what i need to do? |
|
Change the destination branch to |
|
reminder: #423 (comment) xD |
Oops... sorry for the delay and thanks for reminder! gonna do it |
Looks like done, sorry again for the delay, shame on me |
| git submodule update | ||
| sudo apt install -y build-essential libomp-dev libgmp-dev nlohmann-json3-dev libpqxx-dev nasm libgrpc++-dev libprotobuf-dev grpc-proto libsodium-dev uuid-dev libsecp256k1-dev | ||
| make -j bctree fflonkSetup | ||
| make -j bctree fflonk_setup |
There was a problem hiding this comment.
@krlosMata this change is correct. but note that it was already applied here https://github.com/agglayer/agglayer-contracts/pull/535/files
this PR seems to be based in an old commit, since it doesnt includes the changes of said PR



Description
This pull request improves the verifyDeployment.md documentation by fixing several typos and adding missing sections to make the verification process clearer and more comprehensive for users.
Changes made:
-Changed "DOwnload" to "Download" in the repository download section
-Fixed the missing word in "you can the script" to "you can run the script"
-Corrected "btyecode" to "bytecode"
-Fixed grammar in "The script in a very similar behaviour of the last script" to "The script has a very similar behaviour to the last script"
-Verifying Deployment Results: Provides clear criteria for successful verification
-Troubleshooting: Offers guidance for common issues users might encounter during verification
-Enhanced instructions for genesis verification
-Added more context around the verification process