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

new API (TIP-467 Add Stake 2.0) didn't work #4998

Closed
yankevych opened this issue Feb 15, 2023 · 4 comments
Closed

new API (TIP-467 Add Stake 2.0) didn't work #4998

yankevych opened this issue Feb 15, 2023 · 4 comments
Labels
topic: gRPC/HTTP api rpc/http related issue

Comments

@yankevych
Copy link

System information

java-tron version: java -jar FullNode.jar -v 4.7.0.1(Aristotle)
OS & Version: Linux

1. What did you do?

curl -X POST http://*******:8090/wallet/freezebalancev2 -d
'{"owner_address":"T**************",
"frozen_balance": 10,
"resource":"ENERGY",
"visible":true
}'

2. What did you expect to see?

Expect to use V2 API to "freeze balance" and to "delegate resources"

3. What did you see instead?

{"Error":"class org.tron.core.exception.ContractValidateException : Not support FreezeV2 transaction, need to be opened by the committee"}

@m-o-m12
Copy link

m-o-m12 commented Feb 15, 2023

Stake 2.0 has not been opened on TRON mainnet, but on nile testnet. so we can test the stake2.0 feature on nile testnet and do the preparation for it.

@yankevych
Copy link
Author

I think this information should be in the release notes. Because in the current version, it's looks like this feature released to mainnet.
What estimated release date for Stake 2.0?

@m-o-m12
Copy link

m-o-m12 commented Feb 16, 2023

I saw it mentioned on release note. https://tronprotocol.github.io/documentation-en/releases/GreatVoyage-v470/ . I do not the date of this feature's activation, but we can pay attention to the announcement from the community.

@ethan1844 ethan1844 added the topic: gRPC/HTTP api rpc/http related issue label Feb 16, 2023
@lurais
Copy link
Contributor

lurais commented Feb 24, 2023

@yankevych hello , as I can see from this issue:tronprotocol/tips#519 ,The estimated timeline of the Stake 2.0 is the middle and late March.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: gRPC/HTTP api rpc/http related issue
Projects
None yet
Development

No branches or pull requests

4 participants