Skip to content

Commit

Permalink
aptos-labs.com => aptoslabs.com`
Browse files Browse the repository at this point in the history
  • Loading branch information
CapCap authored and aptos-bot committed Mar 8, 2022
1 parent 5bf7e48 commit f10e895
Show file tree
Hide file tree
Showing 157 changed files with 396 additions and 396 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ assignees: ''
# 🐛 Bug

<!-- A clear and concise description of what the bug is.
To report a security issue, please email security@aptos-labs.com. -->
To report a security issue, please email security@aptoslabs.com. -->

## To reproduce

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation_bug_report.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "\U0001F41B Documentation/developers.aptos-labs.com Bug report"
name: "\U0001F41B Documentation/developers.aptoslabs.com Bug report"
about: Create a bug report to help improve the Diem Developers' Website
title: "[Bug]"
labels: bug
Expand All @@ -10,7 +10,7 @@ assignees: ''
# 🐛 Bug

<!-- A clear and concise description of your issue with the documentation or website.
To report a security issue, please email security@aptos-labs.com. -->
To report a security issue, please email security@aptoslabs.com. -->

## Steps to reproduce

Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The project is undergoing daily changes. Pull Requests will be reviewed and resp

## Related PRs

(If this PR adds or changes functionality, please take some time to update the docs at https://github.com/aptos-labs/aptos-core/tree/main/developers.aptos-labs.com, and link to your PR here.)
(If this PR adds or changes functionality, please take some time to update the docs at https://github.com/aptos-labs/aptos-core/tree/main/developers.aptoslabs.com, and link to your PR here.)

## If targeting a release branch, please fill the below out as well

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ jobs:
# Test that building the site is successful
- name: Build Site
run: |
cd developers.aptos-labs.com
cd developers.aptoslabs.com
# Only build the straight Docusaurus site now. Do not build rust `-r`
# or python docs `-p` on CI checks until we resolve the best way to
# build them for deployment
Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
> **Note to readers:** On December 1, 2020, the Libra Association was renamed to Aptos Association. The project repos are in the process of being migrated. All projects will remain available for use here until the migration to a new GitHub Organization is complete.
<a href="https://developers.aptos-labs.com">
<a href="https://developers.aptoslabs.com">
<img width="200" src="./.assets/aptos.png" alt="Aptos Logo" />
</a>

Expand All @@ -9,8 +9,8 @@
[![Aptos Rust Crate Documentation (main)](https://img.shields.io/badge/docs-main-59f)](https://aptos.github.io/aptos/)
[![License](https://img.shields.io/badge/license-Apache-green.svg)](LICENSE)
[![CircleCI](https://circleci.com/gh/aptos-labs/aptos-core/tree/main.svg?style=shield&circle-token=d248cf1c0580eb69a507a71c0d238e1eaf193767)](https://circleci.com/gh/aptos-labs/aptos-core/tree/main)
[![grcov](https://img.shields.io/badge/Coverage-grcov-green)](https://ci-artifacts.aptos-labs.com/coverage/unit-coverage/latest/index.html)
[![test history](https://img.shields.io/badge/Test-History-green)](https://ci-artifacts.aptos-labs.com/testhistory/aptos/aptos/auto/ci-test.yml/index.html)
[![grcov](https://img.shields.io/badge/Coverage-grcov-green)](https://ci-artifacts.aptoslabs.com/coverage/unit-coverage/latest/index.html)
[![test history](https://img.shields.io/badge/Test-History-green)](https://ci-artifacts.aptoslabs.com/testhistory/aptos/aptos/auto/ci-test.yml/index.html)
[![Automated Issues](https://img.shields.io/github/issues-search?color=orange&label=Automated%20Issues&query=repo%3Aaptos%2Faptos%20is%3Aopen%20author%3Aapp%2Fgithub-actions)](https://github.com/aptos-labs/aptos-core/issues/created_by/app/github-actions)
[![Discord chat](https://img.shields.io/discord/903339070925721652.svg?logo=discord&style=flat-square)](https://discord.gg/epNwRT2wcd)

Expand All @@ -24,33 +24,33 @@ Aptos Core implements a decentralized, programmable database which provides a fi

## Contributing

To begin contributing, [sign the CLA](https://aptos-labs.com/en-US/cla-sign/). You can learn more about contributing to the Aptos project by reading our [Contribution Guide](https://developers.aptos-labs.com/docs/community/contributing) and by viewing our [Code of Conduct](https://developers.aptos-labs.com/docs/policies/code-of-conduct).
To begin contributing, [sign the CLA](https://aptoslabs.com/en-US/cla-sign/). You can learn more about contributing to the Aptos project by reading our [Contribution Guide](https://developers.aptoslabs.com/docs/community/contributing) and by viewing our [Code of Conduct](https://developers.aptoslabs.com/docs/policies/code-of-conduct).

## Getting Started

### Learn About Aptos
* [Welcome](https://developers.aptos-labs.com/docs/welcome-to-aptos)
* [Basic Concepts](https://developers.aptos-labs.com/docs/basics/basics-txns-states)
* [Life of a Transaction](https://developers.aptos-labs.com/docs/transactions/basics-life-of-txn)
* [Welcome](https://developers.aptoslabs.com/docs/welcome-to-aptos)
* [Basic Concepts](https://developers.aptoslabs.com/docs/basics/basics-txns-states)
* [Life of a Transaction](https://developers.aptoslabs.com/docs/transactions/basics-life-of-txn)
* [JSON-RPC SPEC](json-rpc/json-rpc-spec.md)

### Try Aptos Core
* [My First Transaction](https://developers.aptos-labs.com/docs/tutorials/tutorial-my-first-transaction)
* [My First Transaction](https://developers.aptoslabs.com/docs/tutorials/tutorial-my-first-transaction)
* [Getting Started With Move](https://aptos.github.io/move/introduction.html)

### Technical Papers
* [The Aptos Blockchain](https://developers.aptos-labs.com/docs/technical-papers/the-aptos-blockchain-paper)
* [Move: A Language With Programmable Resources](https://developers.aptos-labs.com/docs/technical-papers/move-paper)
* [State Machine Replication in the Aptos Blockchain](https://developers.aptos-labs.com/docs/technical-papers/state-machine-replication-paper)
* [The Aptos Blockchain](https://developers.aptoslabs.com/docs/technical-papers/the-aptos-blockchain-paper)
* [Move: A Language With Programmable Resources](https://developers.aptoslabs.com/docs/technical-papers/move-paper)
* [State Machine Replication in the Aptos Blockchain](https://developers.aptoslabs.com/docs/technical-papers/state-machine-replication-paper)

### Blog
* [Aptos: The Path Forward](https://developers.aptos-labs.com/blog/2019/06/18/the-path-forward/)
* [Aptos: The Path Forward](https://developers.aptoslabs.com/blog/2019/06/18/the-path-forward/)

## Community

* Join us on the [Aptos Discord](https://discord.gg/epNwRT2wcd) or [Discourse](https://community.aptos-labs.com).
* Join us on the [Aptos Discord](https://discord.gg/epNwRT2wcd) or [Discourse](https://community.aptoslabs.com).
* Ask a question on [Stack Overflow](https://stackoverflow.com/questions/tagged/aptos).
* Get the latest updates to our project by signing up for our [newsletter](https://developers.aptos-labs.com/newsletter_form).
* Get the latest updates to our project by signing up for our [newsletter](https://developers.aptoslabs.com/newsletter_form).

## License

Expand Down
4 changes: 2 additions & 2 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "aptos-api"
version = "0.1.0"
authors = ["Aptos Foundation <opensource@aptos-labs.com>"]
authors = ["Aptos Foundation <opensource@aptoslabs.com>"]
description = "Aptos REST API"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
homepage = "https://aptoslabs.com"
license = "Apache-2.0"
publish = false
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions api/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "aptos-api-types"
version = "0.0.1"
authors = ["Aptos Foundation <opensource@aptos-labs.com>"]
authors = ["Aptos Foundation <opensource@aptoslabs.com>"]
description = "Aptos API Types"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
homepage = "https://aptoslabs.com"
license = "Apache-2.0"
publish = false
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions aptos-move/aptos-keygen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "aptos-keygen"
version = "0.1.0"
authors = ["Aptos Foundation <opensource@aptos-labs.com>"]
authors = ["Aptos Foundation <opensource@aptoslabs.com>"]
description = "Command line utility to generate Ed25519 key pairs for testing"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
homepage = "https://aptoslabs.com"
license = "Apache-2.0"
publish = false
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions aptos-move/aptos-resource-viewer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "aptos-resource-viewer"
version = "0.1.0"
authors = ["Aptos Foundation <opensource@aptos-labs.com>"]
authors = ["Aptos Foundation <opensource@aptoslabs.com>"]
description = "Aptos resource viewer"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
homepage = "https://aptoslabs.com"
license = "Apache-2.0"
publish = false
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions aptos-move/aptos-transaction-benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "aptos-transaction-benchmarks"
version = "0.1.0"
authors = ["Aptos Foundation <opensource@aptos-labs.com>"]
authors = ["Aptos Foundation <opensource@aptoslabs.com>"]
description = "Aptos transaction benchmarks"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
homepage = "https://aptoslabs.com"
license = "Apache-2.0"
publish = false
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions aptos-move/aptos-transactional-test-harness/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "aptos-transactional-test-harness"
version = "0.1.0"
authors = ["Aptos Foundation <opensource@aptos-labs.com>"]
authors = ["Aptos Foundation <opensource@aptoslabs.com>"]
description = "Transactional testing framework for Move"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
homepage = "https://aptoslabs.com"
license = "Apache-2.0"
publish = false
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions aptos-move/aptos-validator-interface/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "aptos-validator-interface"
version = "0.1.0"
authors = ["Aptos Foundation <opensource@aptos-labs.com>"]
authors = ["Aptos Foundation <opensource@aptoslabs.com>"]
description = "Defines interfaces between the diem nodes and local move infrastructure"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
homepage = "https://aptoslabs.com"
license = "Apache-2.0"
publish = false
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions aptos-move/aptos-vm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "aptos-vm"
version = "0.1.0"
authors = ["Aptos Foundation <opensource@aptos-labs.com>"]
authors = ["Aptos Foundation <opensource@aptoslabs.com>"]
description = "Aptos VM runtime"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
homepage = "https://aptoslabs.com"
license = "Apache-2.0"
publish = false
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions aptos-move/df-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "df-cli"
version = "0.1.0"
authors = ["Aptos Foundation <opensource@aptos-labs.com>"]
authors = ["Aptos Foundation <opensource@aptoslabs.com>"]
description = "CLI frontend for the Move compiler and VM (with Diem Framework)"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
homepage = "https://aptoslabs.com"
license = "Apache-2.0"
publish = false
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/e2e-tests-replay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-e2e-tests-replay"
version = "0.1.0"
authors = ["Aptos Foundation <opensource@aptos-labs.com>"]
authors = ["Aptos Foundation <opensource@aptoslabs.com>"]
description = "A tool that reconstructs and replays test cases from the trace dump of E2E tests"
license = "Apache-2.0"
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions aptos-move/e2e-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name = "language-e2e-tests"
version = "0.1.0"
edition = "2018"
authors = ["Aptos Foundation <opensource@aptos-labs.com>"]
authors = ["Aptos Foundation <opensource@aptoslabs.com>"]
description = "Aptos language e2e testing framework"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
homepage = "https://aptoslabs.com"
license = "Apache-2.0"
publish = false

Expand Down
4 changes: 2 additions & 2 deletions aptos-move/e2e-testsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name = "language-e2e-testsuite"
version = "0.1.0"
edition = "2018"
authors = ["Aptos Foundation <opensource@aptos-labs.com>"]
authors = ["Aptos Foundation <opensource@aptoslabs.com>"]
description = "Aptos language e2e tests"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
homepage = "https://aptoslabs.com"
license = "Apache-2.0"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion aptos-move/framework/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inside `stdlib` to compile all of the standard library modules, transaction scri

Most tests for the standard library live [here](../move-compiler/functional-tests) and can be run with `cargo test`.

These tests use the Move functional testing framework, which we will briefly explain here (more details can be found in this [blog post](https://developers.aptos-labs.com/blog/2020/03/06/how-to-use-the-end-to-end-tests-framework-in-move).
These tests use the Move functional testing framework, which we will briefly explain here (more details can be found in this [blog post](https://developers.aptoslabs.com/blog/2020/03/06/how-to-use-the-end-to-end-tests-framework-in-move).

A functional test is a sequence of Move transaction scripts that are executed against the genesis state of the blockchain. Tests typically call functions of the module under test and then use `assert`s to check that the call had the expected effect. The framework includes directives for checking that a transaction executed successfully (`// check: EXECUTED`) or aborted (e.g., `// check: ABORTED`). In addition, there are configuration macros (written `//!`) for creating accounts with human-readable names (`//! account: alice`), begining a new transaction (`//! new-transaction`), and setting the sender of a transaction (`//! sender: alice`).

Expand Down
4 changes: 2 additions & 2 deletions aptos-move/framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name = "framework"
version = "0.1.0"
edition = "2018"
authors = ["Aptos Foundation <opensource@aptos-labs.com>"]
authors = ["Aptos Foundation <opensource@aptoslabs.com>"]
description = "Aptos stdlib"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
homepage = "https://aptoslabs.com"
license = "Apache-2.0"
publish = false

Expand Down
4 changes: 2 additions & 2 deletions aptos-move/framework/DPN/releases/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name = "diem-framework-releases"
version = "0.1.0"
edition = "2018"
authors = ["Aptos Foundation <opensource@aptos-labs.com>"]
authors = ["Aptos Foundation <opensource@aptoslabs.com>"]
description = "Aptos Framework Releases"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
homepage = "https://aptoslabs.com"
license = "Apache-2.0"
publish = false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ Any account can send this transaction.
### Technical Description

Rotates the authentication key of the sending account to the
[authentication key derived from <code>public_key</code>](https://developers.aptos-labs.com/docs/core/accounts/#addresses-authentication-keys-and-cryptographic-keys)
[authentication key derived from <code>public_key</code>](https://developers.aptoslabs.com/docs/core/accounts/#addresses-authentication-keys-and-cryptographic-keys)
and publishes a <code><a href="SharedEd25519PublicKey.md#0x1_SharedEd25519PublicKey_SharedEd25519PublicKey">SharedEd25519PublicKey::SharedEd25519PublicKey</a></code> resource
containing the 32-byte ed25519 <code>public_key</code> and the <code><a href="DiemAccount.md#0x1_DiemAccount_KeyRotationCapability">DiemAccount::KeyRotationCapability</a></code> for
<code>account</code> under <code>account</code>.
Expand Down Expand Up @@ -414,7 +414,7 @@ Rotates the <code>account</code>'s authentication key to the supplied new authen

Rotate the <code>account</code>'s <code><a href="DiemAccount.md#0x1_DiemAccount_DiemAccount">DiemAccount::DiemAccount</a></code> <code>authentication_key</code>
field to <code>new_key</code>. <code>new_key</code> must be a valid authentication key that
corresponds to an ed25519 public key as described [here](https://developers.aptos-labs.com/docs/core/accounts/#addresses-authentication-keys-and-cryptographic-keys),
corresponds to an ed25519 public key as described [here](https://developers.aptoslabs.com/docs/core/accounts/#addresses-authentication-keys-and-cryptographic-keys),
and <code>account</code> must not have previously delegated its <code><a href="DiemAccount.md#0x1_DiemAccount_KeyRotationCapability">DiemAccount::KeyRotationCapability</a></code>.


Expand Down Expand Up @@ -522,7 +522,7 @@ Compliance or Diem Root accounts).

Rotates the <code>account</code>'s <code><a href="DiemAccount.md#0x1_DiemAccount_DiemAccount">DiemAccount::DiemAccount</a></code> <code>authentication_key</code>
field to <code>new_key</code>. <code>new_key</code> must be a valid authentication key that
corresponds to an ed25519 public key as described [here](https://developers.aptos-labs.com/docs/core/accounts/#addresses-authentication-keys-and-cryptographic-keys),
corresponds to an ed25519 public key as described [here](https://developers.aptoslabs.com/docs/core/accounts/#addresses-authentication-keys-and-cryptographic-keys),
and <code>account</code> must not have previously delegated its <code><a href="DiemAccount.md#0x1_DiemAccount_KeyRotationCapability">DiemAccount::KeyRotationCapability</a></code>.


Expand Down Expand Up @@ -637,7 +637,7 @@ only be sent by the Diem Root account as a write set transaction.

Rotate the <code>account</code>'s <code><a href="DiemAccount.md#0x1_DiemAccount_DiemAccount">DiemAccount::DiemAccount</a></code> <code>authentication_key</code> field to <code>new_key</code>.
<code>new_key</code> must be a valid authentication key that corresponds to an ed25519
public key as described [here](https://developers.aptos-labs.com/docs/core/accounts/#addresses-authentication-keys-and-cryptographic-keys),
public key as described [here](https://developers.aptoslabs.com/docs/core/accounts/#addresses-authentication-keys-and-cryptographic-keys),
and <code>account</code> must not have previously delegated its <code><a href="DiemAccount.md#0x1_DiemAccount_KeyRotationCapability">DiemAccount::KeyRotationCapability</a></code>.


Expand Down Expand Up @@ -763,7 +763,7 @@ new authentication key. Only used for accounts that are part of a recovery addre
Rotates the authentication key of the <code>to_recover</code> account to <code>new_key</code> using the
<code><a href="DiemAccount.md#0x1_DiemAccount_KeyRotationCapability">DiemAccount::KeyRotationCapability</a></code> stored in the <code><a href="RecoveryAddress.md#0x1_RecoveryAddress_RecoveryAddress">RecoveryAddress::RecoveryAddress</a></code> resource
published under <code>recovery_address</code>. <code>new_key</code> must be a valide authentication key as described
[here](https://developers.aptos-labs.com/docs/core/accounts/#addresses-authentication-keys-and-cryptographic-keys).
[here](https://developers.aptoslabs.com/docs/core/accounts/#addresses-authentication-keys-and-cryptographic-keys).
This transaction can be sent either by the <code>to_recover</code> account, or by the account where the
<code><a href="RecoveryAddress.md#0x1_RecoveryAddress_RecoveryAddress">RecoveryAddress::RecoveryAddress</a></code> resource is published that contains <code>to_recover</code>'s <code><a href="DiemAccount.md#0x1_DiemAccount_KeyRotationCapability">DiemAccount::KeyRotationCapability</a></code>.

Expand Down Expand Up @@ -989,7 +989,7 @@ any account that has previously published a shared ed25519 public key using
<code>public_key</code> must be a valid ed25519 public key. This transaction first rotates the public key stored in <code>account</code>'s
<code><a href="SharedEd25519PublicKey.md#0x1_SharedEd25519PublicKey_SharedEd25519PublicKey">SharedEd25519PublicKey::SharedEd25519PublicKey</a></code> resource to <code>public_key</code>, after which it
rotates the <code>account</code>'s authentication key to the new authentication key derived from <code>public_key</code> as defined
[here](https://developers.aptos-labs.com/docs/core/accounts/#addresses-authentication-keys-and-cryptographic-keys)
[here](https://developers.aptoslabs.com/docs/core/accounts/#addresses-authentication-keys-and-cryptographic-keys)
using the <code><a href="DiemAccount.md#0x1_DiemAccount_KeyRotationCapability">DiemAccount::KeyRotationCapability</a></code> stored in <code>account</code>'s <code><a href="SharedEd25519PublicKey.md#0x1_SharedEd25519PublicKey_SharedEd25519PublicKey">SharedEd25519PublicKey::SharedEd25519PublicKey</a></code>.


Expand Down
Loading

0 comments on commit f10e895

Please sign in to comment.