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
What node version are you using? If you are using docker image then we don't have floats enabled there yet, which is what needed for using serde_json 1.0.0. This will be fixed in the next version.
Let's hold off using 1.0.0 in create-near-app until the fix is rolled out everywhere. I want to use create-near-app at the hackathon in order to test drive the experience.
Steps to repro: use contract from near/create-near-app#65
use serde_json = "1.0.0"
deploy app and run (yarn start)
when running app, get GasInstrumentation failure (see screenshot)
The text was updated successfully, but these errors were encountered: