Skip to content

Commit

Permalink
Aptos Foundation -> Aptos Labs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidiw authored and aptos-bot committed Mar 12, 2022
1 parent 3ba9b4e commit 35bc6da
Show file tree
Hide file tree
Showing 123 changed files with 129 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .github/actions/dockerhub_login/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Now on the keys. There are several pub/private keys used to handle signing in D

So let's cover the keys.

* First there is an **org key** held by a member of the Aptos Foundation in our case.
* First there is an **org key** held by a member of the Aptos Labs in our case.
* Second there is a **repositiory key**, aka a key that can must be signed by the **org key** and can be used to allow users to sign docker hub images bound for one **repository** ie: validator, tools, faucet, etc.
* Third the key used by this action will be neither of the above, it will be a third **user key** that must be signed by the holder of the
**repository keys** to allow the signing of the docker image to be considered valid by this **user key**.
Expand Down
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-api"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos REST API"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion api/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-api-types"
version = "0.0.1"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos API Types"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/aptos-keygen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-keygen"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Command line utility to generate Ed25519 key pairs for testing"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/aptos-resource-viewer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-resource-viewer"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos resource viewer"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/aptos-transaction-benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-transaction-benchmarks"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos transaction benchmarks"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/aptos-transactional-test-harness/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-transactional-test-harness"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Transactional testing framework for Move"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/aptos-validator-interface/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-validator-interface"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Defines interfaces between the aptos nodes and local move infrastructure"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/aptos-vm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-vm"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos VM runtime"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/df-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "df-cli"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "CLI frontend for the Move compiler and VM (with Diem Framework)"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
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 <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "A tool that reconstructs and replays test cases from the trace dump of E2E tests"
license = "Apache-2.0"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/e2e-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "language-e2e-tests"
version = "0.1.0"
edition = "2018"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Move language e2e testing framework"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/e2e-testsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "language-e2e-testsuite"
version = "0.1.0"
edition = "2018"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Move language e2e tests"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "framework"
version = "0.1.0"
edition = "2018"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos stdlib"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/framework/DPN/releases/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "diem-framework-releases"
version = "0.1.0"
edition = "2018"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos Framework Releases"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/framework/aptos-framework/releases/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "aptos-framework-releases"
version = "0.1.0"
edition = "2018"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos Framework Releases"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/framework/experimental/releases/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "diem-experimental-framework-releases"
version = "0.1.0"
edition = "2018"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos Experimental Framework Releases"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/framework/releases/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "framework-releases"
version = "0.1.0"
edition = "2018"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos stdlib"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/genesis-viewer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "genesis-viewer"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos genesis viewer"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/move-examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "move-examples"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
repository = "https://github.com/aptos-core/aptos-labs"
homepage = "https://aptoslabs.com"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/mvhashmap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mvhashmap"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Move hash map"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/parallel-executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-parallel-executor"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos parallel transaction executor library"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/transaction-builder-generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "transaction-builder-generator"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos transaction-builder"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/transaction-replay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-transaction-replay"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Replay transactions stored on chain"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/vm-genesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "vm-genesis"
version = "0.1.0"
edition = "2018"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos vm genesis"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/writeset-transaction-generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-writeset-generator"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Generating writesets used for incident management"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-node"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos node"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-config"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos config"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion config/generate-key/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "generate-key"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos key generator"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion config/global-constants/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-global-constants"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos's global constant crate: the source of truth for constant definitions that span multiple crates"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion config/management/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-management"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos Management is a tool used to manage the configuration of a Node"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion config/management/genesis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-genesis-tool"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "A tool to manage genesis"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion config/management/operational/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-operational-tool"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Tool for operators to manage nodes"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion config/seed-peer-generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "seed-peer-generator"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos seed peer generator"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion consensus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "consensus"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos consensus"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion consensus/consensus-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "consensus-types"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos consensus types"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion consensus/safety-rules/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "safety-rules"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos safety rules"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-bitvec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-bitvec"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos safe bitvec implementation"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-crypto-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-crypto-derive"
version = "0.0.3"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Custom derives for `aptos-crypto`"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-crypto"
version = "0.0.3"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos crypto"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-faucet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-faucet"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos Testnet utility services"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-id-generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-id-generator"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos id-generator. A common id generator for Aptos"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-infallible/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-infallible"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos utilities for infallible types"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-log-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-log-derive"
version = "0.1.0"
authors = ["Aptos Foundation <[email protected]>"]
authors = ["Aptos Labs <[email protected]>"]
description = "Aptos structured log type macros"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
Expand Down
Loading

0 comments on commit 35bc6da

Please sign in to comment.