Closed alexpeterson91 closed 9 months ago
Nice catch @alexpeterson91! I am getting the same errors when trying to build the package. I also thought about setting a specific tag, but ,as you say, they frequently commit to the main branch without creating a release...
Node version has been bumped to v20
This latest version of the wallet (which we use the latest build for in this repo, Edu suggested trying to use tags for the Wallet repo since theres's no releases at all but there's also very few tags, and edits are pretty regular. The Ava-Labs team recently has deprecated the yarn registries and packages needed to build the wallet, they are no longer online. it's quite recent, repos with Yarn and GH archived recently, and docs arent or were not updated as of like yesterday, for the new way to do it without the yarn registry hosted dependencies.
Also this version needs Node 16.x + and the wallet will not build because of the node version being below 16.x and fixing that it will fail on yarn which is why there is no prerelease or any IPFS hash from the GHA bump upstream PR @dsimog01 merged earlier today. GHAs last successfully was able to build a hash was for the previous never merged or published #121
I couldn't do anything even bumping dependencies and going one by one etc on my fork of this repo, but this repo also still uses buster images too, they can be updated to
bullseye-slim
and they work, and removing the wallet will build it and make it work.I assume this will be resolved shortly by the Ava-Labs team but this is a very recent change to the AVAX wallet and recent changes in avalanchego but at least as of yesterday i could only get this package to build by removing the wallet entirely.