Skip to content

Commit a78dc2d

Browse files
remove sdks that have moved to mysten/ts-sdks (MystenLabs#20760)
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] gRPC: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK: --------- Co-authored-by: ronny-mysten <[email protected]>
1 parent 8d1a7af commit a78dc2d

File tree

760 files changed

+670
-104183
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

760 files changed

+670
-104183
lines changed

.changeset/README.md

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

.changeset/config.json

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

.eslintrc.js

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ module.exports = {
3434
'external-crates',
3535
'storybook-static',
3636
'.next',
37-
'sdk/docs/public/typedoc',
3837
],
3938
rules: {
4039
'no-case-declarations': 'off',
@@ -73,16 +72,6 @@ module.exports = {
7372
],
7473
},
7574
overrides: [
76-
{
77-
files: ['sdk/**/*'],
78-
rules: {
79-
'require-extensions/require-extensions': 'error',
80-
'require-extensions/require-index': 'error',
81-
'@typescript-eslint/consistent-type-imports': ['error'],
82-
'import/consistent-type-specifier-style': ['error', 'prefer-top-level'],
83-
'import/no-cycle': ['error'],
84-
},
85-
},
8675
{
8776
files: ['apps/wallet/**/*'],
8877
rules: {
@@ -126,14 +115,6 @@ module.exports = {
126115
],
127116
},
128117
},
129-
{
130-
files: ['sdk/ledgerjs-hw-app-sui/**/*', 'apps/wallet/**/*'],
131-
rules: {
132-
// ledgerjs-hw-app-sui and wallet use Buffer
133-
'no-restricted-globals': ['off'],
134-
'@typescript-eslint/ban-types': ['off'],
135-
},
136-
},
137118
{
138119
files: ['*.test.*', '*.spec.*'],
139120
rules: {
@@ -154,12 +135,5 @@ module.exports = {
154135
'react-hooks/rules-of-hooks': 'off',
155136
},
156137
},
157-
{
158-
files: ['sdk/create-dapp/templates/**/*'],
159-
rules: {
160-
'header/header': 'off',
161-
'require-extensions/require-extensions': 'off',
162-
},
163-
},
164138
],
165139
};

.gitattributes

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@
66
crates/sui-core/tests/staged/sui.yaml text eol=lf
77
crates/sui-open-rpc/spec/openrpc.json text eol=lf
88
sui_core/tests/staged/sui.yaml text eol=lf
9-
10-
# These files are auto generated
11-
sdk/graphql-transport/src/queries/generated.ts linguist-generated=true
12-
sdk/typescript/src/graphql/generated/** linguist-generated=true

.github/CODEOWNERS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,3 @@ CHANGELOG.md
2424
/crates/sui-core/src/consensus_adapter.rs @MystenLabs/consensus
2525

2626
apps/ @MystenLabs/fe-and-apps
27-
sdk/ @MystenLabs/sdk-reviewers
28-
sdk/kiosk @MystenLabs/kiosk-sdk-reviewers
29-
sdk/wallet-standard @MystenLabs/wallet-kit-reviewers

.github/workflows/changesets-ci-comment.yml

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

.github/workflows/changesets-ci.yml

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

.github/workflows/changesets.yml

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

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# /*
33
# Enable prettier for apps, dapps and sdk
44
!/apps
5-
!/sdk
65
!/dapps
76
!/.config
87
!/*.js

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ exclude = [
6565
"external-crates/move/move-execution/v2/crates/move-bytecode-verifier",
6666
"external-crates/move/move-execution/v2/crates/move-stdlib-natives",
6767
"external-crates/move/move-execution/v2/crates/move-vm-runtime",
68-
"sdk/move-bytecode-template",
6968
]
7069

7170
members = [

0 commit comments

Comments
 (0)