sei-protocol / sei-js

SeiJS is a monorepo that contains multiple NPM libraries for writing applications that interact with the Sei network.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Error on wallet.serialize

zlace opened this issue · comments

commented

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
commented

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.