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
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
optimizations
branch
from
March 24, 2022 12:05
c146eae
to
1c0de46
Compare
dribeiro-ShardLabs
force-pushed
the
optimizations
branch
from
March 24, 2022 13:03
e6c7f87
to
5168f0d
Compare
Can you add dev changes to the PR description (like testing changes)? |
Done |
FabijanC
suggested changes
Mar 25, 2022
FabijanC
suggested changes
Mar 28, 2022
FabijanC
approved these changes
Mar 28, 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.
Run Flask inside a proper container. This will improve how multiple requests are handled. Instead of being "piled up" increasing the time they take to process, the requests will now be received and treated sequentially.
Add new optional CLI argument
--lite-mode
. When this argument is passed, devnet will not calculate transaction hashes for deploy transactions, and will instead use a numeric sequence, and it turns off block generation as well.test_cli
andtest_cli_auth
were changed topytest
test files, in order to simplify unit test management;test_postman
was changed to a single test function, as the features are meant to be tested in a single flowRelated issue: #52