sei-protocol/sei-js

[BUG] Error on wallet.serialize

zlace opened this issue · 3 comments

Describe the bug
Inheritted issue cosmos/cosmjs#1429

import { generateWallet } from "@sei-js/core";

async function test(){
  const wallet = await generateWallet();
  await wallet.serialize("password")
}

Iibsodium_wrappers_1.default.crypto_pwhash is undefined

Proposed Solution

  • Update @cosmjs to 0.32.2

Thanks for reporting this issue - I'll look into bumping the @cosmjs version!

@besated When do you think you'll be able to bump the @cosmjs/crypto version to 0.31.0-alpha.1 or later as mentioned in cosmos/cosmjs#1429?

@sei-js/cosmjs has been released and uses the latest cosmjs packages.