From 35bc6da5f79e39b17e9bb362d9fec45e2537d1b4 Mon Sep 17 00:00:00 2001 From: David Wolinsky Date: Fri, 11 Mar 2022 16:47:27 -0800 Subject: [PATCH] Aptos Foundation -> Aptos Labs --- .github/actions/dockerhub_login/readme.md | 2 +- api/Cargo.toml | 2 +- api/types/Cargo.toml | 2 +- aptos-move/aptos-keygen/Cargo.toml | 2 +- aptos-move/aptos-resource-viewer/Cargo.toml | 2 +- aptos-move/aptos-transaction-benchmarks/Cargo.toml | 2 +- .../aptos-transactional-test-harness/Cargo.toml | 2 +- aptos-move/aptos-validator-interface/Cargo.toml | 2 +- aptos-move/aptos-vm/Cargo.toml | 2 +- aptos-move/df-cli/Cargo.toml | 2 +- aptos-move/e2e-tests-replay/Cargo.toml | 2 +- aptos-move/e2e-tests/Cargo.toml | 2 +- aptos-move/e2e-testsuite/Cargo.toml | 2 +- aptos-move/framework/Cargo.toml | 2 +- aptos-move/framework/DPN/releases/Cargo.toml | 2 +- .../framework/aptos-framework/releases/Cargo.toml | 2 +- .../framework/experimental/releases/Cargo.toml | 2 +- aptos-move/framework/releases/Cargo.toml | 2 +- aptos-move/genesis-viewer/Cargo.toml | 2 +- aptos-move/move-examples/Cargo.toml | 2 +- aptos-move/mvhashmap/Cargo.toml | 2 +- aptos-move/parallel-executor/Cargo.toml | 2 +- .../transaction-builder-generator/Cargo.toml | 2 +- aptos-move/transaction-replay/Cargo.toml | 2 +- aptos-move/vm-genesis/Cargo.toml | 2 +- .../writeset-transaction-generator/Cargo.toml | 2 +- aptos-node/Cargo.toml | 2 +- config/Cargo.toml | 2 +- config/generate-key/Cargo.toml | 2 +- config/global-constants/Cargo.toml | 2 +- config/management/Cargo.toml | 2 +- config/management/genesis/Cargo.toml | 2 +- config/management/operational/Cargo.toml | 2 +- config/seed-peer-generator/Cargo.toml | 2 +- consensus/Cargo.toml | 2 +- consensus/consensus-types/Cargo.toml | 2 +- consensus/safety-rules/Cargo.toml | 2 +- crates/aptos-bitvec/Cargo.toml | 2 +- crates/aptos-crypto-derive/Cargo.toml | 2 +- crates/aptos-crypto/Cargo.toml | 2 +- crates/aptos-faucet/Cargo.toml | 2 +- crates/aptos-id-generator/Cargo.toml | 2 +- crates/aptos-infallible/Cargo.toml | 2 +- crates/aptos-log-derive/Cargo.toml | 2 +- crates/aptos-logger/Cargo.toml | 2 +- crates/aptos-metrics-core/Cargo.toml | 2 +- crates/aptos-metrics/Cargo.toml | 2 +- crates/aptos-proptest-helpers/Cargo.toml | 2 +- crates/aptos-rate-limiter/Cargo.toml | 2 +- crates/aptos-rest-client/Cargo.toml | 2 +- crates/aptos-retrier/Cargo.toml | 2 +- crates/aptos-temppath/Cargo.toml | 2 +- crates/aptos-time-service/Cargo.toml | 2 +- crates/aptos-wallet/Cargo.toml | 2 +- crates/aptos-workspace-hack/Cargo.toml | 2 +- crates/bounded-executor/Cargo.toml | 2 +- crates/channel/Cargo.toml | 2 +- crates/crash-handler/Cargo.toml | 2 +- crates/debug-interface/Cargo.toml | 2 +- crates/fallible/Cargo.toml | 2 +- crates/num-variants/Cargo.toml | 2 +- crates/proxy/Cargo.toml | 2 +- crates/short-hex-str/Cargo.toml | 2 +- crates/transaction-emitter/Cargo.toml | 2 +- devtools/x-core/Cargo.toml | 2 +- devtools/x-lint/Cargo.toml | 2 +- devtools/x/Cargo.toml | 2 +- documentation/specifications/README.md | 14 +++++++------- .../specifications/network/onchain-discovery.md | 2 +- execution/db-bootstrapper/Cargo.toml | 2 +- execution/execution-correctness/Cargo.toml | 2 +- execution/executor-benchmark/Cargo.toml | 2 +- execution/executor-test-helpers/Cargo.toml | 2 +- execution/executor-types/Cargo.toml | 2 +- execution/executor/Cargo.toml | 2 +- mempool/Cargo.toml | 2 +- network/Cargo.toml | 2 +- network/builder/Cargo.toml | 2 +- network/discovery/Cargo.toml | 2 +- network/memsocket/Cargo.toml | 2 +- network/netcore/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- sdk/offchain/Cargo.toml | 2 +- sdk/transaction-builder/Cargo.toml | 2 +- secure/net/Cargo.toml | 2 +- secure/push-metrics/Cargo.toml | 2 +- secure/storage/Cargo.toml | 2 +- secure/storage/github/Cargo.toml | 2 +- secure/storage/vault/Cargo.toml | 2 +- state-sync/aptos-data-client/Cargo.toml | 2 +- .../consensus-notifications/Cargo.toml | 2 +- .../inter-component/event-notifications/Cargo.toml | 2 +- .../mempool-notifications/Cargo.toml | 2 +- state-sync/state-sync-v1/Cargo.toml | 2 +- .../data-streaming-service/Cargo.toml | 2 +- .../state-sync-v2/state-sync-driver/Cargo.toml | 2 +- .../state-sync-multiplexer/Cargo.toml | 2 +- state-sync/storage-service/client/Cargo.toml | 2 +- state-sync/storage-service/server/Cargo.toml | 2 +- state-sync/storage-service/types/Cargo.toml | 2 +- storage/accumulator/Cargo.toml | 2 +- storage/aptosdb/Cargo.toml | 2 +- storage/aptossum/Cargo.toml | 2 +- storage/backup/backup-cli/Cargo.toml | 2 +- storage/backup/backup-service/Cargo.toml | 2 +- storage/inspector/Cargo.toml | 2 +- storage/jellyfish-merkle/Cargo.toml | 2 +- storage/schemadb/Cargo.toml | 2 +- storage/scratchpad/Cargo.toml | 2 +- storage/state-view/Cargo.toml | 2 +- storage/storage-client/Cargo.toml | 2 +- storage/storage-interface/Cargo.toml | 2 +- storage/storage-service/Cargo.toml | 2 +- testsuite/aptos-fuzzer/Cargo.toml | 2 +- testsuite/aptos-fuzzer/fuzz/Cargo.toml | 2 +- testsuite/forge-cli/Cargo.toml | 2 +- testsuite/forge/Cargo.toml | 2 +- testsuite/generate-format/Cargo.toml | 2 +- testsuite/smoke-test/Cargo.toml | 2 +- testsuite/testcases/Cargo.toml | 2 +- types/Cargo.toml | 2 +- vm-validator/Cargo.toml | 2 +- x.toml | 2 +- 123 files changed, 129 insertions(+), 129 deletions(-) diff --git a/.github/actions/dockerhub_login/readme.md b/.github/actions/dockerhub_login/readme.md index 0ed8e60b0c69a..5610af2dddbdd 100644 --- a/.github/actions/dockerhub_login/readme.md +++ b/.github/actions/dockerhub_login/readme.md @@ -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**. diff --git a/api/Cargo.toml b/api/Cargo.toml index bda4e6063c29c..15f928e9bd1ba 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-api" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos REST API" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/api/types/Cargo.toml b/api/types/Cargo.toml index 1156b8859ab10..da18bd4503c6a 100644 --- a/api/types/Cargo.toml +++ b/api/types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-api-types" version = "0.0.1" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos API Types" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/aptos-keygen/Cargo.toml b/aptos-move/aptos-keygen/Cargo.toml index 262a9434b4176..ea77862999e8c 100644 --- a/aptos-move/aptos-keygen/Cargo.toml +++ b/aptos-move/aptos-keygen/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-keygen" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Command line utility to generate Ed25519 key pairs for testing" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/aptos-resource-viewer/Cargo.toml b/aptos-move/aptos-resource-viewer/Cargo.toml index b59105a06182a..0faaf8b9af1b4 100644 --- a/aptos-move/aptos-resource-viewer/Cargo.toml +++ b/aptos-move/aptos-resource-viewer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-resource-viewer" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos resource viewer" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/aptos-transaction-benchmarks/Cargo.toml b/aptos-move/aptos-transaction-benchmarks/Cargo.toml index e78cf80a71cc9..d6c526dcfc7f9 100644 --- a/aptos-move/aptos-transaction-benchmarks/Cargo.toml +++ b/aptos-move/aptos-transaction-benchmarks/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-transaction-benchmarks" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos transaction benchmarks" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/aptos-transactional-test-harness/Cargo.toml b/aptos-move/aptos-transactional-test-harness/Cargo.toml index fa17878d3b4a0..e4b4c7737cf89 100644 --- a/aptos-move/aptos-transactional-test-harness/Cargo.toml +++ b/aptos-move/aptos-transactional-test-harness/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-transactional-test-harness" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Transactional testing framework for Move" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/aptos-validator-interface/Cargo.toml b/aptos-move/aptos-validator-interface/Cargo.toml index 12dd94251ba66..737fde06a8d3d 100644 --- a/aptos-move/aptos-validator-interface/Cargo.toml +++ b/aptos-move/aptos-validator-interface/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-validator-interface" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Defines interfaces between the aptos nodes and local move infrastructure" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/aptos-vm/Cargo.toml b/aptos-move/aptos-vm/Cargo.toml index caded54173fea..a9f7a5b0e2514 100644 --- a/aptos-move/aptos-vm/Cargo.toml +++ b/aptos-move/aptos-vm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-vm" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos VM runtime" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/df-cli/Cargo.toml b/aptos-move/df-cli/Cargo.toml index beaadca6b453b..3d048bf657b68 100644 --- a/aptos-move/df-cli/Cargo.toml +++ b/aptos-move/df-cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "df-cli" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "CLI frontend for the Move compiler and VM (with Diem Framework)" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/e2e-tests-replay/Cargo.toml b/aptos-move/e2e-tests-replay/Cargo.toml index 3e7161268da8c..7a1103ec7425c 100644 --- a/aptos-move/e2e-tests-replay/Cargo.toml +++ b/aptos-move/e2e-tests-replay/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-e2e-tests-replay" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "A tool that reconstructs and replays test cases from the trace dump of E2E tests" license = "Apache-2.0" edition = "2018" diff --git a/aptos-move/e2e-tests/Cargo.toml b/aptos-move/e2e-tests/Cargo.toml index c7c0471700367..64d4650dfd7d7 100644 --- a/aptos-move/e2e-tests/Cargo.toml +++ b/aptos-move/e2e-tests/Cargo.toml @@ -2,7 +2,7 @@ name = "language-e2e-tests" version = "0.1.0" edition = "2018" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Move language e2e testing framework" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/e2e-testsuite/Cargo.toml b/aptos-move/e2e-testsuite/Cargo.toml index db7e7f81e5780..3400892b2f0e2 100644 --- a/aptos-move/e2e-testsuite/Cargo.toml +++ b/aptos-move/e2e-testsuite/Cargo.toml @@ -2,7 +2,7 @@ name = "language-e2e-testsuite" version = "0.1.0" edition = "2018" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Move language e2e tests" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/framework/Cargo.toml b/aptos-move/framework/Cargo.toml index 58e6491520fc6..3ae155636b563 100644 --- a/aptos-move/framework/Cargo.toml +++ b/aptos-move/framework/Cargo.toml @@ -2,7 +2,7 @@ name = "framework" version = "0.1.0" edition = "2018" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos stdlib" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/framework/DPN/releases/Cargo.toml b/aptos-move/framework/DPN/releases/Cargo.toml index 211c4b930ef16..74a8ba6de7e9a 100644 --- a/aptos-move/framework/DPN/releases/Cargo.toml +++ b/aptos-move/framework/DPN/releases/Cargo.toml @@ -2,7 +2,7 @@ name = "diem-framework-releases" version = "0.1.0" edition = "2018" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos Framework Releases" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/framework/aptos-framework/releases/Cargo.toml b/aptos-move/framework/aptos-framework/releases/Cargo.toml index b1ea8d9d19db7..ad04795f2933e 100644 --- a/aptos-move/framework/aptos-framework/releases/Cargo.toml +++ b/aptos-move/framework/aptos-framework/releases/Cargo.toml @@ -2,7 +2,7 @@ name = "aptos-framework-releases" version = "0.1.0" edition = "2018" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos Framework Releases" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/framework/experimental/releases/Cargo.toml b/aptos-move/framework/experimental/releases/Cargo.toml index 4ed049cb27795..fa13c546589dc 100644 --- a/aptos-move/framework/experimental/releases/Cargo.toml +++ b/aptos-move/framework/experimental/releases/Cargo.toml @@ -2,7 +2,7 @@ name = "diem-experimental-framework-releases" version = "0.1.0" edition = "2018" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos Experimental Framework Releases" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/framework/releases/Cargo.toml b/aptos-move/framework/releases/Cargo.toml index 4b8a9c99654d2..116c1ad41fe9a 100644 --- a/aptos-move/framework/releases/Cargo.toml +++ b/aptos-move/framework/releases/Cargo.toml @@ -2,7 +2,7 @@ name = "framework-releases" version = "0.1.0" edition = "2018" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos stdlib" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/genesis-viewer/Cargo.toml b/aptos-move/genesis-viewer/Cargo.toml index 979e9c6574e94..e72ee1849767d 100644 --- a/aptos-move/genesis-viewer/Cargo.toml +++ b/aptos-move/genesis-viewer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "genesis-viewer" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos genesis viewer" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/move-examples/Cargo.toml b/aptos-move/move-examples/Cargo.toml index c1f738d765692..e8aa29df29040 100644 --- a/aptos-move/move-examples/Cargo.toml +++ b/aptos-move/move-examples/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "move-examples" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] repository = "https://github.com/aptos-core/aptos-labs" homepage = "https://aptoslabs.com" license = "Apache-2.0" diff --git a/aptos-move/mvhashmap/Cargo.toml b/aptos-move/mvhashmap/Cargo.toml index c67ec300b076a..9de34f7594f6d 100644 --- a/aptos-move/mvhashmap/Cargo.toml +++ b/aptos-move/mvhashmap/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mvhashmap" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Move hash map" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/parallel-executor/Cargo.toml b/aptos-move/parallel-executor/Cargo.toml index 5ef2be0772027..6772db6791915 100644 --- a/aptos-move/parallel-executor/Cargo.toml +++ b/aptos-move/parallel-executor/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-parallel-executor" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos parallel transaction executor library" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/transaction-builder-generator/Cargo.toml b/aptos-move/transaction-builder-generator/Cargo.toml index 99438e42723bd..5693a012aaa38 100644 --- a/aptos-move/transaction-builder-generator/Cargo.toml +++ b/aptos-move/transaction-builder-generator/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "transaction-builder-generator" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos transaction-builder" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/transaction-replay/Cargo.toml b/aptos-move/transaction-replay/Cargo.toml index 4294f08bac53b..d0158594e03eb 100644 --- a/aptos-move/transaction-replay/Cargo.toml +++ b/aptos-move/transaction-replay/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-transaction-replay" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Replay transactions stored on chain" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/vm-genesis/Cargo.toml b/aptos-move/vm-genesis/Cargo.toml index 0975eb173ff82..1e017c8554bad 100644 --- a/aptos-move/vm-genesis/Cargo.toml +++ b/aptos-move/vm-genesis/Cargo.toml @@ -2,7 +2,7 @@ name = "vm-genesis" version = "0.1.0" edition = "2018" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos vm genesis" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-move/writeset-transaction-generator/Cargo.toml b/aptos-move/writeset-transaction-generator/Cargo.toml index 809b663ed86a5..9331ac6c914e3 100644 --- a/aptos-move/writeset-transaction-generator/Cargo.toml +++ b/aptos-move/writeset-transaction-generator/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-writeset-generator" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Generating writesets used for incident management" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/aptos-node/Cargo.toml b/aptos-node/Cargo.toml index 349127acf778d..f58d5c97ac409 100644 --- a/aptos-node/Cargo.toml +++ b/aptos-node/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-node" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos node" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/config/Cargo.toml b/config/Cargo.toml index 87c3b831530f0..1407f7d2e13a7 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-config" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos config" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/config/generate-key/Cargo.toml b/config/generate-key/Cargo.toml index 49e794e93183f..d53b284ec5c6d 100644 --- a/config/generate-key/Cargo.toml +++ b/config/generate-key/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "generate-key" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos key generator" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/config/global-constants/Cargo.toml b/config/global-constants/Cargo.toml index 14175ae647831..84d797be28d0e 100644 --- a/config/global-constants/Cargo.toml +++ b/config/global-constants/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-global-constants" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] 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" diff --git a/config/management/Cargo.toml b/config/management/Cargo.toml index 17039fd5534c1..198e05c324033 100644 --- a/config/management/Cargo.toml +++ b/config/management/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-management" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] 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" diff --git a/config/management/genesis/Cargo.toml b/config/management/genesis/Cargo.toml index 26f56a0e04506..2983334643004 100644 --- a/config/management/genesis/Cargo.toml +++ b/config/management/genesis/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-genesis-tool" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "A tool to manage genesis" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/config/management/operational/Cargo.toml b/config/management/operational/Cargo.toml index ac7305c6303e9..4202c57c1fd48 100644 --- a/config/management/operational/Cargo.toml +++ b/config/management/operational/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-operational-tool" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Tool for operators to manage nodes" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/config/seed-peer-generator/Cargo.toml b/config/seed-peer-generator/Cargo.toml index e3dc00fdef466..7c86ea03297be 100644 --- a/config/seed-peer-generator/Cargo.toml +++ b/config/seed-peer-generator/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "seed-peer-generator" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos seed peer generator" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/consensus/Cargo.toml b/consensus/Cargo.toml index 6dbd57ed53b75..f4060daae332d 100644 --- a/consensus/Cargo.toml +++ b/consensus/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "consensus" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos consensus" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/consensus/consensus-types/Cargo.toml b/consensus/consensus-types/Cargo.toml index b5d96546e252a..2295790c3a5cd 100644 --- a/consensus/consensus-types/Cargo.toml +++ b/consensus/consensus-types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "consensus-types" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos consensus types" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/consensus/safety-rules/Cargo.toml b/consensus/safety-rules/Cargo.toml index 9b8140fb43e09..abdd612373943 100644 --- a/consensus/safety-rules/Cargo.toml +++ b/consensus/safety-rules/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "safety-rules" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos safety rules" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/aptos-bitvec/Cargo.toml b/crates/aptos-bitvec/Cargo.toml index 7e31233ba718f..47234438d08c7 100644 --- a/crates/aptos-bitvec/Cargo.toml +++ b/crates/aptos-bitvec/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-bitvec" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos safe bitvec implementation" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/aptos-crypto-derive/Cargo.toml b/crates/aptos-crypto-derive/Cargo.toml index 08a9dea697042..7690834df7478 100644 --- a/crates/aptos-crypto-derive/Cargo.toml +++ b/crates/aptos-crypto-derive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-crypto-derive" version = "0.0.3" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Custom derives for `aptos-crypto`" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/aptos-crypto/Cargo.toml b/crates/aptos-crypto/Cargo.toml index a7cd347203cb3..632f09bc36571 100644 --- a/crates/aptos-crypto/Cargo.toml +++ b/crates/aptos-crypto/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-crypto" version = "0.0.3" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos crypto" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/aptos-faucet/Cargo.toml b/crates/aptos-faucet/Cargo.toml index 142ce0c57b339..a3b9cdc510a97 100644 --- a/crates/aptos-faucet/Cargo.toml +++ b/crates/aptos-faucet/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-faucet" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos Testnet utility services" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/aptos-id-generator/Cargo.toml b/crates/aptos-id-generator/Cargo.toml index e7ea02ebf753c..a4af1c3b1edd2 100644 --- a/crates/aptos-id-generator/Cargo.toml +++ b/crates/aptos-id-generator/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-id-generator" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos id-generator. A common id generator for Aptos" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/aptos-infallible/Cargo.toml b/crates/aptos-infallible/Cargo.toml index bcd16f9d7c318..4a4e5edc89c51 100644 --- a/crates/aptos-infallible/Cargo.toml +++ b/crates/aptos-infallible/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-infallible" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos utilities for infallible types" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/aptos-log-derive/Cargo.toml b/crates/aptos-log-derive/Cargo.toml index 544b270492839..36dd6808bc38b 100644 --- a/crates/aptos-log-derive/Cargo.toml +++ b/crates/aptos-log-derive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-log-derive" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos structured log type macros" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/aptos-logger/Cargo.toml b/crates/aptos-logger/Cargo.toml index f8aaebb2af9df..997441281155c 100644 --- a/crates/aptos-logger/Cargo.toml +++ b/crates/aptos-logger/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-logger" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos logger" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/aptos-metrics-core/Cargo.toml b/crates/aptos-metrics-core/Cargo.toml index 184eff2c68d01..60b7b49be32c2 100644 --- a/crates/aptos-metrics-core/Cargo.toml +++ b/crates/aptos-metrics-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-metrics-core" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos metrics shortcuts" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/aptos-metrics/Cargo.toml b/crates/aptos-metrics/Cargo.toml index fd1f1b2351253..f31b7c6e76a60 100644 --- a/crates/aptos-metrics/Cargo.toml +++ b/crates/aptos-metrics/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-metrics" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos metrics utilities" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/aptos-proptest-helpers/Cargo.toml b/crates/aptos-proptest-helpers/Cargo.toml index 38b0afa805dd4..bdc971777ce3d 100644 --- a/crates/aptos-proptest-helpers/Cargo.toml +++ b/crates/aptos-proptest-helpers/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-proptest-helpers" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos proptest helpers" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/aptos-rate-limiter/Cargo.toml b/crates/aptos-rate-limiter/Cargo.toml index 8f1ea63dcbd07..8ce9b3b3ad513 100644 --- a/crates/aptos-rate-limiter/Cargo.toml +++ b/crates/aptos-rate-limiter/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-rate-limiter" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Token bucket rate limiter" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/aptos-rest-client/Cargo.toml b/crates/aptos-rest-client/Cargo.toml index cce3b7e73720f..61ae7363cdae6 100644 --- a/crates/aptos-rest-client/Cargo.toml +++ b/crates/aptos-rest-client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-rest-client" version = "0.0.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos REST client" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/aptos-retrier/Cargo.toml b/crates/aptos-retrier/Cargo.toml index ea03e32310de8..6df5951aa4a1b 100644 --- a/crates/aptos-retrier/Cargo.toml +++ b/crates/aptos-retrier/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-retrier" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Generic retry and exponential backoff" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/aptos-temppath/Cargo.toml b/crates/aptos-temppath/Cargo.toml index 9d4cfdc776ee4..d85e851c851e6 100644 --- a/crates/aptos-temppath/Cargo.toml +++ b/crates/aptos-temppath/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-temppath" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Temporary path utilities" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/aptos-time-service/Cargo.toml b/crates/aptos-time-service/Cargo.toml index e2cbb0206a8ad..74f261e3b8d9b 100644 --- a/crates/aptos-time-service/Cargo.toml +++ b/crates/aptos-time-service/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-time-service" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Time Service for mocking time with tokio" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/aptos-wallet/Cargo.toml b/crates/aptos-wallet/Cargo.toml index 54e049d7e61f7..70ab66c6cdef3 100644 --- a/crates/aptos-wallet/Cargo.toml +++ b/crates/aptos-wallet/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-wallet" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos wallet" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/aptos-workspace-hack/Cargo.toml b/crates/aptos-workspace-hack/Cargo.toml index 76edf8ecc6564..8d00b2f937a17 100644 --- a/crates/aptos-workspace-hack/Cargo.toml +++ b/crates/aptos-workspace-hack/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-workspace-hack" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos workspace hack" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/bounded-executor/Cargo.toml b/crates/bounded-executor/Cargo.toml index a0aa5e8b344f5..f3187395fbe53 100644 --- a/crates/bounded-executor/Cargo.toml +++ b/crates/bounded-executor/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bounded-executor" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Executor bounded by number of concurrent tasks" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/channel/Cargo.toml b/crates/channel/Cargo.toml index ff113cb742021..c09ce4fb7f413 100644 --- a/crates/channel/Cargo.toml +++ b/crates/channel/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "channel" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "An implementation of a channel with configurable QoS" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/crash-handler/Cargo.toml b/crates/crash-handler/Cargo.toml index 06c3eca7c701e..042388200c2c9 100644 --- a/crates/crash-handler/Cargo.toml +++ b/crates/crash-handler/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "crash-handler" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos crash handler" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/debug-interface/Cargo.toml b/crates/debug-interface/Cargo.toml index e9d793ca63922..18675b6084603 100644 --- a/crates/debug-interface/Cargo.toml +++ b/crates/debug-interface/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "debug-interface" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos debug interface" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/fallible/Cargo.toml b/crates/fallible/Cargo.toml index c8e29a53362e0..54b7c4a8eba16 100644 --- a/crates/fallible/Cargo.toml +++ b/crates/fallible/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fallible" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Fallible utlities for infallible operations" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/num-variants/Cargo.toml b/crates/num-variants/Cargo.toml index af80453a4f4bf..babc1ed39ec35 100644 --- a/crates/num-variants/Cargo.toml +++ b/crates/num-variants/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "num-variants" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Utility to add a constant value to enum variants" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/proxy/Cargo.toml b/crates/proxy/Cargo.toml index 30672c538cb81..1551773640e16 100644 --- a/crates/proxy/Cargo.toml +++ b/crates/proxy/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxy" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos proxy" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/short-hex-str/Cargo.toml b/crates/short-hex-str/Cargo.toml index 73b804145d062..8ca66c8167e8b 100644 --- a/crates/short-hex-str/Cargo.toml +++ b/crates/short-hex-str/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "short-hex-str" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Short hex string encoding" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/crates/transaction-emitter/Cargo.toml b/crates/transaction-emitter/Cargo.toml index dfcc95bd094ef..51e73695cc86b 100644 --- a/crates/transaction-emitter/Cargo.toml +++ b/crates/transaction-emitter/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "transaction-emitter" version = "0.0.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos transaction emitter for testing" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/devtools/x-core/Cargo.toml b/devtools/x-core/Cargo.toml index 74ce256cd0f69..8c17d9caa3db7 100644 --- a/devtools/x-core/Cargo.toml +++ b/devtools/x-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "x-core" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Core data structures used by x" edition = "2018" publish = false diff --git a/devtools/x-lint/Cargo.toml b/devtools/x-lint/Cargo.toml index 3930ba499c581..1d72f5b3c5daf 100644 --- a/devtools/x-lint/Cargo.toml +++ b/devtools/x-lint/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "x-lint" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Lint engine for x" edition = "2018" publish = false diff --git a/devtools/x/Cargo.toml b/devtools/x/Cargo.toml index 71d90dc720804..a88d80493108e 100644 --- a/devtools/x/Cargo.toml +++ b/devtools/x/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "x" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos extended cargo tasks" edition = "2018" publish = false diff --git a/documentation/specifications/README.md b/documentation/specifications/README.md index f7ebd9584e63c..38b9cf7cfffed 100644 --- a/documentation/specifications/README.md +++ b/documentation/specifications/README.md @@ -6,7 +6,7 @@ This document describes the protocol specifications for the Diem Payment Network * Developers who work on supporting transaction validation and interface with the validation protocols. * Those interested in improving the protocol specifications and/or understanding the LPN in more detail. -The reference implementations for all LPN specifications is [Aptos Core](https://github.com/diem/diem). Aptos Core is maintained by the open-source developer community on behalf of the [Aptos Foundation](https://aptoslabs.com/en-US/association/). After the initial launch of the LPN, all specification changes will be proposed via the Diem Improvement Proposals (DIP) process - which is not yet finalized and public. For expedience prior to the launch of the LPN, changes to the specification will be made directly in the documentation and code. +The reference implementations for all LPN specifications is [Aptos Core](https://github.com/diem/diem). Aptos Core is maintained by the open-source developer community on behalf of the [Aptos Labs](https://aptoslabs.com/en-US/association/). After the initial launch of the LPN, all specification changes will be proposed via the Diem Improvement Proposals (DIP) process - which is not yet finalized and public. For expedience prior to the launch of the LPN, changes to the specification will be made directly in the documentation and code. ## Overview @@ -19,7 +19,7 @@ latency, and an efficient, high-capacity storage system. * Highly secure to ensure the safety of funds and financial data. * Flexible, so that it can power future innovation in financial services. -The Diem Blockchain is designed from the ground up to holistically address these requirements and builds on the learnings from existing projects and research — a combination of innovative approaches and well-understood techniques. The [Diem whitepaper](https://developers.aptoslabs.com/docs/assets/papers/the-diem-blockchain/2019-09-26.pdf) provides much of the rationale behind the overall design. More details on the Aptos Foundation and its mission are available on [aptoslabs.com](https://aptoslabs.com) +The Diem Blockchain is designed from the ground up to holistically address these requirements and builds on the learnings from existing projects and research — a combination of innovative approaches and well-understood techniques. The [Diem whitepaper](https://developers.aptoslabs.com/docs/assets/papers/the-diem-blockchain/2019-09-26.pdf) provides much of the rationale behind the overall design. More details on the Aptos Labs and its mission are available on [aptoslabs.com](https://aptoslabs.com) ## Architecture @@ -62,7 +62,7 @@ In addition, these specifications build on top of a common set of specifications ## Specification upgrades -The LPN specifications are designed to support upgrades over time via the Diem Improvement Proposal (DIP) process. Unlike many other blockchains that determine when upgrades are live in mainnet through community organization and coordination, the timing for LPN specification upgrades is directed by the Aptos Foundation. The full LPN specifications are split into smaller specifications in order to limit the affected parties. For example, the JSON-RPC client specification can be upgraded without affecting the validating service specifications and correspondingly the validating nodes (validators). Each specification is versioned sequentially beginning with 1\. Over time, the specifications may be divided or merged to balance the size of the affected parties against the overhead of maintaining and versioning separate specifications. +The LPN specifications are designed to support upgrades over time via the Diem Improvement Proposal (DIP) process. Unlike many other blockchains that determine when upgrades are live in mainnet through community organization and coordination, the timing for LPN specification upgrades is directed by the Aptos Labs. The full LPN specifications are split into smaller specifications in order to limit the affected parties. For example, the JSON-RPC client specification can be upgraded without affecting the validating service specifications and correspondingly the validating nodes (validators). Each specification is versioned sequentially beginning with 1\. Over time, the specifications may be divided or merged to balance the size of the affected parties against the overhead of maintaining and versioning separate specifications. The process for upgrading the LPN specifications is as follows: @@ -79,14 +79,14 @@ The process for upgrading the LPN specifications is as follows: In order to describe the LPN upgrade process, we will define specification S with current in-production version V and next accepted version V+1. - * **Backwards-incompatible specification changes** The Diem Core Contributors will publicly announce that a backwards-incompatible specification change to S is occurring with V+1 and that on a production date (e.g. 3-6 months in the future), the V+1 specification will become eligible to be deployed in production. All validators and clients will be required to have already upgraded to software that can support V+1 by that point. After the production date, the Aptos Foundation will ensure that the LPN validators have upgraded (i.e., by verifying the software versions) and after verification will submit an on-chain transaction to make V+1 active. After the transaction is committed, all clients that have upgraded will interoperate on V+1 rather than V automatically. All older software that is unable to interoperate with V+1 will fail. In summary: + * **Backwards-incompatible specification changes** The Diem Core Contributors will publicly announce that a backwards-incompatible specification change to S is occurring with V+1 and that on a production date (e.g. 3-6 months in the future), the V+1 specification will become eligible to be deployed in production. All validators and clients will be required to have already upgraded to software that can support V+1 by that point. After the production date, the Aptos Labs will ensure that the LPN validators have upgraded (i.e., by verifying the software versions) and after verification will submit an on-chain transaction to make V+1 active. After the transaction is committed, all clients that have upgraded will interoperate on V+1 rather than V automatically. All older software that is unable to interoperate with V+1 will fail. In summary: - 1. Aptos Foundation announces a production date and the software versions validators and clients need to run in order to continue to interoperate with the LPN. + 1. Aptos Labs announces a production date and the software versions validators and clients need to run in order to continue to interoperate with the LPN. 2. Validators and clients upgrade to the prescribed software versions prior to the production date. - 3. After confirming the validators support V+1 and after the production date has passed, the Aptos Foundation submits the necessary transaction on-chain to make V+1 live. + 3. After confirming the validators support V+1 and after the production date has passed, the Aptos Labs submits the necessary transaction on-chain to make V+1 live. 4. After the transaction is committed, V+1 is live in production. Validators and clients both use the V+1 version of the specification and any actors running with version V are no longer able to interoperate. - * **Backwards-compatible specification changes**. Although the version of the specification S will increase, since the previous active version V of the specification will continue to operate correctly, the Aptos Foundation will publicly announce a deadline for the LPN validators to adopt version V+1\. This will provide clients an opportunity to know when V+1 will be supported and start leveraging V+1\. After this deadline passes, all the LPN validators will actively support the upgraded specification version V+1 and implicitly version V since version V+1 is backwards-compatible. In most cases, backwards-compatible changes will have overlapping functionality (i.e. 2 APIs for syncing transaction history, the newer one containing mores features than the previous one) and a future upgrade of the specification (e.g. V+2) may remove the duplicate functionality from V+1, making V+2 a backwards-incompatible change for V+1\. Some examples of these types of changes include AptosNet specification changes or adding new APIs for state synchronization. In summary, LPN validators upgrade to the V+1 specification by a deadline set by the Aptos Foundation while LPN clients can optionally upgrade to the V+1 specification. + * **Backwards-compatible specification changes**. Although the version of the specification S will increase, since the previous active version V of the specification will continue to operate correctly, the Aptos Labs will publicly announce a deadline for the LPN validators to adopt version V+1\. This will provide clients an opportunity to know when V+1 will be supported and start leveraging V+1\. After this deadline passes, all the LPN validators will actively support the upgraded specification version V+1 and implicitly version V since version V+1 is backwards-compatible. In most cases, backwards-compatible changes will have overlapping functionality (i.e. 2 APIs for syncing transaction history, the newer one containing mores features than the previous one) and a future upgrade of the specification (e.g. V+2) may remove the duplicate functionality from V+1, making V+2 a backwards-incompatible change for V+1\. Some examples of these types of changes include AptosNet specification changes or adding new APIs for state synchronization. In summary, LPN validators upgrade to the V+1 specification by a deadline set by the Aptos Labs while LPN clients can optionally upgrade to the V+1 specification. 4. **Finalize upgrade**. After the upgrade is running in production, all productionized DIPs move from "Accepted" to "Final". Additionally, the specifications listed in production are updated. diff --git a/documentation/specifications/network/onchain-discovery.md b/documentation/specifications/network/onchain-discovery.md index 81e6f511ffa68..f8d54c9df462b 100644 --- a/documentation/specifications/network/onchain-discovery.md +++ b/documentation/specifications/network/onchain-discovery.md @@ -104,4 +104,4 @@ Alternatively, a safer approach to preserve validator connectivity (at the expen ## Caveats -Modifications to the discovery information requires a quorum. In the event of a connectivity crisis where the validator set loses quorum (e.g. 1/3+ validators crash and forget their identity pubkeys), validators can't submit transactions to modify the on-chain discovery information to regain connectivity. A sufficient fallback in such an extreme event might be for each validator to manually configure their seed peers config with all other validators' discovery information. Alternatively, the Aptos Foundation may issue a new Genesis Transaction to manually set a new validator set, though this requires significant coordination. +Modifications to the discovery information requires a quorum. In the event of a connectivity crisis where the validator set loses quorum (e.g. 1/3+ validators crash and forget their identity pubkeys), validators can't submit transactions to modify the on-chain discovery information to regain connectivity. A sufficient fallback in such an extreme event might be for each validator to manually configure their seed peers config with all other validators' discovery information. Alternatively, the Aptos Labs may issue a new Genesis Transaction to manually set a new validator set, though this requires significant coordination. diff --git a/execution/db-bootstrapper/Cargo.toml b/execution/db-bootstrapper/Cargo.toml index e0ae9e68d5bf3..be350237c709f 100644 --- a/execution/db-bootstrapper/Cargo.toml +++ b/execution/db-bootstrapper/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "db-bootstrapper" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos DB-Bootstrapper" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/execution/execution-correctness/Cargo.toml b/execution/execution-correctness/Cargo.toml index 1cfe548d1b2fe..a8b8f6614da67 100644 --- a/execution/execution-correctness/Cargo.toml +++ b/execution/execution-correctness/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "execution-correctness" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos execution correctness checker" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptos-labs.com" diff --git a/execution/executor-benchmark/Cargo.toml b/execution/executor-benchmark/Cargo.toml index 007da7da8772b..f0486f34408d1 100644 --- a/execution/executor-benchmark/Cargo.toml +++ b/execution/executor-benchmark/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "executor-benchmark" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos executor benchmark" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/execution/executor-test-helpers/Cargo.toml b/execution/executor-test-helpers/Cargo.toml index 602230b27a634..f218733b64daa 100644 --- a/execution/executor-test-helpers/Cargo.toml +++ b/execution/executor-test-helpers/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "executor-test-helpers" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos executor test helpers" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/execution/executor-types/Cargo.toml b/execution/executor-types/Cargo.toml index 8ea1f7cec2b61..2a28d66d230e9 100644 --- a/execution/executor-types/Cargo.toml +++ b/execution/executor-types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "executor-types" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos executor interface types" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/execution/executor/Cargo.toml b/execution/executor/Cargo.toml index 67d8250ac711d..0438d68ada796 100644 --- a/execution/executor/Cargo.toml +++ b/execution/executor/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "executor" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos executor" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/mempool/Cargo.toml b/mempool/Cargo.toml index b953a6f6a2864..aec16487aa209 100644 --- a/mempool/Cargo.toml +++ b/mempool/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-mempool" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos mempool for consuming incoming transactions" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/network/Cargo.toml b/network/Cargo.toml index 332c1bdea795b..d107352a61ae6 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "network" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos networking stack" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/network/builder/Cargo.toml b/network/builder/Cargo.toml index b30d763d85143..e8ba3f5d6615f 100644 --- a/network/builder/Cargo.toml +++ b/network/builder/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "network-builder" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos network builder for constructing a network" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/network/discovery/Cargo.toml b/network/discovery/Cargo.toml index 16e11eca0c755..adbce68d97f22 100644 --- a/network/discovery/Cargo.toml +++ b/network/discovery/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "network-discovery" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos Network Peer Discovery" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/network/memsocket/Cargo.toml b/network/memsocket/Cargo.toml index 076a19c6a1d71..e37495b27cdca 100644 --- a/network/memsocket/Cargo.toml +++ b/network/memsocket/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "memsocket" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos memsocket" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/network/netcore/Cargo.toml b/network/netcore/Cargo.toml index 5af5fec00118b..9bbc58c345a12 100644 --- a/network/netcore/Cargo.toml +++ b/network/netcore/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "netcore" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos netcore" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 3ad3d6b3f9a05..809090d6b08be 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-sdk" version = "0.0.3" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "The Official Aptos SDK" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/sdk/offchain/Cargo.toml b/sdk/offchain/Cargo.toml index 76cc723ae30c3..c01d5e92fdb03 100644 --- a/sdk/offchain/Cargo.toml +++ b/sdk/offchain/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "offchain" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos offchain sdk module" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/sdk/transaction-builder/Cargo.toml b/sdk/transaction-builder/Cargo.toml index bcb6488f5547c..bed59e53d16d2 100644 --- a/sdk/transaction-builder/Cargo.toml +++ b/sdk/transaction-builder/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-transaction-builder" version = "0.0.3" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Generated transaction builders" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/secure/net/Cargo.toml b/secure/net/Cargo.toml index 7494c3d1ed345..2166e64fe0447 100644 --- a/secure/net/Cargo.toml +++ b/secure/net/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-secure-net" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] repository = "https://github.com/aptos-labs/aptos-core" description = "Aptos's Simple Network Substrate" homepage = "https://aptoslabs.com" diff --git a/secure/push-metrics/Cargo.toml b/secure/push-metrics/Cargo.toml index 5d36107923ef7..10e29ac7a39a8 100644 --- a/secure/push-metrics/Cargo.toml +++ b/secure/push-metrics/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-secure-push-metrics" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos secure push metrics" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/secure/storage/Cargo.toml b/secure/storage/Cargo.toml index 2d894ee23a99c..d1cec5ed71722 100644 --- a/secure/storage/Cargo.toml +++ b/secure/storage/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-secure-storage" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] repository = "https://github.com/aptos-labs/aptos-core" description = "Aptos's Persistent, Secure Storage" homepage = "https://aptoslabs.com" diff --git a/secure/storage/github/Cargo.toml b/secure/storage/github/Cargo.toml index d988acdbc8641..ed1477f33fead 100644 --- a/secure/storage/github/Cargo.toml +++ b/secure/storage/github/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-github-client" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] repository = "https://github.com/aptos-labs/aptos-core" description = "Aptos's Restful GitHub Client" homepage = "https://aptoslabs.com" diff --git a/secure/storage/vault/Cargo.toml b/secure/storage/vault/Cargo.toml index 0bf744d4aae1a..9789141763431 100644 --- a/secure/storage/vault/Cargo.toml +++ b/secure/storage/vault/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-vault-client" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] repository = "https://github.com/aptos-labs/aptos-core" description = "Aptos's Restful Vault Client" homepage = "https://aptoslabs.com" diff --git a/state-sync/aptos-data-client/Cargo.toml b/state-sync/aptos-data-client/Cargo.toml index c1fa47a8f602c..8d59a20b79988 100644 --- a/state-sync/aptos-data-client/Cargo.toml +++ b/state-sync/aptos-data-client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-data-client" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "The Aptos data client" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/state-sync/inter-component/consensus-notifications/Cargo.toml b/state-sync/inter-component/consensus-notifications/Cargo.toml index abe1cba80ba67..0b20f0d3e7781 100644 --- a/state-sync/inter-component/consensus-notifications/Cargo.toml +++ b/state-sync/inter-component/consensus-notifications/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "consensus-notifications" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] repository = "https://github.com/aptos-labs/aptos-core" description = "The notification interface between state sync and consensus" homepage = "https://aptoslabs.com" diff --git a/state-sync/inter-component/event-notifications/Cargo.toml b/state-sync/inter-component/event-notifications/Cargo.toml index ea06827963b5c..eb42b302bc02b 100644 --- a/state-sync/inter-component/event-notifications/Cargo.toml +++ b/state-sync/inter-component/event-notifications/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "event-notifications" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] repository = "https://github.com/aptos-labs/aptos-core" description = "The notification service offered by state sync for on-chain events" homepage = "https://aptoslabs.com" diff --git a/state-sync/inter-component/mempool-notifications/Cargo.toml b/state-sync/inter-component/mempool-notifications/Cargo.toml index d1493b560a38e..e3171820260ff 100644 --- a/state-sync/inter-component/mempool-notifications/Cargo.toml +++ b/state-sync/inter-component/mempool-notifications/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mempool-notifications" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] repository = "https://github.com/aptos-labs/aptos-core" description = "The notification interface between state sync and mempool" homepage = "https://aptoslabs.com" diff --git a/state-sync/state-sync-v1/Cargo.toml b/state-sync/state-sync-v1/Cargo.toml index efa33adf9f378..0925a0e25633c 100644 --- a/state-sync/state-sync-v1/Cargo.toml +++ b/state-sync/state-sync-v1/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "state-sync-v1" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos state synchronizer v1 (state sync v1)" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/state-sync/state-sync-v2/data-streaming-service/Cargo.toml b/state-sync/state-sync-v2/data-streaming-service/Cargo.toml index d4b782e3652bb..67ec2313023bb 100644 --- a/state-sync/state-sync-v2/data-streaming-service/Cargo.toml +++ b/state-sync/state-sync-v2/data-streaming-service/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "data-streaming-service" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] repository = "https://github.com/aptos-labs/aptos-core" description = "The data streaming service that sends data notifications to clients" homepage = "https://aptoslabs.com" diff --git a/state-sync/state-sync-v2/state-sync-driver/Cargo.toml b/state-sync/state-sync-v2/state-sync-driver/Cargo.toml index bd9cc55fc10f9..20c219011ddaf 100644 --- a/state-sync/state-sync-v2/state-sync-driver/Cargo.toml +++ b/state-sync/state-sync-v2/state-sync-driver/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "state-sync-driver" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] repository = "https://github.com/aptos-labs/aptos-core" description = "The driver for state sync" homepage = "https://aptoslabs.com" diff --git a/state-sync/state-sync-v2/state-sync-multiplexer/Cargo.toml b/state-sync/state-sync-v2/state-sync-multiplexer/Cargo.toml index f7156309f6a27..b6e8dac23e616 100644 --- a/state-sync/state-sync-v2/state-sync-multiplexer/Cargo.toml +++ b/state-sync/state-sync-v2/state-sync-multiplexer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "state-sync-multiplexer" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] repository = "https://github.com/aptos-labs/aptos-core" description = "A multiplexer supporting several different state sync versions" homepage = "https://aptoslabs.com" diff --git a/state-sync/storage-service/client/Cargo.toml b/state-sync/storage-service/client/Cargo.toml index b81bebb36db55..39314a2efb73e 100644 --- a/state-sync/storage-service/client/Cargo.toml +++ b/state-sync/storage-service/client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "storage-service-client" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "The Aptos storage service (client-side)" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/state-sync/storage-service/server/Cargo.toml b/state-sync/storage-service/server/Cargo.toml index f040ef39a6697..d453feaaaa97c 100644 --- a/state-sync/storage-service/server/Cargo.toml +++ b/state-sync/storage-service/server/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "storage-service-server" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "The Aptos storage service (server-side)" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/state-sync/storage-service/types/Cargo.toml b/state-sync/storage-service/types/Cargo.toml index c42b6a43b3df0..f3240a56ab21e 100644 --- a/state-sync/storage-service/types/Cargo.toml +++ b/state-sync/storage-service/types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "storage-service-types" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Common types offered by the Aptos storage service" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/storage/accumulator/Cargo.toml b/storage/accumulator/Cargo.toml index 2138bd5b0531b..a8f6b671267a1 100644 --- a/storage/accumulator/Cargo.toml +++ b/storage/accumulator/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "accumulator" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos merkle tree accumulator" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/storage/aptosdb/Cargo.toml b/storage/aptosdb/Cargo.toml index 47e02511a692d..3c97c00d58a71 100644 --- a/storage/aptosdb/Cargo.toml +++ b/storage/aptosdb/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptosdb" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos database" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/storage/aptossum/Cargo.toml b/storage/aptossum/Cargo.toml index 8691283890839..9b1b6f9963f3d 100644 --- a/storage/aptossum/Cargo.toml +++ b/storage/aptossum/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptossum" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos aptosdb data access tool for data analysis or human read" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/storage/backup/backup-cli/Cargo.toml b/storage/backup/backup-cli/Cargo.toml index 967f6114b98e9..2aa89f1504b04 100644 --- a/storage/backup/backup-cli/Cargo.toml +++ b/storage/backup/backup-cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "backup-cli" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" license = "Apache-2.0" diff --git a/storage/backup/backup-service/Cargo.toml b/storage/backup/backup-service/Cargo.toml index fa5bac6b3acd8..b815f2f80e7ad 100644 --- a/storage/backup/backup-service/Cargo.toml +++ b/storage/backup/backup-service/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "backup-service" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" license = "Apache-2.0" diff --git a/storage/inspector/Cargo.toml b/storage/inspector/Cargo.toml index 2424f5f8194e2..4d53b5a94afcc 100644 --- a/storage/inspector/Cargo.toml +++ b/storage/inspector/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-storage-inspector" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" license = "Apache-2.0" diff --git a/storage/jellyfish-merkle/Cargo.toml b/storage/jellyfish-merkle/Cargo.toml index c2617c6680cc4..2df6b39c47d2b 100644 --- a/storage/jellyfish-merkle/Cargo.toml +++ b/storage/jellyfish-merkle/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-jellyfish-merkle" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos jellyfish merkle" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/storage/schemadb/Cargo.toml b/storage/schemadb/Cargo.toml index 696e5bd32c083..7f538c513fc16 100644 --- a/storage/schemadb/Cargo.toml +++ b/storage/schemadb/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "schemadb" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos schemadb" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/storage/scratchpad/Cargo.toml b/storage/scratchpad/Cargo.toml index b121dc7da0714..6ce347e4ad55e 100644 --- a/storage/scratchpad/Cargo.toml +++ b/storage/scratchpad/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "scratchpad" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos scratchpad" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/storage/state-view/Cargo.toml b/storage/state-view/Cargo.toml index a2c9fb30310ca..87644cc683907 100644 --- a/storage/state-view/Cargo.toml +++ b/storage/state-view/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-state-view" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos state view" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/storage/storage-client/Cargo.toml b/storage/storage-client/Cargo.toml index 7163a06331d9b..0a87689847739 100644 --- a/storage/storage-client/Cargo.toml +++ b/storage/storage-client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "storage-client" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos storage client" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/storage/storage-interface/Cargo.toml b/storage/storage-interface/Cargo.toml index 38b47a5799877..f39088c35cd6c 100644 --- a/storage/storage-interface/Cargo.toml +++ b/storage/storage-interface/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "storage-interface" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos storage interface" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/storage/storage-service/Cargo.toml b/storage/storage-service/Cargo.toml index 37a6c36156315..1c65cf338ceb3 100644 --- a/storage/storage-service/Cargo.toml +++ b/storage/storage-service/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "storage-service" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos storage service" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/testsuite/aptos-fuzzer/Cargo.toml b/testsuite/aptos-fuzzer/Cargo.toml index dd977eb288abc..02b5adbc19f1a 100644 --- a/testsuite/aptos-fuzzer/Cargo.toml +++ b/testsuite/aptos-fuzzer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-fuzzer" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos fuzzer" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/testsuite/aptos-fuzzer/fuzz/Cargo.toml b/testsuite/aptos-fuzzer/fuzz/Cargo.toml index d269cafc5bbd8..ce3cc133d77aa 100644 --- a/testsuite/aptos-fuzzer/fuzz/Cargo.toml +++ b/testsuite/aptos-fuzzer/fuzz/Cargo.toml @@ -2,7 +2,7 @@ name = "aptos-fuzz" version = "0.1.0" edition = "2018" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos fuzzer fuzz" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/testsuite/forge-cli/Cargo.toml b/testsuite/forge-cli/Cargo.toml index 789f9cbc0d332..34710184d07b9 100644 --- a/testsuite/forge-cli/Cargo.toml +++ b/testsuite/forge-cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "forge-cli" version = "0.0.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos end to end test framework CLI" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/testsuite/forge/Cargo.toml b/testsuite/forge/Cargo.toml index b7cd0223a0807..762b0c673bbbb 100644 --- a/testsuite/forge/Cargo.toml +++ b/testsuite/forge/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "forge" version = "0.0.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos end to end test framework" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/testsuite/generate-format/Cargo.toml b/testsuite/generate-format/Cargo.toml index c4ece35785b73..056d356c26c00 100644 --- a/testsuite/generate-format/Cargo.toml +++ b/testsuite/generate-format/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "generate-format" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos core type checker to ensure compatibility" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/testsuite/smoke-test/Cargo.toml b/testsuite/smoke-test/Cargo.toml index 5d055a6d347b8..bad0a333c1648 100644 --- a/testsuite/smoke-test/Cargo.toml +++ b/testsuite/smoke-test/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "smoke-test" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos end to end tests" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/testsuite/testcases/Cargo.toml b/testsuite/testcases/Cargo.toml index 70bf1f6e0e686..f83cd14ea8651 100644 --- a/testsuite/testcases/Cargo.toml +++ b/testsuite/testcases/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "testcases" version = "0.0.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos compatibility tests" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/types/Cargo.toml b/types/Cargo.toml index 772d913df7045..bccc1899a9066 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos-types" version = "0.0.3" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos core types" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/vm-validator/Cargo.toml b/vm-validator/Cargo.toml index 29f3ef2c0ee81..aa8d0a47edee4 100644 --- a/vm-validator/Cargo.toml +++ b/vm-validator/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vm-validator" version = "0.1.0" -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] description = "Aptos vm validator" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" diff --git a/x.toml b/x.toml index 85d2033a954fa..900f5b15f6c0b 100644 --- a/x.toml +++ b/x.toml @@ -131,7 +131,7 @@ license-exceptions = [ ] [workspace.enforced-attributes] -authors = ["Aptos Foundation "] +authors = ["Aptos Labs "] license = "Apache-2.0" [workspace.banned-deps.direct]