Version 0.11.0 has breaking changes
bogdan opened this issue · 2 comments
bogdan commented
Describe the bug
Version 0.11.0 changes the behavior of zilliqa.contracts.at(address)
and zilliqa.transactions.new({toAddr})
which happens without any backward compatibility, warning or changelog in a minor version release.
To Reproduce
Call the following code on 0.8.x and 0.11.0:
zilliqa.contracts.at("0xd90f2e538ce0df89c8273cad3b63ec44a3c4ed82")
Expected behavior
Both versions work ok
bb111189 commented