Skip to content
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

[framework] Add support for compressing and decompressing TokenV2 #15579

Draft
wants to merge 1 commit into
base: igor/compressed_object
Choose a base branch
from

Conversation

igor-aptos
Copy link
Contributor

Description

How Has This Been Tested?

Key Areas to Review

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
  • Move Compiler
  • Other (specify)

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

Copy link

trunk-io bot commented Dec 12, 2024

⏱️ 43m total CI duration on this PR
Job Cumulative Duration Recent Runs
rust-cargo-deny 9m 🟩🟩🟩🟩🟩
rust-move-tests 8m 🟥🟥
rust-move-tests 5m 🟥
rust-move-tests 5m 🟥
check-dynamic-deps 5m 🟩🟩🟩🟩🟩
rust-move-tests 3m 🟥
general-lints 2m 🟩🟩🟩🟩🟩
rust-move-tests 2m 🟥
semgrep/ci 2m 🟩🟩🟩🟩🟩
file_change_determinator 1m 🟩🟩🟩🟩🟩
permission-check 22s 🟩🟩🟩🟩🟩
permission-check 13s 🟩🟩🟩🟩🟩
check-branch-prefix 1s 🟩

settingsfeedbackdocs ⋅ learn more about trunk.io

@igor-aptos igor-aptos force-pushed the igor/compressed_object branch from e750301 to 689aab8 Compare December 12, 2024 18:25
@igor-aptos igor-aptos force-pushed the igor/compressed_token branch from 67a7e7b to 7146dab Compare December 12, 2024 18:25
@igor-aptos igor-aptos force-pushed the igor/compressed_object branch from 689aab8 to 556c09f Compare December 12, 2024 18:38
@igor-aptos igor-aptos force-pushed the igor/compressed_token branch from 7146dab to 0565a05 Compare December 12, 2024 18:38
@igor-aptos igor-aptos force-pushed the igor/compressed_object branch from 556c09f to 2d9aa2a Compare December 16, 2024 22:24
@igor-aptos igor-aptos force-pushed the igor/compressed_token branch from 0565a05 to 4901a8b Compare December 16, 2024 22:24
@igor-aptos igor-aptos force-pushed the igor/compressed_object branch from 2d9aa2a to a783828 Compare December 17, 2024 19:44
@igor-aptos igor-aptos force-pushed the igor/compressed_token branch from 4901a8b to 0830a5d Compare December 17, 2024 19:44
@igor-aptos igor-aptos force-pushed the igor/compressed_object branch from a783828 to 2ce525e Compare January 7, 2025 20:59
@igor-aptos igor-aptos force-pushed the igor/compressed_token branch from 0830a5d to 921adbe Compare January 7, 2025 20:59
@igor-aptos igor-aptos force-pushed the igor/compressed_object branch from 2ce525e to 541435f Compare January 9, 2025 20:41
@igor-aptos igor-aptos force-pushed the igor/compressed_token branch from 921adbe to 1f2b9c8 Compare January 9, 2025 20:41
@igor-aptos igor-aptos force-pushed the igor/compressed_object branch from 541435f to ce087e2 Compare January 10, 2025 06:41
@igor-aptos igor-aptos force-pushed the igor/compressed_token branch from 1f2b9c8 to fe87fea Compare January 10, 2025 06:41
@igor-aptos igor-aptos force-pushed the igor/compressed_object branch from ce087e2 to bfb1a0a Compare January 10, 2025 07:32
@igor-aptos igor-aptos force-pushed the igor/compressed_token branch from fe87fea to 9f4070b Compare January 10, 2025 07:32
@igor-aptos igor-aptos force-pushed the igor/compressed_object branch 2 times, most recently from 24f6d98 to 049d19f Compare January 10, 2025 22:42
@igor-aptos igor-aptos force-pushed the igor/compressed_token branch from 9f4070b to 37c8e3b Compare January 10, 2025 22:42
@igor-aptos igor-aptos force-pushed the igor/compressed_object branch from 049d19f to 46a3a39 Compare January 11, 2025 04:31
@igor-aptos igor-aptos force-pushed the igor/compressed_token branch from 37c8e3b to 1e796b1 Compare January 11, 2025 04:31
@igor-aptos igor-aptos force-pushed the igor/compressed_object branch from 46a3a39 to 7015a54 Compare January 11, 2025 04:40
@igor-aptos igor-aptos force-pushed the igor/compressed_token branch from 1e796b1 to 23b612b Compare January 11, 2025 04:40
@igor-aptos igor-aptos force-pushed the igor/compressed_object branch from 7015a54 to fcb4947 Compare January 11, 2025 08:52
@igor-aptos igor-aptos force-pushed the igor/compressed_token branch from 23b612b to b19f8c6 Compare January 11, 2025 08:52
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.

1 participant