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

Suggesstion: split v2 & v3 & lite api in tonclient #93

Open
witter-deland opened this issue Jun 1, 2024 · 1 comment
Open

Suggesstion: split v2 & v3 & lite api in tonclient #93

witter-deland opened this issue Jun 1, 2024 · 1 comment

Comments

@witter-deland
Copy link
Contributor

witter-deland commented Jun 1, 2024

First of all, thank all contributors for their code contributions.
During the use process, I have some thoughts and suggestions, as follows:

  1. Problem: V2 and V2 API are different. They are provided separately because of their differences. For example, GetTransactionsV2 and TranasactionsV3, TranasactionsV3 can query a transaction for a TxHash. The two have different functions. When they are combined, the query function for TxHash is hidden.

  2. Solution: You can add V2, V3, etc. to the API method name, so that developers can use the official V2 and V3 methods freely without the encapsulation causing some functions to be castrated.

@purpleguy99
Copy link
Member

Hi, thanks for the suggestion, you can add this implementation via pull request, if you want to see it faster in TonSDK.Net, otherwise, i dont plan to make any new update in incoming month

@witter-deland witter-deland changed the title Suggesston: split http api v2 & v3 in tonclient Suggesston: split v2 & v3 & lite api in tonclient Jun 3, 2024
@witter-deland witter-deland changed the title Suggesston: split v2 & v3 & lite api in tonclient Suggesstion: split v2 & v3 & lite api in tonclient Jun 4, 2024
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

No branches or pull requests

2 participants