-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
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
[Bug] offline error #929
Comments
Hi, do you know how to sign the offline tx by private key? |
use the buildTransferPublicTxOffline function, and use the privatekey like this
|
same error with me: Stack: Error |
Hi, could help me please? we use |
|
🐛 Bug Report
when I run this template code
https://github.com/AleoNet/sdk/tree/testnet-beta/create-aleo-app/template-offline-public-transaction-ts
it works ok when online, but when I disconnect the netwrok , it raise the error before. I have download the provider key before I close the network.
.........
Proving the transfer execution
wasm://wasm/01e2a6fa:1
RuntimeError: unreachable
at wasm://wasm/01e2a6fa:wasm-function[2983]:0x6ef8ea
at wasm://wasm/01e2a6fa:wasm-function[3698]:0x70dc22
at wasm://wasm/01e2a6fa:wasm-function[3504]:0x708499
at wasm://wasm/01e2a6fa:wasm-function[198]:0x1f8d4e
at wasm://wasm/01e2a6fa:wasm-function[114]:0xb8acc
at wasm://wasm/01e2a6fa:wasm-function[2493]:0x6b5c38
at wasm://wasm/01e2a6fa:wasm-function[1378]:0x60bb2b
at wasm://wasm/01e2a6fa:wasm-function[3656]:0x70ce0b
at wasm://wasm/01e2a6fa:wasm-function[225]:0x22b440
at wasm://wasm/01e2a6fa:wasm-function[508]:0x3b9466
Node.js v22.2.0
Steps to Reproduce
Code snippet to reproduce
Stack trace & error message
Expected Behavior
(Write what you expected to happen here)
Your Environment
The text was updated successfully, but these errors were encountered: