Maarten Zuidhoorn

Results 60 issues of Maarten Zuidhoorn

This changes the minimum time between cronjob executions to 15 seconds. Related to: MetaMask/pm-security#392.

Some lint violations were disabled after the migration. In those cases I added a comment "Either fix this lint violation or explain why it's necessary to ignore.". We should follow...

snaps-refined-backlog

Currently we only support the CJS syntax in the Snaps execution environment. We should investigate supporting ESM as well. This would include: - Support for ESM in the execution environment....

At a minimum we need: - Support for all the RPC methods in the device API. - The ability to create mocked devices, and read/write data with them.

`@lavamoat/node` is not production-ready yet, just testing. > [!NOTE] > Switches from `lavamoat` to `@lavamoat/node` and refreshes the lockfile to reflect new/transitive dependencies and version bumps. > > - **Build/Tooling**:...

We can consider letting Snaps hook into the activity log, letting Snaps add new entries or providing basic UI (including some buttons). Suggested by @smilingkylan, more context on Slack [here](https://consensys.slack.com/archives/GN3SR3GNM/p1751445293557129)....

snaps-feature

## Explanation This adds a new action which determines whether a pull request in the merge queue is up-to-date, meaning: - The pull request is based on the latest commit...

This updates codeowners to be the Wallet Framework and Snaps teams, rather than the entire engineering group. These groups need to be given write access before merging this.

React Native/Metro automatically detects if a `*.native.js` file exists for any file, and prefers that file instead. We could have a native version for all the curves, and use [`MetaMask/native-utils`](https://github.com/MetaMask/native-utils)...