bitsharesjs icon indicating copy to clipboard operation
bitsharesjs copied to clipboard

JavaScript tools for BitShares Encryption and Serialization

Results 20 bitsharesjs issues
Sort by recently updated
recently updated
newest added

As mentioned in https://github.com/bitshares/bitshares-ui/issues/3545#issuecomment-1236207285, the function `to_long()` in `SerializerValidation.js` may return unexpected result if the input is a `float` with decimals (E.G. `12.999999999999998`). Code: https://github.com/bitshares/bitsharesjs/blob/c962b80f625d550573e847e6f1466524109fd3ea/lib/serializer/src/SerializerValidation.js#L103-L116 ``` > parseFloat("0.00013")*100000 12.999999999999998 >...

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

What you think about monorepo with bitsharesjs-ws?

If a node is out of sync, user still sees the "Sync clock" issue. Also include the chain head block and time in the thrown error. https://github.com/bitshares/bitsharesjs/blob/6bad1cf876fb0a0737ca8f654d6615e1358ea758/lib/chain/src/ChainStore.js#L151

I'm working on a phone app to make "bitshares" available on the phone, but when I execute "npm install bitsharesjs," the program crashes every time I use "import {PublicKey} from...

question

`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...

Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.16.7 to 7.19.3. Release notes Sourced from @​babel/cli's releases. v7.19.3 (2022-09-27) :bug: Bug Fix babel-plugin-proposal-decorators #8566 Correctly update bindings of decorated class declarations (@​nicolo-ribaudo) babel-parser #14974 fix:...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.65.0 to 5.74.0. Release notes Sourced from webpack's releases. v5.74.0 Features add resolve.extensionAlias option which allows to alias extensions This is useful when you are forced to...