Commit a62518c
authored
Prettify Aptos CLI -> Movement CLI (#224)
## 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. -->
Address #216
- Rename the misnomers: **Done**
- Fix cosmetics : **Done**
- Update any static URLs: **Done**
- Check the precompiled binary : **Not Done**. See binaries remark.
- Easy build of Movement CLI (homebrow or [current
script](https://docs.movementnetwork.xyz/devs/movementcli#quick-install-movement-precompiled-binaries)
built by Andy G): **Not done**. The entire process should be rethought
to generate the binaries build using GitHub CI and a more robust
Homebrew integration, rather than simply downloading the binary.
- When we init Move.toml should use our fork of the framework instead of
builders having to populate: Done
- Mainnet, Testnet, Devnet should populate movement endpoints for rpc:
**Done**
- Successful transactions with link to our explorer: **Done**
- New account creation should hit our faucet for initial account
initialization: **Done**
## Type of Change
- [ ] New feature
- [ ] Bug fix
- [ ] Breaking change
- [ ] Performance improvement
- [X] 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
- [X] 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.
-->
I built all targets and ran the tests.
I've created a new account, invited a new smart contract, and deployed
it.
## 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! -->File tree
63 files changed
+353
-364
lines changed- aptos-move
- aptos-release-builder
- src
- components
- replay-benchmark/src/commands
- aptos-node/src
- crates
- aptos-api-tester/src
- aptos-faucet/core/src
- funder
- server
- aptos-rest-client/src
- aptos-rosetta-cli
- src
- aptos-rosetta/src
- aptos
- e2e
- homebrew
- scripts
- src
- account
- common
- config
- move_tool
- node/local_testnet
- test
- devtools/aptos-cargo-cli/src
- ecosystem/indexer-grpc/indexer-transaction-generator
- src
- sdk
- examples
- src
- testsuite
- forge
- src
- smoke-test
- src
- aptos_cli
- jwks
- randomness
- testcases
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+353
-364
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
0 commit comments