Skip to content

feat: Convert AppStateController to typescript #27572

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

Merged
merged 37 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
6635a06
convert AppStateController to typescript
kanthesha Oct 2, 2024
23a89c3
update controller
kanthesha Oct 2, 2024
bfe0d3f
changes reflecting from review
kanthesha Oct 4, 2024
744300f
replace preferences store with messenger call
kanthesha Oct 14, 2024
40a3938
resolve merge conflict
kanthesha Oct 14, 2024
ffda478
Merge branch 'develop' into feat/app-state-controller-to-typescript
kanthesha Oct 14, 2024
15dd5e5
replace private identifier in AppState
kanthesha Oct 14, 2024
19d6846
Merge branch 'feat/app-state-controller-to-typescript' of github.com:…
kanthesha Oct 14, 2024
041c435
unit tests added
kanthesha Oct 14, 2024
6f90f83
Merge branch 'develop' into feat/app-state-controller-to-typescript
kanthesha Oct 14, 2024
0d56c95
unit tests added
kanthesha Oct 14, 2024
badcb7f
Merge branch 'feat/app-state-controller-to-typescript' of github.com:…
kanthesha Oct 14, 2024
f62771e
Merge branch 'develop' into feat/app-state-controller-to-typescript
kanthesha Oct 14, 2024
5857f4b
app-state.js deleted
kanthesha Oct 15, 2024
d325853
resolve merge conflict
kanthesha Oct 15, 2024
03b21bb
app-state.js deleted
kanthesha Oct 15, 2024
a3487fe
replace app-state with app-state-controller
kanthesha Oct 15, 2024
25b3ec5
replace app-state with app-state-controller
kanthesha Oct 15, 2024
2e666ec
fix register ApprovalController:addRequest error in tests
kanthesha Oct 15, 2024
ec2a092
add unit tests on isManifestV3
kanthesha Oct 15, 2024
2cc1b40
fix tests lint
kanthesha Oct 15, 2024
fc242d3
fix autoLockTimeLimit
kanthesha Oct 15, 2024
a66d394
readonly updated
kanthesha Oct 15, 2024
d6b7e1a
Merge branch 'develop' into feat/app-state-controller-to-typescript
kanthesha Oct 15, 2024
e3c1675
Merge branch 'develop' into feat/app-state-controller-to-typescript
kanthesha Oct 15, 2024
7d1fc1c
Merge branch 'develop' into feat/app-state-controller-to-typescript
kanthesha Oct 16, 2024
4f42e08
include review changes and revert method modifier changes
kanthesha Oct 16, 2024
758e91b
Merge branch 'feat/app-state-controller-to-typescript' of github.com:…
kanthesha Oct 16, 2024
b48d3c4
registerHandler for getState and add the unit tests for both action a…
kanthesha Oct 16, 2024
9be5498
publish state when there is a change
kanthesha Oct 16, 2024
1c78104
to create a git tracking
kanthesha Oct 16, 2024
a317eeb
convert app-state to typescript
kanthesha Oct 16, 2024
dff8439
convert app-state controller to typescript
kanthesha Oct 16, 2024
a958732
revert unused preferences controller removal from mmi-controller
kanthesha Oct 17, 2024
d54d158
resolve merge conflict
kanthesha Oct 18, 2024
2e86cfe
remove not needed actions and events
kanthesha Oct 18, 2024
ebe4f3d
Merge branch 'develop' into feat/app-state-controller-to-typescript
kanthesha Oct 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ module.exports = {
{
files: [
'**/__snapshots__/*.snap',
'app/scripts/controllers/app-state.test.js',
'app/scripts/controllers/app-state-controller.test.ts',
'app/scripts/controllers/mmi-controller.test.ts',
'app/scripts/controllers/alert-controller.test.ts',
'app/scripts/metamask-controller.actions.test.js',
Expand Down
Loading