You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I noticed a strange thing that when using compiler v0.26.0 for Mac when compiling the following code from the documentation tutorial with fe build ./file_name.fe:
This seems inconsistent with the code since there's no corresponding "Context" event in the contract. The documentation also suggests that the ABI for an empty contract should resemble "an empty array."
"The GuestBook_abi.json is a JSON representation that describes the binary interface of our contract, but since our contract doesn't yet expose anything useful, its content for now resembles an empty array."
I wanted to flag this issue, hoping it can assist in product improvement. Thanks for your efforts!
The text was updated successfully, but these errors were encountered:
Hi,
I noticed a strange thing that when using compiler v0.26.0 for Mac when compiling the following code from the documentation tutorial with
fe build ./file_name.fe
:The compilation is successful, but the generated ABI file includes an unexpected event named "Context":
This seems inconsistent with the code since there's no corresponding "Context" event in the contract. The documentation also suggests that the ABI for an empty contract should resemble "an empty array."
I wanted to flag this issue, hoping it can assist in product improvement. Thanks for your efforts!
The text was updated successfully, but these errors were encountered: