Zilliqa / zq2

Zilliqa 2.0 code base
Apache License 2.0
9 stars 0 forks source link

Scilla external libray deployment fails on zq2prototestnet. #1238

Closed chetan-zilliqa closed 1 week ago

chetan-zilliqa commented 2 months ago

I ran the scilla UserDefined library tests on zq2 prototestnet network using the EvmAcceptanceTests of the zq1 directory. But it fails with a revert message.

Fail with revert message: 'Following the library definition, a contract is expected. '

npx hardhat test test/scilla/UserDefinedLibrary.ts --network zq2_prototestnet

https://explorer.zq2-prototestnet.zilliqa.com/tx/0x37b88e8d0070067e879007c848ff5da05b2b6f7195a7d250ef24749548802579

saeed-zil commented 1 week ago

Duplicate of #1295