This repository was archived by the owner on Mar 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Init Plugin Docs #5558
Merged
Merged
Init Plugin Docs #5558
Conversation
This file contains hidden or 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
* fix typing compatibility when linking a contract to a context * replace any with unknown at a suggested code for Web3Context * Web3 net system tests (#5457) * Add tests * Update geth script * Fix geth script * Reset to initial chainId * Remove uneeded space * Ganace chainId * more fixes and sample calls for the plugin draft * tiny code revert for unused variable * add comments and replace some `any`s with `unknown`s for plugin related code * 5427 contracts unit tests (#5465) * sample abi of a contract * unit tests contract * contract events test * unit test data * additional tests for more coverage * default common check * test contract source and updated abi * common type fix * Merge with 5091 Co-authored-by: Nikos Iliakis <[email protected]> Co-authored-by: Junaid <[email protected]> Co-authored-by: Wyatt Barnes <[email protected]>
…b3 module redeclarations to test files
Co-authored-by: Muhammad Altabba <[email protected]>
c8ddee1 to
a342c79
Compare
spacesailor24
commented
Oct 25, 2022
spacesailor24
commented
Oct 25, 2022
jdevcs
suggested changes
Oct 25, 2022
Co-authored-by: Junaid <[email protected]>
jdevcs
suggested changes
Oct 25, 2022
Co-authored-by: Junaid <[email protected]>
Co-authored-by: Junaid <[email protected]>
jdevcs
reviewed
Oct 25, 2022
Co-authored-by: Junaid <[email protected]>
…3.js into wyatt/4.x/5526-plugin-docs
luu-alex
reviewed
Oct 25, 2022
luu-alex
approved these changes
Oct 25, 2022
Co-authored-by: Alex <[email protected]>
jdevcs
approved these changes
Oct 27, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To see the plugin docs:
yarnyarn build:docscd docsdocsdirectory, runyarndocsdirectory, runyarn startAdded Pages
closes #5526