Update crate authors and remove outdated registry (#2522)
This commit is contained in:
parent
1705d16376
commit
6df34e7678
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "anchor-client"
|
name = "anchor-client"
|
||||||
version = "0.27.0"
|
version = "0.27.0"
|
||||||
authors = ["Serum Foundation <foundation@projectserum.com>"]
|
authors = ["Anchor Maintainers <accounts@200ms.io>"]
|
||||||
rust-version = "1.60"
|
rust-version = "1.60"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
[programs.localnet]
|
[programs.localnet]
|
||||||
tic_tac_toe = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
tic_tac_toe = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
||||||
|
|
||||||
[registry]
|
|
||||||
url = "https://anchor.projectserum.com"
|
|
||||||
|
|
||||||
[provider]
|
[provider]
|
||||||
cluster = "localnet"
|
cluster = "localnet"
|
||||||
wallet = "~/.config/solana/id.json"
|
wallet = "~/.config/solana/id.json"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "anchor-lang"
|
name = "anchor-lang"
|
||||||
version = "0.27.0"
|
version = "0.27.0"
|
||||||
authors = ["Serum Foundation <foundation@projectserum.com>"]
|
authors = ["Anchor Maintainers <accounts@200ms.io>"]
|
||||||
repository = "https://github.com/coral-xyz/anchor"
|
repository = "https://github.com/coral-xyz/anchor"
|
||||||
rust-version = "1.60"
|
rust-version = "1.60"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "anchor-attribute-access-control"
|
name = "anchor-attribute-access-control"
|
||||||
version = "0.27.0"
|
version = "0.27.0"
|
||||||
authors = ["Serum Foundation <foundation@projectserum.com>"]
|
authors = ["Anchor Maintainers <accounts@200ms.io>"]
|
||||||
repository = "https://github.com/coral-xyz/anchor"
|
repository = "https://github.com/coral-xyz/anchor"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Anchor attribute macro for instruction access control"
|
description = "Anchor attribute macro for instruction access control"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "anchor-attribute-account"
|
name = "anchor-attribute-account"
|
||||||
version = "0.27.0"
|
version = "0.27.0"
|
||||||
authors = ["Serum Foundation <foundation@projectserum.com>"]
|
authors = ["Anchor Maintainers <accounts@200ms.io>"]
|
||||||
repository = "https://github.com/coral-xyz/anchor"
|
repository = "https://github.com/coral-xyz/anchor"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Anchor attribute macro for defining an account"
|
description = "Anchor attribute macro for defining an account"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "anchor-attribute-constant"
|
name = "anchor-attribute-constant"
|
||||||
version = "0.27.0"
|
version = "0.27.0"
|
||||||
authors = ["Serum Foundation <foundation@projectserum.com>"]
|
authors = ["Anchor Maintainers <accounts@200ms.io>"]
|
||||||
repository = "https://github.com/coral-xyz/anchor"
|
repository = "https://github.com/coral-xyz/anchor"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Anchor attribute macro for creating constant types"
|
description = "Anchor attribute macro for creating constant types"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "anchor-attribute-error"
|
name = "anchor-attribute-error"
|
||||||
version = "0.27.0"
|
version = "0.27.0"
|
||||||
authors = ["Serum Foundation <foundation@projectserum.com>"]
|
authors = ["Anchor Maintainers <accounts@200ms.io>"]
|
||||||
repository = "https://github.com/coral-xyz/anchor"
|
repository = "https://github.com/coral-xyz/anchor"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Anchor attribute macro for creating error types"
|
description = "Anchor attribute macro for creating error types"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "anchor-attribute-event"
|
name = "anchor-attribute-event"
|
||||||
version = "0.27.0"
|
version = "0.27.0"
|
||||||
authors = ["Serum Foundation <foundation@projectserum.com>"]
|
authors = ["Anchor Maintainers <accounts@200ms.io>"]
|
||||||
repository = "https://github.com/coral-xyz/anchor"
|
repository = "https://github.com/coral-xyz/anchor"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Anchor attribute macro for defining an event"
|
description = "Anchor attribute macro for defining an event"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "anchor-attribute-program"
|
name = "anchor-attribute-program"
|
||||||
version = "0.27.0"
|
version = "0.27.0"
|
||||||
authors = ["Serum Foundation <foundation@projectserum.com>"]
|
authors = ["Anchor Maintainers <accounts@200ms.io>"]
|
||||||
repository = "https://github.com/coral-xyz/anchor"
|
repository = "https://github.com/coral-xyz/anchor"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Anchor attribute macro for defining a program"
|
description = "Anchor attribute macro for defining a program"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "anchor-derive-accounts"
|
name = "anchor-derive-accounts"
|
||||||
version = "0.27.0"
|
version = "0.27.0"
|
||||||
authors = ["Serum Foundation <foundation@projectserum.com>"]
|
authors = ["Anchor Maintainers <accounts@200ms.io>"]
|
||||||
repository = "https://github.com/coral-xyz/anchor"
|
repository = "https://github.com/coral-xyz/anchor"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Anchor Derive macro for accounts"
|
description = "Anchor Derive macro for accounts"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "anchor-derive-space"
|
name = "anchor-derive-space"
|
||||||
version = "0.27.0"
|
version = "0.27.0"
|
||||||
authors = ["Serum Foundation <foundation@projectserum.com>"]
|
authors = ["Anchor Maintainers <accounts@200ms.io>"]
|
||||||
repository = "https://github.com/coral-xyz/anchor"
|
repository = "https://github.com/coral-xyz/anchor"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Anchor Derive macro to automatically calculate the size of a structure or an enum"
|
description = "Anchor Derive macro to automatically calculate the size of a structure or an enum"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "anchor-syn"
|
name = "anchor-syn"
|
||||||
version = "0.27.0"
|
version = "0.27.0"
|
||||||
authors = ["Serum Foundation <foundation@projectserum.com>"]
|
authors = ["Anchor Maintainers <accounts@200ms.io>"]
|
||||||
repository = "https://github.com/coral-xyz/anchor"
|
repository = "https://github.com/coral-xyz/anchor"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Anchor syntax parsing and code generation tools"
|
description = "Anchor syntax parsing and code generation tools"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "anchor-spl"
|
name = "anchor-spl"
|
||||||
version = "0.27.0"
|
version = "0.27.0"
|
||||||
authors = ["Serum Foundation <foundation@projectserum.com>"]
|
authors = ["Anchor Maintainers <accounts@200ms.io>"]
|
||||||
rust-version = "1.60"
|
rust-version = "1.60"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
[programs.localnet]
|
[programs.localnet]
|
||||||
account_command = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
account_command = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
||||||
|
|
||||||
[registry]
|
|
||||||
url = "https://anchor.projectserum.com"
|
|
||||||
|
|
||||||
[provider]
|
[provider]
|
||||||
cluster = "localnet"
|
cluster = "localnet"
|
||||||
wallet = "~/.config/solana/id.json"
|
wallet = "~/.config/solana/id.json"
|
||||||
|
|
|
@ -5,9 +5,6 @@ seeds = false
|
||||||
idl_commands_one = "2uA3amp95zsEHUpo8qnLMhcFAUsiKVEcKHXS1JetFjU5"
|
idl_commands_one = "2uA3amp95zsEHUpo8qnLMhcFAUsiKVEcKHXS1JetFjU5"
|
||||||
idl_commands_two = "DE4UbHnAcT6Kfh1fVTPRPwpiA3vipmQ4xR3gcLwX3wwS"
|
idl_commands_two = "DE4UbHnAcT6Kfh1fVTPRPwpiA3vipmQ4xR3gcLwX3wwS"
|
||||||
|
|
||||||
[registry]
|
|
||||||
url = "https://anchor.projectserum.com"
|
|
||||||
|
|
||||||
[provider]
|
[provider]
|
||||||
cluster = "localnet"
|
cluster = "localnet"
|
||||||
wallet = "./keypairs/deployer-keypair.json"
|
wallet = "./keypairs/deployer-keypair.json"
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
[programs.localnet]
|
[programs.localnet]
|
||||||
bpf_upgradeable_state = "Cum9tTyj5HwcEiAmhgaS7Bbj4UczCwsucrCkxRECzM4e"
|
bpf_upgradeable_state = "Cum9tTyj5HwcEiAmhgaS7Bbj4UczCwsucrCkxRECzM4e"
|
||||||
|
|
||||||
[registry]
|
|
||||||
url = "https://anchor.projectserum.com"
|
|
||||||
|
|
||||||
[provider]
|
[provider]
|
||||||
cluster = "localnet"
|
cluster = "localnet"
|
||||||
wallet = "~/.config/solana/id.json"
|
wallet = "~/.config/solana/id.json"
|
||||||
|
|
|
@ -5,9 +5,6 @@ seeds = false
|
||||||
callee = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
callee = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
||||||
caller = "HmbTLCmaGvZhKnn1Zfa1JVnp7vkMV4DYVxPLWBVoN65L"
|
caller = "HmbTLCmaGvZhKnn1Zfa1JVnp7vkMV4DYVxPLWBVoN65L"
|
||||||
|
|
||||||
[registry]
|
|
||||||
url = "https://anchor.projectserum.com"
|
|
||||||
|
|
||||||
[provider]
|
[provider]
|
||||||
cluster = "localnet"
|
cluster = "localnet"
|
||||||
wallet = "~/.config/solana/id.json"
|
wallet = "~/.config/solana/id.json"
|
||||||
|
|
|
@ -3,9 +3,6 @@ native_system = "9NxAd91hhJ3ZBTHytYP894y4ESRKG7n8VbLgdyYGJFLB"
|
||||||
spl_associated_token = "4dUGnkre6uBhX1abB4ofkoecGN4aDXdiWSaWLUjVw6bh"
|
spl_associated_token = "4dUGnkre6uBhX1abB4ofkoecGN4aDXdiWSaWLUjVw6bh"
|
||||||
spl_token = "FmpfPa1LHEYRbueNMnwNVd2JvyQ89GXGWdyZEXNNKV8w"
|
spl_token = "FmpfPa1LHEYRbueNMnwNVd2JvyQ89GXGWdyZEXNNKV8w"
|
||||||
|
|
||||||
[registry]
|
|
||||||
url = "https://anchor.projectserum.com"
|
|
||||||
|
|
||||||
[provider]
|
[provider]
|
||||||
cluster = "localnet"
|
cluster = "localnet"
|
||||||
wallet = "~/.config/solana/id.json"
|
wallet = "~/.config/solana/id.json"
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
[programs.localnet]
|
[programs.localnet]
|
||||||
floats = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
floats = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
||||||
|
|
||||||
[registry]
|
|
||||||
url = "https://anchor.projectserum.com"
|
|
||||||
|
|
||||||
[provider]
|
[provider]
|
||||||
cluster = "localnet"
|
cluster = "localnet"
|
||||||
wallet = "~/.config/solana/id.json"
|
wallet = "~/.config/solana/id.json"
|
||||||
|
|
|
@ -3,9 +3,6 @@ seeds = false
|
||||||
[programs.localnet]
|
[programs.localnet]
|
||||||
multiple_suites_run_single = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
multiple_suites_run_single = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
||||||
|
|
||||||
[registry]
|
|
||||||
url = "https://anchor.projectserum.com"
|
|
||||||
|
|
||||||
[provider]
|
[provider]
|
||||||
cluster = "localnet"
|
cluster = "localnet"
|
||||||
wallet = "~/.config/solana/id.json"
|
wallet = "~/.config/solana/id.json"
|
||||||
|
|
|
@ -3,9 +3,6 @@ seeds = false
|
||||||
[programs.localnet]
|
[programs.localnet]
|
||||||
multiple_suites = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
multiple_suites = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
||||||
|
|
||||||
[registry]
|
|
||||||
url = "https://anchor.projectserum.com"
|
|
||||||
|
|
||||||
[provider]
|
[provider]
|
||||||
cluster = "localnet"
|
cluster = "localnet"
|
||||||
wallet = "~/.config/solana/id.json"
|
wallet = "~/.config/solana/id.json"
|
||||||
|
|
|
@ -4,9 +4,6 @@ seeds = false
|
||||||
[programs.localnet]
|
[programs.localnet]
|
||||||
realloc = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
realloc = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
||||||
|
|
||||||
[registry]
|
|
||||||
url = "https://anchor.projectserum.com"
|
|
||||||
|
|
||||||
[provider]
|
[provider]
|
||||||
cluster = "localnet"
|
cluster = "localnet"
|
||||||
wallet = "~/.config/solana/id.json"
|
wallet = "~/.config/solana/id.json"
|
||||||
|
|
|
@ -2,9 +2,6 @@
|
||||||
unchecked_account = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
unchecked_account = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
||||||
account_info = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
account_info = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
||||||
|
|
||||||
[registry]
|
|
||||||
url = "https://anchor.projectserum.com"
|
|
||||||
|
|
||||||
[provider]
|
[provider]
|
||||||
cluster = "localnet"
|
cluster = "localnet"
|
||||||
wallet = "~/.config/solana/id.json"
|
wallet = "~/.config/solana/id.json"
|
||||||
|
|
|
@ -3,9 +3,6 @@ seeds = false
|
||||||
[programs.localnet]
|
[programs.localnet]
|
||||||
validator_clone = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
validator_clone = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
||||||
|
|
||||||
[registry]
|
|
||||||
url = "https://anchor.projectserum.com"
|
|
||||||
|
|
||||||
[provider]
|
[provider]
|
||||||
cluster = "localnet"
|
cluster = "localnet"
|
||||||
wallet = "~/.config/solana/id.json"
|
wallet = "~/.config/solana/id.json"
|
||||||
|
|
Loading…
Reference in New Issue