-
Notifications
You must be signed in to change notification settings - Fork 38
Erdpy network providers integration in erdpy #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
8018b3e
reference erdpy-eggs repositories
popenta 559118e
remove IElrondProxy from transactions.py
popenta 87136ad
use ProxyNetworkProvider for `get_hyperblock`
popenta 30315ca
remove ElrondProxy
popenta bf2539d
fix
popenta 08a022f
integrate erdpy_network in erdpy
popenta 086c0cc
add args to main function + fix test
popenta 8a31b89
Merge branch 'main' into erdpy-eggs-reference
popenta 5c89c02
add tests and fixes
popenta ee4f5a1
add tests and small fixes
popenta 5ff5370
modify version for referenced packages
popenta 0a41247
Simple commit to trigger workflows.
andreibancioiu e65af3d
Trigger github workflow.
andreibancioiu 054cf24
reference new release for erdpy_network_providers
popenta b2b2137
fix package referencing and renaming
popenta 6762a6c
add default args to main function
popenta a4e22eb
list files in github actions
popenta bf52ba0
fix repo name
popenta 440b859
fix name
popenta adaff8b
fix organisation name
popenta 591fe9c
fix after migration
popenta 876ebce
Merge pull request #173 from multiversx/fix-repo-name
popenta 029a733
Merge branch 'main' into erdpy-eggs-reference
popenta 0caa3cb
add new `.gitignore` for tests
popenta db5ae64
fix test
popenta 14aced8
fix `erdpy contract templates`
popenta 175406b
Merge pull request #174 from multiversx/contract-templates-fix
popenta a154824
Merge branch 'main' into erdpy-eggs-reference
popenta 28a772a
fix vm repo name
popenta 0266c8c
bump version
popenta f2ec42e
Merge pull request #177 from multiversx/vm-renaming-fix
popenta 63c717b
Merge branch 'main' into erdpy-eggs-reference
popenta 4a46672
fix after review
popenta 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,6 @@ __pycache__ | |
| *.py[cod] | ||
| *$py.class | ||
| .pytest_cache/ | ||
| erdpy/tests/testdata-out | ||
| .idea | ||
|
|
||
|
|
||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| __version__ = "3.0.1" | ||
| __version__ = "3.0.3" |
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
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.
Uh oh!
There was an error while loading. Please reload this page.