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

Remove legacy sample applications #1216

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

bestbeforetoday
Copy link
Member

@bestbeforetoday bestbeforetoday commented Jun 7, 2024

The removed samples make use of deprecated legacy client SDKs. They all have equivalent samples implemented using the currently supported Fabric Gateway client API, and are therefore redundant.

Contributes to #1087

@bestbeforetoday bestbeforetoday force-pushed the remove-legacy branch 9 times, most recently from 1114bf8 to 508c611 Compare June 7, 2024 21:49
@bestbeforetoday bestbeforetoday marked this pull request as ready for review June 7, 2024 22:05
@bestbeforetoday bestbeforetoday requested a review from a team as a code owner June 7, 2024 22:05
The removed samples make use of deprecated legacy client SDKs. They all
have equivalent samples implemented using the currently supported Fabric
Gateway client API, and are therefore redundant.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
Copy link
Contributor

@denyeart denyeart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this helps focus new users on the right SDKs.
Just one minor question, I'll go ahead and merge.

```
cd fabric-samples/asset-transfer-basic/application-javascript
cd fabric-samples/asset-transfer-basic/application-gateway-go
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason to use application-gateway-go instead of application-gateway-typescript? It seems more new users are familiar with javascript/typescript which is probably why the old instructions used javascript.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any of the client application languages implementations will work fine. I figured that, since this chaincode sample uses Go, the Go client application probably made more sense. One language rather than two.

@denyeart denyeart merged commit 76088d0 into hyperledger:main Jun 19, 2024
37 checks passed
@bestbeforetoday bestbeforetoday deleted the remove-legacy branch June 19, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants