Skip to content

Conversation

0xmovses
Copy link
Collaborator

Description

Type of Change

  • New feature
  • Bug fix
  • Breaking change
  • Performance improvement
  • Refactoring
  • Dependency update
  • Documentation update
  • 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
  • Developer Infrastructure
  • Other (specify)

How Has This Been Tested?

Key Areas to Review

Checklist

  • I have read and followed the CONTRIBUTING doc
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I identified and added all stakeholders and component owners affected by this change as reviewers
  • I tested both happy and unhappy path of the functionality
  • I have made corresponding changes to the documentation

andygolay and others added 30 commits November 21, 2024 13:30
Framework Move modules and spec for Trusted Relayer Native Bridge
…th side. Move unit tests pass, still working on E2E Move tests
…for now to help reviewers make sense of everything
Native bridge: Modify param serialization to make bridge transfer IDs match on Move and Solidity sides in both L1 -> L2 and L2 -> L1 directions
andygolay and others added 30 commits May 6, 2025 09:14
…ce-false

feat: make is_core_resource_address always return false
…o default features (with exception of PERIODICAL_REWARD_RATE_DECREASE)
…o default features (with exception of PERIODICAL_REWARD_RATE_DECREASE)
…lags

feat: Include Aptos feature flags required for pre-l1-merge framework…
Updated metrics with prometheus and grafana setup
feat: annotate some functions in `object.move` as `#[view]`
## 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. -->

## Type of Change
- [ ] New feature
- [ ] Bug fix
- [ ] Breaking change
- [ ] Performance improvement
- [ ] Refactoring
- [ ] Dependency update
- [ ] Documentation update
- [ ] 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
- [ ] Developer Infrastructure
- [ ] Other (specify)

## 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.
-->

## 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.
-->

## Checklist
- [ ] I have read and followed the
[CONTRIBUTING](https://github.com/aptos-labs/aptos-core/blob/main/CONTRIBUTING.md)
doc
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I identified and added all stakeholders and component owners
affected by this change as reviewers
- [ ] I tested both happy and unhappy path of the functionality
- [ ] I have made corresponding changes to the documentation

<!-- Thank you for your contribution! -->
This was cherry picked from `0ae9d6f8721954e7428a9feefac83ae52bff0355`
on `movement-migration` which is the squash commit from PR
#227.

We need this commits now on `movement` for testing purposes.

---------

Co-authored-by: Bo Wu <[email protected]>
Co-authored-by: musitdev <[email protected]>
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.