aptos-core
aptos-core copied to clipboard
[account v2] a new account model with optional resources and working e2e with modified pro/epilogue
Description
It is a proof-of-concept implementation of Account v2 w/o account abstraction. It cannot work without completing the migration of APT to FA.
name it as lite_account
now.
Test Plan
add a new lite account structure in e2e-move-test framework and add a test of sending fungible asset from one account to the other to make sure everything works e2e including prologue/transfer/epilogue(charging gas etc).
This issue is stale because it has been open 45 days with no activity. Remove the stale
label, comment or push a commit - otherwise this will be closed in 15 days.
This issue is stale because it has been open 45 days with no activity. Remove the stale
label, comment or push a commit - otherwise this will be closed in 15 days.
⏱️ 1h 49m total CI duration on this PR
Job | Cumulative Duration | Recent Runs |
---|---|---|
rust-move-unit-coverage | 26m | 🟥 🟩 |
windows-build | 19m | 🟥 🟥 |
run-tests-main-branch | 12m | 🟩 🟩 🟩 |
rust-unit-tests | 11m | 🟥 🟥 |
check | 10m | 🟩 🟩 |
rust-lints | 9m | 🟥 🟥 |
general-lints | 7m | 🟩 🟩 |
rust-images / rust-all | 5m | 🟥 🟥 |
check-dynamic-deps | 4m | 🟩 🟩 🟩 |
docs-lint | 1m | 🟩 🟩 |
semgrep/ci | 1m | 🟩 🟩 🟩 |
file_change_determinator | 38s | 🟩 🟩 |
file_change_determinator | 32s | 🟩 🟩 🟩 |
file_change_determinator | 19s | 🟩 🟩 |
permission-check | 14s | 🟩 🟩 🟩 |
permission-check | 14s | 🟩 🟩 🟩 |
permission-check | 8s | 🟩 🟩 🟩 |
determine-docker-build-metadata | 7s | 🟩 🟩 |
permission-check | 6s | 🟩 🟩 |
permission-check | 6s | 🟩 🟩 🟩 |
Codecov Report
Attention: Patch coverage is 9.04762%
with 191 lines
in your changes missing coverage. Please review.
Project coverage is 59.1%. Comparing base (
3af88bc
) to head (b2b4860
). Report is 10 commits behind head on main.
:exclamation: There is a different number of reports uploaded between BASE (3af88bc) and HEAD (b2b4860). Click for more details.
HEAD has 1 upload less than BASE
Flag BASE (3af88bc) HEAD (b2b4860) 2 1
Additional details and impacted files
@@ Coverage Diff @@
## main #10780 +/- ##
===========================================
- Coverage 70.8% 59.1% -11.7%
===========================================
Files 2348 836 -1512
Lines 470183 202577 -267606
===========================================
- Hits 333129 119898 -213231
+ Misses 137054 82679 -54375
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.