v3.1.2: ## WASM for React
·
1624 commits
to master
since this release
WASM for React
- c: Deprecated support to
kovanandtobalabachains. - c: Added support
ewcchain. Check EWC website for more on this network. - c: Fixed bug that caused
getStorageto fail verifying the account. - c: Fixed some bugs in the EVM.
- wasm:
addAccountnow return the address associated with the Private Key. - wasm: Fixed bug that caused the library to fail when using in a React Native environment.
- wasm: More compliant to ethereum’s Web3.js api.
- wasm: fixing the emscripten issues when running in react natvive
- wasm: return checksum addreses when adding keys
- wasm: convert to Buffertype when creating signatures
- wasm: Better support for Typescript.