-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] Guides & Tutorials improvement (#6676)
* restructure the folders and add category.yml to all of them for clear structure * created introduction file withshort packages explanation * finished quickstart guide with basic examples * finished introduction * delete features file (added this in introduction) * fixed typo * metamask (react and html) connection * added emojis to the categories * separated the examples into different files * removed transactions sections and put them into wallet sections * rewrote mastering wallet and accounts * reorder and changed name of promievents * rewrote local wallet tutorial * rewrote/reorganized signing tutorial * added diagram of wallet and accounts for the index * rewrote/reorganized transactions section * added little warning to node_wallet and changed title * restructure the examples into several tutorials * renamed file * removed CJS imports * rename file and reorganized folder structure of infer guide * removed CJS imports * renamed label * created different file to show all the explained web3-eth methods * fixed some typos * removed step 7 which is in another file * removed folder and renamed the file * removed folder and renamed the file * fixed typos and reorganized structure of the file * fixed format of tree shaking guide * organized typos/structure but didn't change the code at all * added showcase section and rephrase the intro * reorganized the spaces in the code samples * reorganized spaces in the codesamples * reorganized spaces in the codesamples * changed headings * removed glossary in the sidebar and added it to guides and tutorials * Revert "removed glossary in the sidebar and added it to guides and tutorials" This reverts commit b2bc267. * fixed broken links * fixed broken links x2 * shorten name to have it only in 1 line * add info about personal api is deprecated * renamed web3eth without dash to be consistent * added parenthesis * added link to web3js/plugins * deleted glossary tab since it was added to the guides section * Revert "deleted glossary tab since it was added to the guides section" This reverts commit 2801bd0. * changed all double-quotes to single-quotes * organized pre-requisites for each section * separated injected provider from truffle file * changed title from truffle to third party provider * replaced double quotes for single quotes * Update docs/docs/guides/wallet/signing.md Co-authored-by: Muhammad Altabba <[email protected]> * Update docs/docs/guides/wallet/transactions.md Co-authored-by: Muhammad Altabba <[email protected]> * changed main header in for `Truffle` --------- Co-authored-by: Muhammad Altabba <[email protected]>
- Loading branch information
1 parent
23d69ba
commit 65a9862
Showing
52 changed files
with
3,616 additions
and
3,726 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,5 +1,5 @@ | ||
label: 'Advanced' | ||
label: '🧠 Advanced' | ||
collapsible: true | ||
collapsed: true | ||
link: null | ||
position: 5 | ||
position: 11 |
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.
65a9862
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
processingTx
9629
ops/sec (±3.74%
)9301
ops/sec (±4.81%
)0.97
processingContractDeploy
39163
ops/sec (±9.81%
)39129
ops/sec (±7.62%
)1.00
processingContractMethodSend
19973
ops/sec (±5.74%
)19443
ops/sec (±5.19%
)0.97
processingContractMethodCall
40286
ops/sec (±4.36%
)38971
ops/sec (±6.34%
)0.97
abiEncode
44194
ops/sec (±8.42%
)44252
ops/sec (±6.92%
)1.00
abiDecode
31357
ops/sec (±6.88%
)30419
ops/sec (±8.89%
)0.97
sign
1680
ops/sec (±1.18%
)1656
ops/sec (±4.08%
)0.99
verify
379
ops/sec (±0.59%
)373
ops/sec (±0.78%
)0.98
This comment was automatically generated by workflow using github-action-benchmark.