Skip to content
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

feat: react native fast crypto for notifications #11069

Merged
merged 58 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
a821bf1
add scrypt support on userStorageController call
Jonathansoufer Sep 5, 2024
2dc62c9
add scrypt package
Jonathansoufer Sep 5, 2024
01f9f14
refactor refetch dependency
Jonathansoufer Sep 5, 2024
c4c713b
fix test
Jonathansoufer Sep 5, 2024
7bd49b4
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 5, 2024
5fc1439
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 5, 2024
b068a0d
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
legobeat Sep 6, 2024
c1416a1
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 6, 2024
6e9331a
add type for scrypt
Jonathansoufer Sep 6, 2024
4ab2420
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 6, 2024
17af448
bump notifications controller versions
Jonathansoufer Sep 6, 2024
4571e04
fix dedup
Jonathansoufer Sep 6, 2024
e44b548
fix type
Jonathansoufer Sep 6, 2024
5f61c1c
fix wrong bump
Jonathansoufer Sep 6, 2024
9e46b7b
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 6, 2024
f7d87d2
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 8, 2024
37cade0
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 9, 2024
dad1e20
fix merge conflicts
Jonathansoufer Sep 9, 2024
9dd91a3
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 10, 2024
9368e71
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
legobeat Sep 10, 2024
d32aa61
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 10, 2024
9e39eea
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 10, 2024
e0d5545
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 11, 2024
a78d9ab
bumping package version
Jonathansoufer Sep 11, 2024
7f2567b
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 11, 2024
771aa6d
fix merge conflicts
Jonathansoufer Sep 12, 2024
5ae471a
add missing events due controllers upgrade
Jonathansoufer Sep 12, 2024
a6c671e
small fix on title style
Jonathansoufer Sep 12, 2024
7b7fc10
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 12, 2024
75ec4ca
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 12, 2024
2f3afd4
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 12, 2024
851dd46
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 13, 2024
53861bc
fix merge conflicts
Jonathansoufer Sep 18, 2024
4b2a14d
fix lint
Jonathansoufer Sep 18, 2024
b85bc64
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 18, 2024
c0cf0de
bump package versions
Jonathansoufer Sep 18, 2024
cb3231e
fix merge conflicts
Jonathansoufer Sep 19, 2024
c1e971f
fix tests
Jonathansoufer Sep 19, 2024
a09678b
fix type import
Jonathansoufer Sep 19, 2024
2d2386f
ignore ts errors
Jonathansoufer Sep 19, 2024
e8f5606
bypass typwe
Jonathansoufer Sep 19, 2024
5fbbf33
fix dedup
Jonathansoufer Sep 19, 2024
91b25f5
fix test
Jonathansoufer Sep 19, 2024
40988ab
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 19, 2024
dd0bd53
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 19, 2024
e7b4961
fix merge conglicts
Jonathansoufer Sep 19, 2024
2099997
fix test
Jonathansoufer Sep 19, 2024
714d7cd
fix tests
Jonathansoufer Sep 19, 2024
490cacd
add missing tests
Jonathansoufer Sep 19, 2024
c7db83f
update snapshot
Jonathansoufer Sep 19, 2024
68e81f3
fix lint
Jonathansoufer Sep 19, 2024
872be08
fixings of testing and bump network lib
Jonathansoufer Sep 19, 2024
061cee6
fix initial state mock
Jonathansoufer Sep 19, 2024
014a11a
revert change
Jonathansoufer Sep 19, 2024
476e185
dedup
Jonathansoufer Sep 19, 2024
70731c2
avoid ts
Jonathansoufer Sep 19, 2024
5c09142
fix lint
Jonathansoufer Sep 20, 2024
f1fa3e6
Merge branch 'main' into feat/react-native-fast-crypto-for-notifications
Jonathansoufer Sep 20, 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
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import React from 'react';
import { render } from '@testing-library/react-native';
import NetworkFeeField from './NetworkFeeField';
import { OnChainRawNotificationsWithNetworkFields } from '@metamask/notification-services-controller/dist/types/NotificationServicesController/types';
import {
ModalFieldType,
type Notification,
} from '../../../../../util/notifications';
import { OnChainRawNotificationsWithNetworkFields } from '@metamask/notification-services-controller/dist/NotificationServicesController/types/on-chain-notification/index.mjs';
Prithpal-Sooriya marked this conversation as resolved.
Show resolved Hide resolved
import { type Notification, ModalFieldType } from '../../../../../util/notifications';

import { NotificationServicesController } from '@metamask/notification-services-controller';

const {
Expand Down
Loading
Loading