Skip to content

Commit

Permalink
[rename] Diem Association Aptos Foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidiw committed Mar 7, 2022
1 parent aef28a8 commit 41980e7
Show file tree
Hide file tree
Showing 130 changed files with 135 additions and 135 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 Diem Association in our case.
* First there is an **org key** held by a member of the Aptos Foundation 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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem REST API"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem API Types"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Command line utility to generate Ed25519 key pairs for testing"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem resource viewer"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem transaction benchmarks"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Transactional testing framework for Move"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Defines interfaces between the diem nodes and local move infrastructure"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem VM runtime"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/diem-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "diem-framework"
version = "0.1.0"
edition = "2018"
authors = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem stdlib"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/diem-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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem Framework Releases"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
Expand Down
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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Aptos Framework Releases"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/diem-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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem Experimental Framework Releases"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/diem-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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem stdlib"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem language e2e testing framework"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem language e2e tests"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem genesis viewer"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem VM runtime"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem parallel transaction executor library"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem transaction-builder"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Replay transactions stored on chain"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem vm genesis"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Generating writesets used for incident management"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem node"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem aptos-config"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem generate key"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem'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://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem Management is a tool used to manage the configuration of a Diem Node"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem Management is a tool for operators to manage nodes"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem seed peer generator"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem consensus"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
license = "Apache-2.0"
publish = false
edition = "2018"
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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
license = "Apache-2.0"
publish = false
edition = "2018"
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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem safe bitvec implementation"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem custom derives for `aptos-crypto`"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem aptos-crypto"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-documentation-tool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos-documentation-tool"
version = "0.1.0"
authors = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem transaction-builder"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem Testnet utility services"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-faucet/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use structopt::StructOpt;
#[derive(Debug, StructOpt)]
#[structopt(
name = "Diem Faucet",
author = "The Diem Association",
author = "The Aptos Foundation",
about = "Diem Testnet utitlty service for creating test account and minting test coins"
)]
struct Args {
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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem aptos-id-generator. A common id generator for Diem"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.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 = ["Diem Association <[email protected]>"]
authors = ["Aptos Foundation <[email protected]>"]
description = "Diem aptos-infallible"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptos-labs.com"
Expand Down
Loading

0 comments on commit 41980e7

Please sign in to comment.