BitShares Forum

Main => General Discussion => Topic started by: BTSdac on March 28, 2016, 04:52:56 pm

Title: digest results of a translation between gui(nodejs) and C++ are different
Post by: BTSdac on March 28, 2016, 04:52:56 pm
Digest(serialize) results of a translation between GUI(nodejs) and C++ are different if there are  some map/vector/array in operation in this tx.  so it is make a bug like adding Multi-Signature to account  in GUI ,

and I check the serialize of map/vector in C++ is same as in nodejs , but serialize of  array  is diffident.
fix this bug is in plan ?  if it is in plan ,maybe I am not plan to fix this bug   :) :) :)

 
Title: Re: digest results of a translation between gui(nodejs) and C++ are different
Post by: svk on March 28, 2016, 05:14:51 pm
We recently fixed some sorting issues in the GUI related to this, which version of the GUI are you using to test?
Title: Re: digest results of a translation between gui(nodejs) and C++ are different
Post by: abit on March 28, 2016, 07:15:25 pm
Digest(serialize) results of a translation between GUI(nodejs) and C++ are different if there are  some map/vector/array in operation in this tx.  so it is make a bug like adding Multi-Signature to account  in GUI ,

and I check the serialize of map/vector in C++ is same as in nodejs , but serialize of  array  is diffident.
fix this bug is in plan ?  if it is in plan ,maybe I am not plan to fix this bug   :) :) :)
Not sure whether it's fixed already, but this is the github issue: https://github.com/cryptonomex/graphene-ui/issues/795