-
Notifications
You must be signed in to change notification settings - Fork 81
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
Merging set of fixes for upgrading smart contracts on Nightshade v2 #206
Merging set of fixes for upgrading smart contracts on Nightshade v2 #206
Conversation
Co-authored-by: Marco <[email protected]>
To fix the build failure, install the latest Replace the binaryen version 105 with version 119 in sputnik-dao-contract/.github/workflows/build.yml Lines 91 to 92 in 2b19edb
=> curl -L https://github.com/WebAssembly/binaryen/releases/download/version_119/binaryen-version_119-x86_64-linux.tar.gz | tar xzf -
echo "`pwd`/binaryen-version_119/bin" >> $GITHUB_PATH |
The test failure is caused by the Is the |
#2) Co-authored-by: Marco <[email protected]>
* ci: run test on macos-13 * ci: use llvm@14 on macos * test: refactor tests with near-workspaces-js and ava * test: refactor tests and fix failure * ci: test on ubuntu-24.04 with node 20.17.0 * ci: test on ubuntu-22.04 with node 20.17.0
This contains mix of fixes:
Merging it all into main so we have the up to date version that is going to be used by Ref Finance and probably other DAOs.