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

Core Devs Community Call 31 #112

Open
Murphytron opened this issue Jan 10, 2025 · 3 comments
Open

Core Devs Community Call 31 #112

Murphytron opened this issue Jan 10, 2025 · 3 comments

Comments

@Murphytron
Copy link
Contributor

Murphytron commented Jan 10, 2025

Meeting Date/Time: Wednesday, February 12th, 2025, 06:00 AM UTC

  • Meeting Duration: 1 hour

TBD

If you feel you would contribute to the meetings by your attendance please reach out to Murphy, and please leave a comment on the topics to be discussed afterwards.

@Wesley1T
Copy link

Hi, im trying to stake on my setup tron full node and i got success.
{
"visible": true,
"txID": "6ea7cc00cxxxxx659c25b7c617a6c2f326458223cb36a26f9e222c",
"raw_data": {
"contract": [
{
"parameter": {
"value": {
"resource": "ENERGY",
"frozen_balance": 1000000,
"owner_address": "xxxxxxxWGv"
},
"type_url": "type.googleapis.com/protocol.FreezeBalanceV2Contract"
},
"type": "FreezeBalanceV2Contract"
}
],
"ref_block_bytes": "b8b9",
"ref_block_hash": "94b457d8bfe08725",
"expiration": 1737035160000,
"timestamp": 1737035101151
},

Tried to use the freezeV2 api port8090/wallet/freezebalancev2 and i got sucess. However when i try to unstake using 8090/wallet/unfreezebalancev2 i got error
{
"Error": "class org.tron.core.exception.ContractValidateException : no frozenBalance(Energy)"
}

Do you know why?
When i :8090/wallet/getaccount i always got the same balance. Does it mean my stake didn't went thru tron mainnet?

@Murphytron
Copy link
Contributor Author

"frozen_balance": 1000000

It should refer to the Stake 1.0 bandwidth balance, for Stake 2.0 FAQ, please check here: Stake 2.0 Adaption FAQ

And this issue is used for core devs calls, please post such questions here instead: https://github.com/tronprotocol/java-tron/issues, thank you.

@Mofidzol
Copy link

Hi, im trying to stake on my setup tron full node and i got success.
{
"visible": true,
"txID": "6ea7cc00cxxxxx659c25b7c617a6c2f326458223cb36a26f9e222c",
"raw_data": {
"contract": [
{
"parameter": {
"value": {
"resource": "ENERGY",
"frozen_balance": 1000000,
"owner_address": "xxxxxxxWGv"
},
"type_url": "type.googleapis.com/protocol.FreezeBalanceV2Contract"
},
"type": "FreezeBalanceV2Contract"
}
],
"ref_block_bytes": "b8b9",
"ref_block_hash": "94b457d8bfe08725",
"expiration": 1737035160000,
"timestamp": 1737035101151
},

Tried to use the freezeV2 api port8090/wallet/freezebalancev2 and i got sucess. However when i try to unstake using 8090/wallet/unfreezebalancev2 i got error
{
"Error": "class org.tron.core.exception.ContractValidateException : no frozenBalance(Energy)"
}

Do you know why?
When i :8090/wallet/getaccount i always got the same balance. Does it mean my stake didn't went thru tron mainnet?
"Mofid_balance": 1000000
It should refer to the Stake 1.0 bandwidth balance, for Stake 2.0 FAQ, please check here: Stake 2.0 Adaption FAQ

And this issue is used for core devs calls, please post such questions here instead: https://github.com/tronprotocol/java-tron/issues, thank you.

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

3 participants