zilliqa-js icon indicating copy to clipboard operation
zilliqa-js copied to clipboard

JavaScript SDK for Zilliqa blockchain

Results 17 zilliqa-js issues
Sort by recently updated
recently updated
newest added

I need to include @zilliqa-js/account into our app main bundle but I have an issue with the entire bip39 library being loaded with it, even when I don't use any...

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.10.2 to 6.10.3. Changelog Sourced from protobufjs's changelog. Changelog 7.0.0 (2022-07-08) ⚠ BREAKING CHANGES drop support for Node 4, 6, 8, 10 (#1764) move command line tool...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.3.8 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

**Describe the bug** React-scripts 5.0.1 cannot resolve 'crypto' by default. **To Reproduce** Steps to reproduce the behavior: 1. Create a react app. 2. npm install @zilliqa/zilliqa 3. import Zilliqa from...

Pairs with PR: https://github.com/Zilliqa/Zilliqa/pull/2806 The example code examples/evm_transaction_ecdsa.js does the following: - Moves funds from a genesis address (ZIL) to eth-style - Makes a payment with this eth style address...

**Describe the bug** Missing consistency between `fromBech32Address()` and ZRC-6 addresses. **To Reproduce** 1. Deploy the basic ZRC-6 contract template 2. Mint an NFT to an address 3. Call `fromBech32Address("zil1nn480ye58tppav7mp79v3e65g5lykvp4aeuj53")` 4....

**Is your feature request related to a problem? Please describe.** A feature that people can use it get proof from api, and verify it locally. **Describe the solution you'd like**...

enhancement