Skip to content

Conversation

@hapeeeeee
Copy link

No description provided.

georgemitenkov and others added 30 commits June 11, 2025 14:56
- 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>
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! -->
wqfish and others added 29 commits July 1, 2025 11:49
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
* Make error response for view functions include details

* remove ser deser

* add some doc

* Dedupe code and rename enum arm
…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>
@hapeeeeee hapeeeeee merged commit 8300cb6 into improve-move-model-2506 Jul 7, 2025
18 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.