We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
timeoutPackets()
This piece of code works with v0.7.0: https://gist.github.com/assafmo/65034e62e0bf5411611c8cf700add916. However, with @confio/relayer v0.12.0 and @cosmjs/crypto, @cosmjs/proto-signing & @cosmjs/stargate all on v0.32.x, I get an error saying that structuredClone is undefined on this line https://github.com/confio/ts-relayer/blob/65d9f17/src/lib/ibcclient.ts#L90.
@confio/relayer
@cosmjs/crypto
@cosmjs/proto-signing
@cosmjs/stargate
structuredClone
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This piece of code works with v0.7.0: https://gist.github.com/assafmo/65034e62e0bf5411611c8cf700add916. However, with
@confio/relayer
v0.12.0 and@cosmjs/crypto
,@cosmjs/proto-signing
&@cosmjs/stargate
all on v0.32.x, I get an error saying thatstructuredClone
is undefined on this line https://github.com/confio/ts-relayer/blob/65d9f17/src/lib/ibcclient.ts#L90.The text was updated successfully, but these errors were encountered: