Skip to content

Commit

Permalink
Remove Names from Core (aptos-labs#4943)
Browse files Browse the repository at this point in the history
  • Loading branch information
CapCap authored Oct 11, 2022
1 parent 1072bfe commit 226944e
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 3,439 deletions.
3 changes: 0 additions & 3 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
/aptos-move/parallel-executor/ @gelash @zekun000
/aptos-move/vm-genesis/ @davidiw @movekevin

# Aptos Names
/aptos-move/framework/aptos-names @aptos-labs/web-platform

# Owner for logger config
/config/src/config/logger_config.rs @markuze

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ fn can_upgrade_framework_on_testnet() {
publish(&acc1, &mut h, "aptos-framework");
let acc3 = h.new_account_at(AccountAddress::from_hex_literal("0x3").unwrap());
publish(&acc3, &mut h, "aptos-token");
let acc4 = h.new_account_at(AccountAddress::from_hex_literal("0x4").unwrap());
publish(&acc4, &mut h, "aptos-names");
}

fn publish(acc: &Account, h: &mut MoveHarness, path: &str) {
Expand Down
1 change: 0 additions & 1 deletion aptos-move/e2e-move-tests/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ mod lazy_natives;
mod max_loop_depth;
mod memory_quota;
mod mint_nft;
mod names;
mod offer_signer_capability;
mod rotate_auth_key;
mod scripts;
Expand Down
77 changes: 0 additions & 77 deletions aptos-move/e2e-move-tests/src/tests/names.rs

This file was deleted.

14 changes: 0 additions & 14 deletions aptos-move/framework/aptos-names/Move.toml

This file was deleted.

Loading

0 comments on commit 226944e

Please sign in to comment.