Closed referencedev closed 2 months ago
To fix the build failure, install the latest binaryen
version will make the "Wasm copy and strip" step success.
Replace the binaryen version 105 with version 119 in .github/workflows/build.yml
:
=>
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 sputnikdao2-gasfix
project which depends on near-sdk "3.1.0" and near-sdk-sim "3.1.0" that probably leads to the test build failure.
Is the sputnikdao2-gasfix
project indeed needed? Could it be merged into the sputnikdao2
project?
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.