Procházet zdrojové kódy

Update crate authors and remove outdated registry (#2522)

acheron před 2 roky
rodič
revize
6df34e7678

+ 1 - 1
client/Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "anchor-client"
 version = "0.27.0"
-authors = ["Serum Foundation <foundation@projectserum.com>"]
+authors = ["Anchor Maintainers <accounts@200ms.io>"]
 rust-version = "1.60"
 edition = "2021"
 license = "Apache-2.0"

+ 0 - 3
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"

+ 1 - 1
lang/Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "anchor-lang"
 version = "0.27.0"
-authors = ["Serum Foundation <foundation@projectserum.com>"]
+authors = ["Anchor Maintainers <accounts@200ms.io>"]
 repository = "https://github.com/coral-xyz/anchor"
 rust-version = "1.60"
 edition = "2021"

+ 1 - 1
lang/attribute/access-control/Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "anchor-attribute-access-control"
 version = "0.27.0"
-authors = ["Serum Foundation <foundation@projectserum.com>"]
+authors = ["Anchor Maintainers <accounts@200ms.io>"]
 repository = "https://github.com/coral-xyz/anchor"
 license = "Apache-2.0"
 description = "Anchor attribute macro for instruction access control"

+ 1 - 1
lang/attribute/account/Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "anchor-attribute-account"
 version = "0.27.0"
-authors = ["Serum Foundation <foundation@projectserum.com>"]
+authors = ["Anchor Maintainers <accounts@200ms.io>"]
 repository = "https://github.com/coral-xyz/anchor"
 license = "Apache-2.0"
 description = "Anchor attribute macro for defining an account"

+ 1 - 1
lang/attribute/constant/Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "anchor-attribute-constant"
 version = "0.27.0"
-authors = ["Serum Foundation <foundation@projectserum.com>"]
+authors = ["Anchor Maintainers <accounts@200ms.io>"]
 repository = "https://github.com/coral-xyz/anchor"
 license = "Apache-2.0"
 description = "Anchor attribute macro for creating constant types"

+ 1 - 1
lang/attribute/error/Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "anchor-attribute-error"
 version = "0.27.0"
-authors = ["Serum Foundation <foundation@projectserum.com>"]
+authors = ["Anchor Maintainers <accounts@200ms.io>"]
 repository = "https://github.com/coral-xyz/anchor"
 license = "Apache-2.0"
 description = "Anchor attribute macro for creating error types"

+ 1 - 1
lang/attribute/event/Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "anchor-attribute-event"
 version = "0.27.0"
-authors = ["Serum Foundation <foundation@projectserum.com>"]
+authors = ["Anchor Maintainers <accounts@200ms.io>"]
 repository = "https://github.com/coral-xyz/anchor"
 license = "Apache-2.0"
 description = "Anchor attribute macro for defining an event"

+ 1 - 1
lang/attribute/program/Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "anchor-attribute-program"
 version = "0.27.0"
-authors = ["Serum Foundation <foundation@projectserum.com>"]
+authors = ["Anchor Maintainers <accounts@200ms.io>"]
 repository = "https://github.com/coral-xyz/anchor"
 license = "Apache-2.0"
 description = "Anchor attribute macro for defining a program"

+ 1 - 1
lang/derive/accounts/Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "anchor-derive-accounts"
 version = "0.27.0"
-authors = ["Serum Foundation <foundation@projectserum.com>"]
+authors = ["Anchor Maintainers <accounts@200ms.io>"]
 repository = "https://github.com/coral-xyz/anchor"
 license = "Apache-2.0"
 description = "Anchor Derive macro for accounts"

+ 1 - 1
lang/derive/space/Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "anchor-derive-space"
 version = "0.27.0"
-authors = ["Serum Foundation <foundation@projectserum.com>"]
+authors = ["Anchor Maintainers <accounts@200ms.io>"]
 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"

+ 1 - 1
lang/syn/Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "anchor-syn"
 version = "0.27.0"
-authors = ["Serum Foundation <foundation@projectserum.com>"]
+authors = ["Anchor Maintainers <accounts@200ms.io>"]
 repository = "https://github.com/coral-xyz/anchor"
 license = "Apache-2.0"
 description = "Anchor syntax parsing and code generation tools"

+ 1 - 1
spl/Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "anchor-spl"
 version = "0.27.0"
-authors = ["Serum Foundation <foundation@projectserum.com>"]
+authors = ["Anchor Maintainers <accounts@200ms.io>"]
 rust-version = "1.60"
 edition = "2021"
 license = "Apache-2.0"

+ 0 - 3
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"

+ 0 - 3
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"

+ 0 - 3
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"

+ 0 - 3
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"

+ 0 - 3
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"

+ 0 - 3
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"

+ 0 - 3
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"

+ 0 - 3
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"

+ 0 - 3
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"

+ 0 - 3
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"

+ 0 - 3
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"