Skip to content
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

Error when building smart contracts #2

Open
nghuyenthevinh2000 opened this issue Jun 13, 2023 · 1 comment
Open

Error when building smart contracts #2

nghuyenthevinh2000 opened this issue Jun 13, 2023 · 1 comment

Comments

@nghuyenthevinh2000
Copy link

Optimizing /Users/thevinhnguyen/Documents/blockchain/vinh/abstract-account/cosmwasm/contracts/access-token/artifacts/access-token.wasm
[wasm-validator error in function 194] unexpected false: all used features should be allowed, on 
(i32.extend8_s
 (local.get $0)
)

[wasm-validator error in function 316] unexpected false: all used features should be allowed, on 
(i32.extend8_s
 (local.tee $7
  (i32.load8_u
   (i32.add
    (local.get $1)
    (local.get $3)
   )
  )
 )
)
[wasm-validator error in function 367] unexpected false: all used features should be allowed, on 
(i32.extend8_s
 (local.tee $2
  (i32.load8_u
   (local.get $5)
  )
 )
)
Fatal: error validating input

node:internal/process/promises:289
            triggerUncaughtException(err, true /* fromPromise */);
            ^

[Error: ENOENT: no such file or directory, stat '/Users/thevinhnguyen/Documents/blockchain/vinh/abstract-account/cosmwasm/contracts/access-token/artifacts/access-token.wasm'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'stat',
  path: '/Users/thevinhnguyen/Documents/blockchain/vinh/abstract-account/cosmwasm/contracts/access-token/artifacts/access-token.wasm'
}

Node.js v19.5.0
@tubackkhoa
Copy link
Contributor

Seems problem related to lower-signing and has been fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants