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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This tutorial requires some updates to work properly. This issue arose from work on trufflesuite/issue-target-tmp#1.
Issues to Fix
need to update solidity version; going past 0.5.0 will require that the get() function in Store.sol is designated as view rather than constant
typo: “We will see how the issues present itself”
Running truffle develop —log doesn’t seem to work as expected; perhaps this is a bug? I get a stack trace in the original debugger window. Not sure if that is intentional, but nothing seems to come up within the "log window"
Getting “transaction completed successfully” in the debug console when there should be something about the while(true) line? And then “Transaction has halted: cannot advance”
Not seeing a way to get the transaction id for the failed transaction since logging seems not to work?
main issues seem to be 1) versioning and 2) getting transaction hashes properly for failed transactions (is there a bug or a step missing in the tutorial?)
The text was updated successfully, but these errors were encountered:
This tutorial requires some updates to work properly. This issue arose from work on trufflesuite/issue-target-tmp#1.
Issues to Fix
0.5.0
will require that theget()
function inStore.sol
is designated asview
rather thanconstant
truffle develop —log
doesn’t seem to work as expected; perhaps this is a bug? I get a stack trace in the original debugger window. Not sure if that is intentional, but nothing seems to come up within the "log window"while(true)
line? And then “Transaction has halted: cannot advance”The text was updated successfully, but these errors were encountered: