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
Merged
Changes from 27 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
ebfcd2d
update formatsubscriptionResult
2d51710
Merge branch '4.x' into 6368
48b1f3b
update changelog
47fed5c
data and input typings updated
f589403
debug contract
da552ef
debug
a4b280f
update debug
aaefddf
Merge branch '4.x' into 6355
1fb6068
add `{fillInputAndData: true,}` to `eth_call` on method_wrappers
moshmage 991a766
Merge pull request #1 from moshmage/moshmage-fix-call-input-data
moshmage 4eeccbb
fixing tests
0d57490
fix unit tests
2760c63
update tests
8b77a37
remove console log
9a2b658
Merge remote-tracking branch 'moshmage/4.x' into 6355
e2a6a9d
clean up
c4acb78
update test case and reformat
d66fd67
address feedback
bd2d9c1
update else statement
18e7e4c
Merge branch '4.x' into 6355
b06aa2e
adding tests and refactoring
e2c2569
fix builds
9ea72a4
address feedback
b4e0058
address feedback
7f5d08b
add dataInputFill flag
5f5b14e
add datafillinput config
01e71b8
update changelogs
96ee281
updating docs
0df6e8b
fixing linter
4c1d30c
add provider example
8716974
Merge branch '4.x' into 6355
2178278
updating docs
5aa72ec
updating docs
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
@luu-alex This config is specific for contract package only, so imo should be in contract package only instead of in web3_config class.
Uh oh!
There was an error while loading. Please reload this page.
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.
Setting it in web3_config class will allow users to only create this option once for all new contracts instantiated. If this was only in the contracts package, users with multiple contracts will need to define this option for every contract instance