-
Notifications
You must be signed in to change notification settings - Fork 99
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
Worker Proposal voting is broken. Can someone confirm? #746
Comments
The transfer below (it works) .. It must be something in the vote transaction format. I don't see any code changes that might cause this .. I'm drawing a blank on this one at the moment. [
[
[
0,
{
"fee": {
"amount": "0",
"asset_id": "1.3.0"
},
"from": "1.2.34958",
"to": "1.2.34235",
"amount": {
"amount": "100000",
"asset_id": "1.3.0"
},
"extensions": [
]
}
]
],
"1.3.0"
] |
I think it's the same problem as these 2. Not clear if the issue is in GUI or cli_wallet.. |
|
|
Update: it's not dangerous to enable the new format before hard fork date if keep the |
@jcalfee type of the |
I'll rebuild the develop branch so I can get any serializer updates (there is a generated file) and close this ticket if it works. Thanks! Odd that |
The serialized code is the same. Looks like the extensions have not changed since July (see link). |
There, this change is not on the develop branch! That explains it.. I need some branch training from @theoreticalbts ... |
@jcalfee It's on the develop branch: https://github.com/cryptonomex/graphene/blob/develop/libraries/chain/include/graphene/chain/protocol/account.hpp#L98 and https://github.com/cryptonomex/graphene/blob/develop/libraries/chain/include/graphene/chain/protocol/account.hpp#L146 Make sure you're checking develop branch of cryptonomex/graphene repo but not bitshares/bitshares-2 repo. |
And also master branch of cryptonomex/graphene repo is abandoned imo. |
This is broken because account update operation is affected by cryptonomex/graphene#593 |
Fixed in graphene core, closing. |
At OpenLedger I try to vote for a worker proposal. The UI tries to send this to the server under
get_required_fees
and gets an error (below):Error reply:
A transfer works fine...
The text was updated successfully, but these errors were encountered: