<!-- Write a short description of the changes included in this pull request, also include relevant motivation and context. Have in mind the following questions:
[![Open in GitHub Codespaces...
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. -->
[email protected]
supports heterogenous typing for selector inputs to `createSe...<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. -->
<!-- Write a short description of the changes included in this pull request, al...
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. -->
<!-- Write a short description of the changes included in this pull request, al...
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. -->
ControllerState
types need to represent the entire state at root level that is pass...
Release candidate for @metamask/composable-controller
major upgrade to 10.0.0
.
<!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or cons...
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. -->
<!-- Write a short description of the changes included in this pull request, al...
…tate` slice<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. -->
<!-- Write a short description of the changes included in this pull...
<!-- Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes:
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. -->
<!-- Write a short description of the changes included in this pull request, al...
This upgrades TokenDetectionController
to extend PollingController
and BaseControllerV2
as a preparation step for merging TokenDetectionController
with DetectTokensController
.
yarn constraints
rules to enforce this.None
@metamask/accounts-controller
@metamask/keyring-controller
, @metamask/snaps-controllers
, which were miscategorized as devDependencies (#3604)...
@metamask/{keyring-controller,snaps-controllers}
to deps in @metamask/accounts-controller
.<!-- Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes:
updateChangelog
returns results even if isReleaseCandidate
is false<!-- Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes:
<!-- Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes:
demo/
directory as a single package for now.react-dev
build script whi...yarn workspace @lavamoat/lavadome-react dev
, localhost:3000
LavaDome
component accepts a text
parameter and can be placed anywhere in the component tree.<img width="1471" alt="Screensh...
Love this project, and having a ton of fun going through the code!
require()
syntax
const { foo: alias, bar } = require("./module")
Love this project, and having a ton of fun going through the code!
const { foo1: bar1, foo2 } = import("module");