Skip to content

Commit bb88b19

Browse files
committed
rm -rf programs/config
1 parent 0d42200 commit bb88b19

File tree

9 files changed

+0
-1116
lines changed

9 files changed

+0
-1116
lines changed

Cargo.lock

Lines changed: 0 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ members = [
8787
"programs/bpf_loader/gen-syscall-list",
8888
"programs/compute-budget",
8989
"programs/compute-budget-bench",
90-
"programs/config",
9190
"programs/ed25519-tests",
9291
"programs/loader-v4",
9392
"programs/stake",
@@ -392,7 +391,6 @@ solana-compute-budget = { path = "compute-budget", version = "=2.3.0" }
392391
solana-compute-budget-instruction = { path = "compute-budget-instruction", version = "=2.3.0" }
393392
solana-compute-budget-interface = "=2.2.1"
394393
solana-compute-budget-program = { path = "programs/compute-budget", version = "=2.3.0" }
395-
solana-config-program = { path = "programs/config", version = "=2.3.0" }
396394
solana-config-program-client = "0.0.2"
397395
solana-connection-cache = { path = "connection-cache", version = "=2.3.0", default-features = false }
398396
solana-core = { path = "core", version = "=2.3.0" }

docs/src/runtime/programs.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,6 @@ transfer lamports from System Program owned accounts and pay transaction fees.
2525
- Program id: `11111111111111111111111111111111`
2626
- Instructions: [SystemInstruction](https://docs.rs/solana-program/VERSION_FOR_DOCS_RS/solana_program/system_instruction/enum.SystemInstruction.html)
2727

28-
## Config Program
29-
30-
Add configuration data to the chain, followed by the list of public keys that
31-
are allowed to modify it
32-
33-
- Program id: `Config1111111111111111111111111111111111111`
34-
- Instructions: [config_instruction](https://docs.rs/solana-config-program/VERSION_FOR_DOCS_RS/solana_config_program/config_instruction/index.html)
35-
36-
Unlike the other programs, the Config program does not define any individual
37-
instructions. It has just one implicit instruction: "store". Its
38-
instruction data is a set of keys that gate access to the account and the
39-
data to store inside of it.
40-
4128
## Stake Program
4229

4330
Create and manage accounts representing stake and rewards for delegations to

programs/config/Cargo.toml

Lines changed: 0 additions & 40 deletions
This file was deleted.

programs/config/src/config_instruction.rs

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)