Closed tomislavhoracek closed 3 months ago
Awesome! 🎉
The "tests" check is failing, though:
error @ethereumjs/tx@5.3.0: The engine "node" is incompatible with this module. Expected version ">=18". Got "14.21.3"
Are we really using Node.js 14? I don’t think so 😕 Especially since Buildkite passed?
Thanks @michalrus that is something I wanted to ask as well.
I see nodev18.12.1
. To be honest, I think we are good
Re: Netlify – given that:
yarn install
as the very first step,libudev.h
(sudo apt-get install libudev-dev
),yarn install
,sudo
,preinstall
, the node_modules
aren’t populated, so it's too early to unpack libudev-dev
manually,postinstall
, it’s too late because yarn install
already failed with missing libudev.h
… I really don’t know how to fix this.
Maybe a separate package.json
which only builds storybook
? Though they force yarn install
from the root anyways, so it won’t work.
It feels like a really bad design decision on Netlify’s part, or I'm not seeing something.
Edit: asked them here.
Netlify fixed in 4ce5d1f6628842a5f1af156a84dccc8985b8faa6 – had to use Homebrew :)
This PR introduces:
@cardano-foundation/ledgerjs-hw-app-cardano
to version7.1.3
@trezor/connect
to version9.3.0
Testing Checklist
QA Note: If you want to test it on preview, please use https://github.com/input-output-hk/daedalus/tree/todelete/lw-10808-cardano-node-9-with-hw-updates. It is a temp branch until we have the Michals update merged https://github.com/input-output-hk/daedalus/pull/3212
Review Checklist
Basics
input-output-hk/daedalus-dev
andinput-output-hk/daedalus-qa
assigned as PR reviewersrelease-vNext
,feature
/bug
/chore
,WIP
)yarn manage:translations
produces no changes)yarn storybook
)yarn.lock
file is updatedCode Quality
Testing
After Review