You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added unit tests for my smart contract using vert, mocha and chai. When running them, they always fail with the error Not implemented _ashlti3. Here is call stack:
Error: Not implemented _ashlti3
at __ashlti3 (node_modules/@eosnetwork/vert/dist/antelope/vm.js:1123:42)
at wasm://wasm/0005da7e:wasm-function[95]:0x333f
at wasm://wasm/0005da7e:wasm-function[238]:0x14c33
at wasm://wasm/0005da7e:wasm-function[97]:0x338b
at wasm://wasm/0005da7e:wasm-function[161]:0xdd0a
at wasm://wasm/0005da7e:wasm-function[50]:0x6ca
at VM.apply (node_modules/@eosnetwork/vert/dist/antelope/vm.js:1443:35)
at Blockchain.applyTransactionActions (node_modules/@eosnetwork/vert/dist/antelope/blockchain.js:92:37)
at Blockchain.applyTransaction (node_modules/@eosnetwork/vert/dist/antelope/blockchain.js:113:18)
at async Object.send (node_modules/@eosnetwork/vert/dist/antelope/account.js:96:25)
Unfortunately, the smart contract is too long to include here. So if you have any specific questions about it, please let me know. I will do my best to answer them.
The text was updated successfully, but these errors were encountered:
Environment:
Description
I have added unit tests for my smart contract using vert, mocha and chai. When running them, they always fail with the error
Not implemented _ashlti3
. Here is call stack:To export memory i use wabt, which is called with script from official documentation:
Unfortunately, the smart contract is too long to include here. So if you have any specific questions about it, please let me know. I will do my best to answer them.
The text was updated successfully, but these errors were encountered: