You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varint32 is broken in bitshares-core when data is greater than 0x40000000 aka 1,073,741,824. Actually everywhere in bitshares-core is using the unsigned format unsigned_int. In addition, we're moving forward to 64 bit. Ideally the JS library should support 64 bit too.
varint32
is broken in bitshares-core when data is greater than0x40000000
aka1,073,741,824
. Actually everywhere in bitshares-core is using the unsigned formatunsigned_int
. In addition, we're moving forward to 64 bit. Ideally the JS library should support 64 bit too.Related issues:
The text was updated successfully, but these errors were encountered: