Skip to content

v3.1.2: ## WASM for React

Compare
Choose a tag to compare
@devops-slockIt devops-slockIt released this 12 Nov 19:17
· 1624 commits to master since this release
d4b79c5

WASM for React

  • c: Deprecated support to kovan and tobalaba chains.
  • c: Added support ewc chain. Check EWC website for more on this network.
  • c: Fixed bug that caused getStorage to fail verifying the account.
  • c: Fixed some bugs in the EVM.
  • wasm: addAccount now 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.