When trying to deploy a pkg on testnet - i’m seeing this error:
> sui client publish .
INCLUDING DEPENDENCY MoveStdlib
INCLUDING DEPENDENCY Sui
INCLUDING DEPENDENCY token
INCLUDING DEPENDENCY multicoin
BUILDING triex
Error executing transaction '5JyHnPPrzhKWWrt1De2UgAiKQVwvrY5svMpVzZqh34Jh': VMVerificationOrDeserializationError in command 0
This error isn’t particularly verbose, and i can’t seem to find anything that gives me more information about where exactly it broke. I’m unsure how to debug this. I see docs for VMVerificationOrDeserializationError in command 0 showing common errors associated but i don’t see any of those common errors being logged anywhere. I tried to run sui client verify-bytecode-meter against each module, and nothing threw up any errors. Any ideas? I am using
> sui --version
sui 1.63.1-homebrew