Skip to content

Conversation

@g4titanx
Copy link

closes #14

why test is currently failing

the libspacevm.so library (v0.7.1-pre.1) is missing the implementation for the lookup host call at index 2, which is part of the JAM protocol specification. so when PVM bytecode attempts to call host function at index 2, the VM returns:

Panic("Memory page 0 not accessible")

this indicates the host call table doesn't have an entry at index 2.

noticed stoken failing with the same error message

@g4titanx
Copy link
Author

@clearloop

@clearloop
Copy link
Contributor

nice to see you here @g4titanx ! interesting, I thought I have solved the problem since the previous CI is passed

I'll be back to my work station ~ Nov 5, will check if there are bugs soon

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

Successfully merging this pull request may close these issues.

Introduce host call lookup

2 participants