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

Kernel panic: internal error: entered unreachable code: Invalid path/offset err:HostErr(InputOutputTooLarge) #29

Open
m-kus opened this issue May 31, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@m-kus
Copy link
Member

m-kus commented May 31, 2023

KT1Gi4Qz4epfkpivEdsG5s3k6ttXfrNJWiZH.txt

What it might be:

  • Data does not fit into the page size in the wasm host storage
  • Something with the inbox message size restrictions
  • Other?
@m-kus m-kus added the bug Something isn't working label May 31, 2023
@bb4L
Copy link

bb4L commented Jun 1, 2023

it happened when calling the entrypoint mint as follows (using pytezos for interaction)

contract.mint(amount=44, decimals=2, address="tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx", symbol="test", token_id=1, name="sr_test_2").operation_group.sign().inject() 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants