DanielZlotin

Results 7 issues of DanielZlotin

According to https://docs.elrond.com/validators/key-management/wallet-keys/ and by reverse-engineering from https://github.com/ElrondNetwork/elrond-core-js/blob/master/src/account.js

Some suggestions by matthargett: 1. hash-map from Jetstream is a throughput benchmark, where TTI is usually limited by latency. (Enabling JIT will typically increase latency and therefore TTI.) Using code-first-load...

Might have impact on some tests, we should strive to keep this as up-to-date as possible

[BigNumber.js](https://github.com/MikeMcl/bignumber.js/) is a small and very popular library when developing for web3. `web3.js` supports BigNumber as well as BN as input values to methods, events etc; so this PR adds...

Publishing a .babelrc file breaks `react-native` projects using `react-autobind`, as it conflicts with react-native's packager. Removing it from the publishing step solves this.

We should support integrating into existing native apps

type: accepted/enhancement