forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 0
update to 2507 #1
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
Conversation
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
- Display implementation of tags is removed - `to_canonical_string()` should be used instead - Fixes conversion of function tags to strings
Co-authored-by: rustielin <12578616+rustielin@users.noreply.github.com>
…bs#16824) * add unit tests * add e2e test * refactor
Co-authored-by: Igor <igor-aptos@users.noreply.github.com>
Windows 2025 has winget pre-installed which will speed up builds and reduce random failures due to winget issues
… code cache (aptos-labs#16738) * Revamped concurrent combinatorial testing. new code cache tests * Address comments
Co-authored-by: Balaji Arun <balaji@aptoslabs.com>
Co-authored-by: rustielin <12578616+rustielin@users.noreply.github.com>
…ker (aptos-labs#16870) ## Description <!-- Please include a summary of the change, including which issue it fixes or what feature it adds. Include relevant motivation, context and documentation as appropriate. List dependencies that are required for this change, if any. --> Upgraded runs-on controller. Now we specify disk size via `disk=...` ## How Has This Been Tested? <!-- - Please ensure that the functionality introduced by this change is well tested and verified to work as expected. - Ensure tests cover both happy and unhappy paths. - List and link relevant tests. --> Workflows ## Key Areas to Review <!-- - Identify any critical parts of the code that require special attention or understanding. Explain why these parts are crucial to the functionality or architecture of the project. - Point out any areas where complex logic has been implemented. Provide a brief explanation of the logic and your approach to make it easier for reviewers to follow. - Highlight any areas where you are particularly concerned or unsure about the code's impact on the change. This can include potential performance or security issues, or compatibility with existing features. --> ## Type of Change - [ ] New feature - [ ] Bug fix - [ ] Breaking change - [ ] Performance improvement - [ ] Refactoring - [ ] Dependency update - [ ] Documentation update - [x] Tests ## Which Components or Systems Does This Change Impact? - [ ] Validator Node - [ ] Full Node (API, Indexer, etc.) - [ ] Move/Aptos Virtual Machine - [ ] Aptos Framework - [ ] Aptos CLI/SDK - [x] Developer Infrastructure - [ ] Move Compiler - [ ] Other (specify) ## Checklist - [x] I have read and followed the [CONTRIBUTING](https://github.com/aptos-labs/aptos-core/blob/main/CONTRIBUTING.md) doc - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I identified and added all stakeholders and component owners affected by this change as reviewers - [x] I tested both happy and unhappy path of the functionality - [x] I have made corresponding changes to the documentation <!-- Thank you for your contribution! -->
This change adds the new `Eviction` write op. It's not used yet.
…s-labs#16576) - Function values cannot capture aggregators: added a special error code - Layouts for storable closures constructed at pack time
aptos-labs#16772) * fix existing tests for opt proposal * opt proposal tests
… properly during filter mode (aptos-labs#16980)
…ion in parallel execution. (aptos-labs#16994)
* Make error response for view functions include details * remove ser deser * add some doc * Dedupe code and rename enum arm
…bs#17004) Co-authored-by: Wolfgang Grieskamp <wg@aptoslabs.com>
…6893) * BlockSTMv2 PR [6/n] Executor flow w. resource integration & tests
* order id change * addressing some comments/cleanups --------- Co-authored-by: Igor <igor-aptos@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.