Skip to content

Commit

Permalink
chore: remove unused user registry program (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
ananas-block authored May 8, 2024
1 parent 5ab3117 commit 4b37d3e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 228 deletions.
9 changes: 0 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ members = [
"programs/compressed-pda",
"programs/compressed-token",
"programs/registry",
"programs/user-registry",
"test-utils",
"utils",
"xtask",
Expand Down
7 changes: 0 additions & 7 deletions js/stateless.js/src/idls/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,11 @@ import {
IDL as LightCompressedPdaIDL,
LightCompressedPda,
} from './light_compressed_pda';
import {
IDL as LightUserRegistryIDL,
LightUserRegistry,
} from './light_user_registry';

export {
AccountCompressionIDL,
AccountCompression,
LightRegistryIDL,
LightRegistry,
LightCompressedPdaIDL,
LightCompressedPda,
LightUserRegistryIDL,
LightUserRegistry,
};
137 changes: 0 additions & 137 deletions js/stateless.js/src/idls/light_user_registry.ts

This file was deleted.

24 changes: 0 additions & 24 deletions programs/user-registry/Cargo.toml

This file was deleted.

2 changes: 0 additions & 2 deletions programs/user-registry/Xargo.toml

This file was deleted.

47 changes: 0 additions & 47 deletions programs/user-registry/src/lib.rs

This file was deleted.

1 change: 0 additions & 1 deletion scripts/push-stateless-js-idls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ FILES_TO_COPY=(
"account_compression.ts"
"light_compressed_pda.ts"
"light_registry.ts"
"light_user_registry.ts"
)

# copy each type file into the respective location
Expand Down

0 comments on commit 4b37d3e

Please sign in to comment.