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.
Related issues:
varint32is broken in bitshares-core when data is greater than0x40000000aka1,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: