-
Notifications
You must be signed in to change notification settings - Fork 120
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
Features need to be supported #145
Comments
I think it is necessary to support these RPC requests, I am willing to evaluate and then implement this requirement. |
Thank you for your suggested requirements. After discussion, we will support the following RPC list by the end of the month.
Other methods followed are not suitable for support in Trident due to reasons such as block scanning, and we may discuss splitting your requirements and implementing them in the next phase.
|
The message SmartContract structure in trident and java-tron lacks a version field |
We will support it simultaneously. |
I found an issue with the implementation logic of getProposalById in Trident. if (proposal.getApprovalsCount() == 0) {
throw new IllegalException();
} This code means that the Approvals of a proposal must not be zero; otherwise, an exception will be thrown. However, for newly created proposals, the Approvals count is 0 by default, which results in the inability to retrieve newly created proposals. Please confirm and arrange a fix plan. |
Thank you for your suggestion. We will fix this issue in the next release. |
Hello,
Because the development of the wallet CLI is needed, there are additional RPC requests that need to be evaluated for support and implementation. The specific requests are as follows:
Please let me know how these can be supported and planned.
The text was updated successfully, but these errors were encountered: