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
github.com/ava-labs/hypersdk/compare/main...HowHsu:hypersdk:main
I'm new to learn hypersdk and I write some toy code based on morpheusvm, the function is simple, just store some data on chain. But sending the transaction to the local rpc causes the chain stall. Would be super thankful if someone can review this code.
By the way, where can I find the log file, I tried to fmt.Printf in actions's Execute function, but can't find any corresponding output under ~/.tmpnet
To re-produce this issue:
apply the diff to the main branch
in example/morpheusvm, run ./script/build.sh
compile morpheus-cli, and run morpheus-cli action store
github.com/ava-labs/hypersdk/compare/main...HowHsu:hypersdk:main
I'm new to learn hypersdk and I write some toy code based on morpheusvm, the function is simple, just store some data on chain. But sending the transaction to the local rpc causes the chain stall. Would be super thankful if someone can review this code.
By the way, where can I find the log file, I tried to fmt.Printf in actions's Execute function, but can't find any corresponding output under ~/.tmpnet
To re-produce this issue:
./script/build.shmorpheus-cli action store