-
-
Notifications
You must be signed in to change notification settings - Fork 796
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
feat: improve batch copy performance #3483
Merged
Merged
Commits on Jun 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 56ae5f8 - Browse repository at this point
Copy the full SHA 56ae5f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75ee17a - Browse repository at this point
Copy the full SHA 75ee17aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffadff9 - Browse repository at this point
Copy the full SHA ffadff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4d1515 - Browse repository at this point
Copy the full SHA a4d1515View commit details -
Configuration menu - View commit details
-
Copy full SHA for d82970a - Browse repository at this point
Copy the full SHA d82970aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdbffa2 - Browse repository at this point
Copy the full SHA fdbffa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 393f2a6 - Browse repository at this point
Copy the full SHA 393f2a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e4b221 - Browse repository at this point
Copy the full SHA 6e4b221View commit details -
Configuration menu - View commit details
-
Copy full SHA for d31a2e8 - Browse repository at this point
Copy the full SHA d31a2e8View commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ee2a57a - Browse repository at this point
Copy the full SHA ee2a57aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 719419c - Browse repository at this point
Copy the full SHA 719419cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fbe59c - Browse repository at this point
Copy the full SHA 1fbe59cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8339d41 - Browse repository at this point
Copy the full SHA 8339d41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8877e6c - Browse repository at this point
Copy the full SHA 8877e6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1b97fa - Browse repository at this point
Copy the full SHA a1b97faView commit details -
Configuration menu - View commit details
-
Copy full SHA for a988712 - Browse repository at this point
Copy the full SHA a988712View commit details
Commits on Jul 7, 2023
-
feat: add optimization flag to vyper compiler
this commit adds the `--optimize` flag to the vyper cli, and as an option in vyper json. it is to be used separately from the `--no-optimize` flag. this commit does not actually add different options, just adds the flag and threads it through the codebase so it is available once we want to start differentiating between the two modes, and sets up the test harness to test both modes.
Configuration menu - View commit details
-
Copy full SHA for 8ed424b - Browse repository at this point
Copy the full SHA 8ed424bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 017a19f - Browse repository at this point
Copy the full SHA 017a19fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37d7e64 - Browse repository at this point
Copy the full SHA 37d7e64View commit details -
Configuration menu - View commit details
-
Copy full SHA for df8d642 - Browse repository at this point
Copy the full SHA df8d642View commit details
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0640d7e - Browse repository at this point
Copy the full SHA 0640d7eView commit details -
note: mypy needed bump to 0.940 to handle match/case
Configuration menu - View commit details
-
Copy full SHA for 2c7d696 - Browse repository at this point
Copy the full SHA 2c7d696View commit details -
Configuration menu - View commit details
-
Copy full SHA for be5f36a - Browse repository at this point
Copy the full SHA be5f36aView commit details -
remove evm_version from bitwise op tests
it was probably important when we supported pre-constantinople targets, not anymore
Configuration menu - View commit details
-
Copy full SHA for d2be8f5 - Browse repository at this point
Copy the full SHA d2be8f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 524c50f - Browse repository at this point
Copy the full SHA 524c50fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6caacf - Browse repository at this point
Copy the full SHA a6caacfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6084de4 - Browse repository at this point
Copy the full SHA 6084de4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3091ae3 - Browse repository at this point
Copy the full SHA 3091ae3View commit details -
needed to update to 0.940 anyways to handle match/case
Configuration menu - View commit details
-
Copy full SHA for 3cb1d5c - Browse repository at this point
Copy the full SHA 3cb1d5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6658dae - Browse repository at this point
Copy the full SHA 6658daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48c2611 - Browse repository at this point
Copy the full SHA 48c2611View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d3dc48 - Browse repository at this point
Copy the full SHA 1d3dc48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 214274d - Browse repository at this point
Copy the full SHA 214274dView commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a102aca - Browse repository at this point
Copy the full SHA a102acaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01910df - Browse repository at this point
Copy the full SHA 01910dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38951d3 - Browse repository at this point
Copy the full SHA 38951d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3bc3c2 - Browse repository at this point
Copy the full SHA a3bc3c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11e678b - Browse repository at this point
Copy the full SHA 11e678bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49006f6 - Browse repository at this point
Copy the full SHA 49006f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc261e1 - Browse repository at this point
Copy the full SHA dc261e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff2a25 - Browse repository at this point
Copy the full SHA 2ff2a25View commit details -
move slice tests from
fuzzing
tonot fuzzing
to ensure testingacross optimization modes
Configuration menu - View commit details
-
Copy full SHA for 90a65fc - Browse repository at this point
Copy the full SHA 90a65fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbd2aed - Browse repository at this point
Copy the full SHA cbd2aedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9065689 - Browse repository at this point
Copy the full SHA 9065689View commit details
Commits on Jul 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6e70dad - Browse repository at this point
Copy the full SHA 6e70dadView commit details -
Configuration menu - View commit details
-
Copy full SHA for e40da91 - Browse repository at this point
Copy the full SHA e40da91View commit details -
Configuration menu - View commit details
-
Copy full SHA for b383e41 - Browse repository at this point
Copy the full SHA b383e41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ac32d7 - Browse repository at this point
Copy the full SHA 6ac32d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87fb202 - Browse repository at this point
Copy the full SHA 87fb202View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea2cbb1 - Browse repository at this point
Copy the full SHA ea2cbb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfa53aa - Browse repository at this point
Copy the full SHA bfa53aaView commit details
Commits on Jul 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1c64f2c - Browse repository at this point
Copy the full SHA 1c64f2cView commit details
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.