Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

MetaMask Changes #82

Merged
merged 20 commits into from
Nov 30, 2021
Merged

MetaMask Changes #82

merged 20 commits into from
Nov 30, 2021

Conversation

rekmarks
Copy link
Contributor

@rekmarks rekmarks commented Oct 27, 2021

These changes make filsnap compatible with the latest version of MetaMask Snaps.

Note: This PR updates the TypeScript and react-script version of the monorepo. This was necessary for compatibility reasons with @metamask/ dependencies.

@CLAassistant
Copy link

CLAassistant commented Oct 27, 2021

CLA assistant check
All committers have signed the CLA.

@@ -16,14 +16,21 @@
"type-check:watch": "npm run type-check -- --watch",
"build": "yarn run build:tsc && yarn run build:snap",
"build:tsc": "tsc -p tsconfig.build.json --pretty --outDir build",
"build:snap": "nf-snap build --stripComments --debug --verbose",
"build:snap": "yarn build:snap:bundle && yarn build:snap:postprocess && yarn build:snap:eval",
"build:snap:bundle": "nf-snap build --stripComments --debug --verbose --eval false",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rekmarks is my pr with comment stripping released in snaps-cli? Maybe we can switch to official version instead of our fork

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup! The option is exactly the same as you have here. snaps-cli is now released under this package: https://www.npmjs.com/package/@metamask/snaps-cli

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah than we dont need our fork anymore 😄

@rekmarks rekmarks marked this pull request as draft October 27, 2021 20:35
@rekmarks rekmarks marked this pull request as ready for review November 9, 2021 19:19
@rekmarks
Copy link
Contributor Author

rekmarks commented Nov 9, 2021

I'm not sure why the build is failing as of 7d3c5f8, it passes for me locally.

@MakMuftic MakMuftic merged commit 2ff2215 into ChainSafe:master Nov 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants