From 6df34e7678b8d8d329f446631142dcb8e76624a0 Mon Sep 17 00:00:00 2001 From: acheron <98934430+acheroncrypto@users.noreply.github.com> Date: Wed, 7 Jun 2023 19:12:56 +0200 Subject: [PATCH] Update crate authors and remove outdated registry (#2522) --- client/Cargo.toml | 2 +- docs/programs/tic-tac-toe/Anchor.toml | 3 --- lang/Cargo.toml | 2 +- lang/attribute/access-control/Cargo.toml | 2 +- lang/attribute/account/Cargo.toml | 2 +- lang/attribute/constant/Cargo.toml | 2 +- lang/attribute/error/Cargo.toml | 2 +- lang/attribute/event/Cargo.toml | 2 +- lang/attribute/program/Cargo.toml | 2 +- lang/derive/accounts/Cargo.toml | 2 +- lang/derive/space/Cargo.toml | 2 +- lang/syn/Cargo.toml | 2 +- spl/Cargo.toml | 2 +- tests/anchor-cli-account/Anchor.toml | 3 --- tests/anchor-cli-idl/Anchor.toml | 3 --- tests/bpf-upgradeable-state/Anchor.toml | 3 --- tests/cpi-returns/Anchor.toml | 3 --- tests/custom-coder/Anchor.toml | 3 --- tests/floats/Anchor.toml | 3 --- tests/multiple-suites-run-single/Anchor.toml | 3 --- tests/multiple-suites/Anchor.toml | 3 --- tests/realloc/Anchor.toml | 3 --- tests/safety-checks/Anchor.toml | 3 --- tests/validator-clone/Anchor.toml | 3 --- 24 files changed, 12 insertions(+), 48 deletions(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index edfd7ad6a..55d674394 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-client" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] rust-version = "1.60" edition = "2021" license = "Apache-2.0" diff --git a/docs/programs/tic-tac-toe/Anchor.toml b/docs/programs/tic-tac-toe/Anchor.toml index ecfc70d19..0fcca0714 100644 --- a/docs/programs/tic-tac-toe/Anchor.toml +++ b/docs/programs/tic-tac-toe/Anchor.toml @@ -1,9 +1,6 @@ [programs.localnet] tic_tac_toe = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/lang/Cargo.toml b/lang/Cargo.toml index 16ddb59fe..0cc0ba063 100644 --- a/lang/Cargo.toml +++ b/lang/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-lang" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" rust-version = "1.60" edition = "2021" diff --git a/lang/attribute/access-control/Cargo.toml b/lang/attribute/access-control/Cargo.toml index 945b24842..e04c5703b 100644 --- a/lang/attribute/access-control/Cargo.toml +++ b/lang/attribute/access-control/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-attribute-access-control" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" license = "Apache-2.0" description = "Anchor attribute macro for instruction access control" diff --git a/lang/attribute/account/Cargo.toml b/lang/attribute/account/Cargo.toml index 908cd402c..24e285240 100644 --- a/lang/attribute/account/Cargo.toml +++ b/lang/attribute/account/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-attribute-account" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" license = "Apache-2.0" description = "Anchor attribute macro for defining an account" diff --git a/lang/attribute/constant/Cargo.toml b/lang/attribute/constant/Cargo.toml index c2684470a..5bfde1fd9 100644 --- a/lang/attribute/constant/Cargo.toml +++ b/lang/attribute/constant/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-attribute-constant" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" license = "Apache-2.0" description = "Anchor attribute macro for creating constant types" diff --git a/lang/attribute/error/Cargo.toml b/lang/attribute/error/Cargo.toml index 2822c222f..fdfdb9a5c 100644 --- a/lang/attribute/error/Cargo.toml +++ b/lang/attribute/error/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-attribute-error" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" license = "Apache-2.0" description = "Anchor attribute macro for creating error types" diff --git a/lang/attribute/event/Cargo.toml b/lang/attribute/event/Cargo.toml index 7c364d373..a4e9c7d91 100644 --- a/lang/attribute/event/Cargo.toml +++ b/lang/attribute/event/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-attribute-event" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" license = "Apache-2.0" description = "Anchor attribute macro for defining an event" diff --git a/lang/attribute/program/Cargo.toml b/lang/attribute/program/Cargo.toml index 85946bc34..a470d5a39 100644 --- a/lang/attribute/program/Cargo.toml +++ b/lang/attribute/program/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-attribute-program" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" license = "Apache-2.0" description = "Anchor attribute macro for defining a program" diff --git a/lang/derive/accounts/Cargo.toml b/lang/derive/accounts/Cargo.toml index 0a9e67ff5..7eece036a 100644 --- a/lang/derive/accounts/Cargo.toml +++ b/lang/derive/accounts/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-derive-accounts" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" license = "Apache-2.0" description = "Anchor Derive macro for accounts" diff --git a/lang/derive/space/Cargo.toml b/lang/derive/space/Cargo.toml index 87bd62212..f3dfd0c74 100644 --- a/lang/derive/space/Cargo.toml +++ b/lang/derive/space/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-derive-space" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" license = "Apache-2.0" description = "Anchor Derive macro to automatically calculate the size of a structure or an enum" diff --git a/lang/syn/Cargo.toml b/lang/syn/Cargo.toml index 7908cd057..d4873e356 100644 --- a/lang/syn/Cargo.toml +++ b/lang/syn/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-syn" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" license = "Apache-2.0" description = "Anchor syntax parsing and code generation tools" diff --git a/spl/Cargo.toml b/spl/Cargo.toml index 389a1ed54..a2a9554ea 100644 --- a/spl/Cargo.toml +++ b/spl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-spl" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] rust-version = "1.60" edition = "2021" license = "Apache-2.0" diff --git a/tests/anchor-cli-account/Anchor.toml b/tests/anchor-cli-account/Anchor.toml index 9f7d566bd..f2b9acf11 100644 --- a/tests/anchor-cli-account/Anchor.toml +++ b/tests/anchor-cli-account/Anchor.toml @@ -1,9 +1,6 @@ [programs.localnet] account_command = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/tests/anchor-cli-idl/Anchor.toml b/tests/anchor-cli-idl/Anchor.toml index e6431c8cb..ffbd65c6d 100644 --- a/tests/anchor-cli-idl/Anchor.toml +++ b/tests/anchor-cli-idl/Anchor.toml @@ -5,9 +5,6 @@ seeds = false idl_commands_one = "2uA3amp95zsEHUpo8qnLMhcFAUsiKVEcKHXS1JetFjU5" idl_commands_two = "DE4UbHnAcT6Kfh1fVTPRPwpiA3vipmQ4xR3gcLwX3wwS" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "./keypairs/deployer-keypair.json" diff --git a/tests/bpf-upgradeable-state/Anchor.toml b/tests/bpf-upgradeable-state/Anchor.toml index 84740b9ee..05c044142 100644 --- a/tests/bpf-upgradeable-state/Anchor.toml +++ b/tests/bpf-upgradeable-state/Anchor.toml @@ -1,9 +1,6 @@ [programs.localnet] bpf_upgradeable_state = "Cum9tTyj5HwcEiAmhgaS7Bbj4UczCwsucrCkxRECzM4e" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/tests/cpi-returns/Anchor.toml b/tests/cpi-returns/Anchor.toml index 99bb4acbf..4530f3f07 100644 --- a/tests/cpi-returns/Anchor.toml +++ b/tests/cpi-returns/Anchor.toml @@ -5,9 +5,6 @@ seeds = false callee = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" caller = "HmbTLCmaGvZhKnn1Zfa1JVnp7vkMV4DYVxPLWBVoN65L" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/tests/custom-coder/Anchor.toml b/tests/custom-coder/Anchor.toml index 551beb523..a957b45c6 100644 --- a/tests/custom-coder/Anchor.toml +++ b/tests/custom-coder/Anchor.toml @@ -3,9 +3,6 @@ native_system = "9NxAd91hhJ3ZBTHytYP894y4ESRKG7n8VbLgdyYGJFLB" spl_associated_token = "4dUGnkre6uBhX1abB4ofkoecGN4aDXdiWSaWLUjVw6bh" spl_token = "FmpfPa1LHEYRbueNMnwNVd2JvyQ89GXGWdyZEXNNKV8w" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/tests/floats/Anchor.toml b/tests/floats/Anchor.toml index 7fcee42ab..8059ac97b 100644 --- a/tests/floats/Anchor.toml +++ b/tests/floats/Anchor.toml @@ -1,9 +1,6 @@ [programs.localnet] floats = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/tests/multiple-suites-run-single/Anchor.toml b/tests/multiple-suites-run-single/Anchor.toml index 7962da68e..9fd5b1e61 100644 --- a/tests/multiple-suites-run-single/Anchor.toml +++ b/tests/multiple-suites-run-single/Anchor.toml @@ -3,9 +3,6 @@ seeds = false [programs.localnet] multiple_suites_run_single = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/tests/multiple-suites/Anchor.toml b/tests/multiple-suites/Anchor.toml index 0f9c65671..71218d34e 100644 --- a/tests/multiple-suites/Anchor.toml +++ b/tests/multiple-suites/Anchor.toml @@ -3,9 +3,6 @@ seeds = false [programs.localnet] multiple_suites = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/tests/realloc/Anchor.toml b/tests/realloc/Anchor.toml index a9ac74c5b..0f978f9cd 100644 --- a/tests/realloc/Anchor.toml +++ b/tests/realloc/Anchor.toml @@ -4,9 +4,6 @@ seeds = false [programs.localnet] realloc = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/tests/safety-checks/Anchor.toml b/tests/safety-checks/Anchor.toml index 5961a5b9e..51c30c2eb 100644 --- a/tests/safety-checks/Anchor.toml +++ b/tests/safety-checks/Anchor.toml @@ -2,9 +2,6 @@ unchecked_account = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" account_info = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/tests/validator-clone/Anchor.toml b/tests/validator-clone/Anchor.toml index deef6b044..b7906a028 100644 --- a/tests/validator-clone/Anchor.toml +++ b/tests/validator-clone/Anchor.toml @@ -3,9 +3,6 @@ seeds = false [programs.localnet] validator_clone = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json"