-
Notifications
You must be signed in to change notification settings - Fork 399
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
Some Native Functions Not Recognized During Node Startup #3361
Comments
Are you sure you're on the latest version of master and have done a Also, you can do triple ` to do a codeblock. |
Most definitely did not build after pulling, because master builds successfully and this would be caught by CI. Made #3363, as this has been a common gotcha before. |
I did build it multiple times using make install, checked if I have the latest version and also tried using gno generate from gnovm and issue still remains. Do you have anything else in mind that I could be doing wrong? |
If |
…ng#3363) trying to avoid reports like gnolang#3361
Native Function
GetChainDomain
Not Recognized During Node StartupDescription
When starting a local blockchain node using
gnoland start
, it fails to recognize the native implementation ofGetChainDomain
function ingnovm/stdlibs/std/native.gno
.I'm not sure if I am doing something completely wrong, but I remember successfully starting local node some time ago. I've been trying to solve this for a while and figured someone more experienced could take a look.
Your environment
Steps to reproduce
Run
gnoland start
Expected behaviour
Node should start successfully.
Actual behaviour
Node fails to start with error:
panic: function GetChainDomain does not have a body but is not natively defined [recovered] panic: std/native.gno:14:1: function GetChainDomain does not have a body but is not natively defined
Logs
The text was updated successfully, but these errors were encountered: