-
Notifications
You must be signed in to change notification settings - Fork 27
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
SDK 1.4.1 integration #652
Conversation
Updated from 1.3.0-dev.9 to 2.0.0-dev.0
Applied changes proposed in commit d20aee1
1b8a6e6
to
c87c7b0
Compare
Defined mock bitcoin network transaction fee. Adjusted missing/missplaced function parameters.
- Defined Node engine version in package.json file (<=16) - Added .nvmrc file for improved developer experience (https://github.com/nvm-sh/nvm#deeper-shell-integration) - Updated `@chakra-ui/cli` package (0.0.0-pr-20211126153854 -> 2.4.1) - Narrowed react-icons library versions scope (^4.3.1 -> <=4.3.1) - Bumped tsconfig module value (ES5 -> ES6) - Resolved Webpack issue with legacy Node polyfills (crypto) - (webpack/webpack#14532)
Bumped NodeJS version (14 -> 18)
c87c7b0
to
b7f806a
Compare
Updated `<=` into `>=`
Limited resolution to 4.8.0's patches (~)
Instead of analysing environmental variable the value is currently available to use in corelated data structures. Addded comment elaborating on mock Bitcoin network transaction fee. Refactored tBTC utility functions to pass bitcoin network as a parameter.
2cb19bd
to
d77bab2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last comments! Otherwise, LGTM! Leaving the final approval for @michalsmiarowski. Let's cut a release once this PR is merged and test those changes on mainnet preview.
Removed unused imports and variables
@lukasz-zimnoch Your approval has been canceled, I had to push minor fixes 🙌🏼 |
Repositioned config comment
Updated lint-staged package to the latest version since it was causing issues with the latest Node version
Preview uploaded to https://preview.dashboard.test.threshold.network/sdk-1.4.1-integration/index.html. |
1 similar comment
Preview uploaded to https://preview.dashboard.test.threshold.network/sdk-1.4.1-integration/index.html. |
Preview uploaded to https://preview.dashboard.test.threshold.network/sdk-1.4.1-integration/index.html. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left one non-blocking comment down below
It looks like all (or almost all) libraries in As of now I recommend to:
|
This reverts commit 545a5c3.
react-icons: `~4.8.0` -> `^4.3.1` lint-staged: `^15.0.2` -> `>=10`
@michalsmiarowski
I tested build processes for |
Preview uploaded to https://preview.dashboard.test.threshold.network/sdk-1.4.1-integration/index.html. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ref: #647
goerli
anddevelopment
packagesNote:
yarn install
ing ✨It ain't a blocker and I couldn't pass through it easily so I decided to leave it for now.