File tree
77 files changed
+378
-286
lines changed- api
- goldens
- types
- src
- aptos-move
- aptos-transactional-test-harness
- src
- aptos-vm
- src
- e2e-move-tests
- tests
- error_map.data/pack
- sources
- e2e-tests
- src
- account_universe
- e2e-testsuite
- src/tests
- account_universe
- framework
- aptos-framework/sources
- src
- natives
- crates
- aptos
- src
- account
- governance
- move_tool
- node
- stake
- aptos-rest-client
- aptos-rosetta
- src
- transaction-emitter-lib
- execution
- executor
- tests
- executor-benchmark
- executor-test-helpers
- src
- sdk
- src
- transaction-builder
- src
- testsuite
- forge
- src/interface
- smoke-test
- src
- aptos
- types/src/transaction
- vm-validator
- src/unit_tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
77 files changed
+378
-286
lines changedDiff for: Cargo.lock
+7-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: Cargo.toml
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
89 | 88 |
| |
90 | 89 |
| |
91 | 90 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
Diff for: api/types/Cargo.toml
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 | 28 |
| |
30 | 29 |
| |
31 | 30 |
| |
|
Diff for: api/types/src/convert.rs
+9-20
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
| |||
678 | 677 |
| |
679 | 678 |
| |
680 | 679 |
| |
681 |
| - | |
682 |
| - | |
683 |
| - | |
684 |
| - | |
685 |
| - | |
686 |
| - | |
687 |
| - | |
688 |
| - | |
689 |
| - | |
690 |
| - | |
691 |
| - | |
692 |
| - | |
693 |
| - | |
694 |
| - | |
695 |
| - | |
696 |
| - | |
697 |
| - | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
698 | 687 |
| |
699 | 688 |
| |
700 | 689 |
| |
| |||
717 | 706 |
| |
718 | 707 |
| |
719 | 708 |
| |
720 |
| - | |
| 709 | + | |
721 | 710 |
| |
722 | 711 |
| |
723 | 712 |
| |
724 | 713 |
| |
725 |
| - | |
| 714 | + | |
726 | 715 |
| |
727 | 716 |
| |
728 | 717 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
38 | 37 |
| |
39 | 38 |
| |
40 | 39 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
501 | 501 |
| |
502 | 502 |
| |
503 | 503 |
| |
504 |
| - | |
| 504 | + | |
505 | 505 |
| |
506 | 506 |
| |
507 | 507 |
| |
| |||
517 | 517 |
| |
518 | 518 |
| |
519 | 519 |
| |
520 |
| - | |
| 520 | + | |
521 | 521 |
| |
522 | 522 |
| |
523 | 523 |
| |
|
Diff for: aptos-move/aptos-vm/Cargo.toml
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
|
Diff for: aptos-move/aptos-vm/src/aptos_vm.rs
+18
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
168 | 169 |
| |
169 | 170 |
| |
170 | 171 |
| |
| 172 | + | |
171 | 173 |
| |
172 | 174 |
| |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
173 | 191 |
| |
174 | 192 |
| |
175 | 193 |
| |
|
0 commit comments