This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
Implemented postman interaction with devnet #36
Merged
Merged
Conversation
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
dribeiro-ShardLabs
force-pushed
the
postman-support
branch
15 times, most recently
from
February 10, 2022 20:09
9f84533
to
ac2131f
Compare
dribeiro-ShardLabs
force-pushed
the
postman-support
branch
from
February 10, 2022 21:05
ac2131f
to
97dc0cf
Compare
FabijanC
suggested changes
Feb 11, 2022
FabijanC
suggested changes
Feb 11, 2022
FabijanC
approved these changes
Feb 14, 2022
dribeiro-ShardLabs
force-pushed
the
postman-support
branch
11 times, most recently
from
February 14, 2022 14:29
2d74ff9
to
0b4f7e7
Compare
FabijanC
reviewed
Feb 14, 2022
dribeiro-ShardLabs
force-pushed
the
postman-support
branch
from
February 14, 2022 14:37
0b4f7e7
to
69f932d
Compare
dribeiro-ShardLabs
force-pushed
the
postman-support
branch
from
February 14, 2022 14:50
69f932d
to
8628db5
Compare
Closed
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.
Implemented postman interaction with devnet
Added 2 new endpoints, described in the Readme
For devnet usage, ganache-cli is not a dependency (i.e, not interacted with in a direct way programatically), however all Web3 intaractions are only supported on local L1 testnets, so users will need to have a ganache-cli instance running in their machines.
Files to be ignored from review (copied from Starknet repo, which will be included in the next cairo-lang version):
"starknet_devnet/postman/eth_test_utils.py"
"starknet_devnet/postman/postman.py"
The solidity files will also be present in the future version of the cairo-lang package, however these will remain in this repository, as they are needed for testing purposes.
The MockStarknetMessaging.json file was generated manually, as it is not present in the cairo-lang repository, but it should also be included in the next versions.