-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate To A Newer Version #20
Comments
…s.js and test-boundaryWatcher.js work and partially migrated test-ammLiquidity.js
Note to other dapp devs @nunolleite @JorgeLopes-BytePitchThe biggest problem I faced during the migration is to migrate ava from version 3 to version 4. The error I got is something like below; Uncaught exception in test/test-stopLoss.js
AssertionError [ERR_ASSERTION] [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(refs.runnerChain)
SES_UNHANDLED_REJECTION: (AssertionError#1)
✖ test/test-stopLoss.js exited with a non-zero exit code: 1
✖ Couldn’t find any matching tests And this problem has a closed issue here. Agoric engineering team also faced this issue when they were upgrading ava from v3 to v4 and had an internal issue about it here where they discuss this problem in the context of ConclusionIt's a useful thing to keep in mind when we try to migrate dapps from older versions to newer versions. |
We migrate our code to work on
https://github.com/Agoric/agoric-sdk/commit/fedf049435d7307311219fbab1b2b342ec6acce8
this commitThe text was updated successfully, but these errors were encountered: