baking-bad / tezos-on-tezos

Michelson VM and Tezos OS in Rust
MIT License
25 stars 1 forks source link

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

Open m-kus opened 1 year ago

m-kus commented 1 year ago

KT1Gi4Qz4epfkpivEdsG5s3k6ttXfrNJWiZH.txt

What it might be:

bb4L commented 1 year ago

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()