event
event copied to clipboard
Send: Using ContactStore to fetch contacts
Description
We have upgraded the fetching of Contacts here on Send view (while displaying the favourite contacts).
Now we are using ContactStore which is being added recently in master
This pull request is categorized as a:
- [ ] New feature
- [ ] Bug fix
- [X] Code refactor
- [ ] Configuration change
- [ ] Locales update
- [ ] Quality assurance
- [ ] Other
Checklist
- [X] I’ve run
yarn run tscand made sure my code compiles correctly - [X] I’ve run
yarn run lintand made sure my code didn’t contain any problematic patterns - [X] I’ve run
yarn run prettierand made sure my code is formatted correctly - [X] I’ve run
yarn run testand made sure all of the tests pass
Testing
If you modified or added a utility file, did you add new unit tests?
- [ ] No, I’m a fool
- [ ] Yes
- [X] N/A
I have tested this PR on the following platforms (please specify OS version and phone model/VM):
- [ ] Android
- [X] iOS
I have tested this PR with the following types of nodes (please specify node version and API version where appropriate):
- [X] Embedded LND
- [ ] LND (REST)
- [ ] LND (Lightning Node Connect)
- [ ] Core Lightning (CLNRest)
- [ ] LndHub
- [ ] [DEPRECATED] Core Lightning (c-lightning-REST)
- [ ] [DEPRECATED] Core Lightning (Spark)
- [ ] [DEPRECATED] Eclair
Locales
- [ ] I’ve added new locale text that requires translations
- [ ] I’m aware that new translations should be made on the ZEUS Transfix page and not directly to this repo
Third Party Dependencies and Packages
- [ ] Contributors will need to run
yarnafter this PR is merged in - [ ] 3rd party dependencies have been modified:
- verify that
package.jsonandyarn.lockhave been properly updated - verify that dependencies are installed for both iOS and Android platforms
- verify that
Other:
- [ ] Changes were made that require an update to the README
- [ ] Changes were made that require an update to onboarding