Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update crate authors and remove outdated registry #2522

Merged
merged 1 commit into from
Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anchor-client"
version = "0.27.0"
authors = ["Serum Foundation <[email protected]>"]
authors = ["Anchor Maintainers <[email protected]>"]
rust-version = "1.60"
edition = "2021"
license = "Apache-2.0"
Expand Down
3 changes: 0 additions & 3 deletions docs/programs/tic-tac-toe/Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[programs.localnet]
tic_tac_toe = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"

[registry]
url = "https://anchor.projectserum.com"

[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"
Expand Down
2 changes: 1 addition & 1 deletion lang/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anchor-lang"
version = "0.27.0"
authors = ["Serum Foundation <[email protected]>"]
authors = ["Anchor Maintainers <[email protected]>"]
repository = "https://github.com/coral-xyz/anchor"
rust-version = "1.60"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion lang/attribute/access-control/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anchor-attribute-access-control"
version = "0.27.0"
authors = ["Serum Foundation <[email protected]>"]
authors = ["Anchor Maintainers <[email protected]>"]
repository = "https://github.com/coral-xyz/anchor"
license = "Apache-2.0"
description = "Anchor attribute macro for instruction access control"
Expand Down
2 changes: 1 addition & 1 deletion lang/attribute/account/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anchor-attribute-account"
version = "0.27.0"
authors = ["Serum Foundation <[email protected]>"]
authors = ["Anchor Maintainers <[email protected]>"]
repository = "https://github.com/coral-xyz/anchor"
license = "Apache-2.0"
description = "Anchor attribute macro for defining an account"
Expand Down
2 changes: 1 addition & 1 deletion lang/attribute/constant/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anchor-attribute-constant"
version = "0.27.0"
authors = ["Serum Foundation <[email protected]>"]
authors = ["Anchor Maintainers <[email protected]>"]
repository = "https://github.com/coral-xyz/anchor"
license = "Apache-2.0"
description = "Anchor attribute macro for creating constant types"
Expand Down
2 changes: 1 addition & 1 deletion lang/attribute/error/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anchor-attribute-error"
version = "0.27.0"
authors = ["Serum Foundation <[email protected]>"]
authors = ["Anchor Maintainers <[email protected]>"]
repository = "https://github.com/coral-xyz/anchor"
license = "Apache-2.0"
description = "Anchor attribute macro for creating error types"
Expand Down
2 changes: 1 addition & 1 deletion lang/attribute/event/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anchor-attribute-event"
version = "0.27.0"
authors = ["Serum Foundation <[email protected]>"]
authors = ["Anchor Maintainers <[email protected]>"]
repository = "https://github.com/coral-xyz/anchor"
license = "Apache-2.0"
description = "Anchor attribute macro for defining an event"
Expand Down
2 changes: 1 addition & 1 deletion lang/attribute/program/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anchor-attribute-program"
version = "0.27.0"
authors = ["Serum Foundation <[email protected]>"]
authors = ["Anchor Maintainers <[email protected]>"]
repository = "https://github.com/coral-xyz/anchor"
license = "Apache-2.0"
description = "Anchor attribute macro for defining a program"
Expand Down
2 changes: 1 addition & 1 deletion lang/derive/accounts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anchor-derive-accounts"
version = "0.27.0"
authors = ["Serum Foundation <[email protected]>"]
authors = ["Anchor Maintainers <[email protected]>"]
repository = "https://github.com/coral-xyz/anchor"
license = "Apache-2.0"
description = "Anchor Derive macro for accounts"
Expand Down
2 changes: 1 addition & 1 deletion lang/derive/space/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anchor-derive-space"
version = "0.27.0"
authors = ["Serum Foundation <[email protected]>"]
authors = ["Anchor Maintainers <[email protected]>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion lang/syn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anchor-syn"
version = "0.27.0"
authors = ["Serum Foundation <[email protected]>"]
authors = ["Anchor Maintainers <[email protected]>"]
repository = "https://github.com/coral-xyz/anchor"
license = "Apache-2.0"
description = "Anchor syntax parsing and code generation tools"
Expand Down
2 changes: 1 addition & 1 deletion spl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anchor-spl"
version = "0.27.0"
authors = ["Serum Foundation <[email protected]>"]
authors = ["Anchor Maintainers <[email protected]>"]
rust-version = "1.60"
edition = "2021"
license = "Apache-2.0"
Expand Down
3 changes: 0 additions & 3 deletions tests/anchor-cli-account/Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[programs.localnet]
account_command = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"

[registry]
url = "https://anchor.projectserum.com"

[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"
Expand Down
3 changes: 0 additions & 3 deletions tests/anchor-cli-idl/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 0 additions & 3 deletions tests/bpf-upgradeable-state/Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[programs.localnet]
bpf_upgradeable_state = "Cum9tTyj5HwcEiAmhgaS7Bbj4UczCwsucrCkxRECzM4e"

[registry]
url = "https://anchor.projectserum.com"

[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"
Expand Down
3 changes: 0 additions & 3 deletions tests/cpi-returns/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ seeds = false
callee = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
caller = "HmbTLCmaGvZhKnn1Zfa1JVnp7vkMV4DYVxPLWBVoN65L"

[registry]
url = "https://anchor.projectserum.com"

[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"
Expand Down
3 changes: 0 additions & 3 deletions tests/custom-coder/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 0 additions & 3 deletions tests/floats/Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[programs.localnet]
floats = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"

[registry]
url = "https://anchor.projectserum.com"

[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"
Expand Down
3 changes: 0 additions & 3 deletions tests/multiple-suites-run-single/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 0 additions & 3 deletions tests/multiple-suites/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 0 additions & 3 deletions tests/realloc/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ seeds = false
[programs.localnet]
realloc = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"

[registry]
url = "https://anchor.projectserum.com"

[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"
Expand Down
3 changes: 0 additions & 3 deletions tests/safety-checks/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
unchecked_account = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
account_info = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"

[registry]
url = "https://anchor.projectserum.com"

[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"
Expand Down
3 changes: 0 additions & 3 deletions tests/validator-clone/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down