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

Update to latest blockchain with select issuers fix #2362

Merged
merged 3 commits into from
Jan 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions packages/mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Analytics (3.7.0)
- boost-for-react-native (1.63.0)
- CeloBlockchain (0.0.224)
- CeloBlockchain (0.0.247)
- Crashlytics (3.13.4):
- Fabric (~> 1.10.2)
- DoubleConversion (1.1.6)
Expand Down Expand Up @@ -651,7 +651,7 @@ CHECKOUT OPTIONS:
SPEC CHECKSUMS:
Analytics: 77fd5fb102a4a5eedafa2c2b0245ceb7b7c15e45
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
CeloBlockchain: cf09c0162b857bfda05d61200c96d59194cac714
CeloBlockchain: bb746f8a319e53229e68009adaf14c804bdf79d0
Crashlytics: 2dfd686bcb918dc10ee0e76f7f853fe42c7bd552
DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
Fabric: 706c8b8098fff96c33c0db69cbf81f9c551d0d74
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
]
},
"dependencies": {
"@celo/client": "0.0.224",
"@celo/client": "0.0.247",
"@celo/contractkit": "0.2.8-dev",
"@celo/react-components": "1.0.0",
"@celo/react-native-fast-crypto": "^1.8.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2570,10 +2570,10 @@
lodash "^4.17.13"
to-fast-properties "^2.0.0"

"@celo/client@0.0.224":
version "0.0.224"
resolved "https://registry.yarnpkg.com/@celo/client/-/client-0.0.224.tgz#253706fd6e692c85ea36de7de3c3aeec294a25cb"
integrity sha512-9+e+xUvE1M7LksaCzFwX9tvANexHopJdrY3nerhegm5k2mQtDRRgRTsd6b6AZwN4jOXvIlukGf0SxEhSX1iFFQ==
"@celo/client@0.0.247":
version "0.0.247"
resolved "https://registry.yarnpkg.com/@celo/client/-/client-0.0.247.tgz#7e9119bb7b3c5c4b1d12ba5f8aa6b1fd20fb38f2"
integrity sha512-dGaARMtqc8ZYMEz/x79rP8ewJTDD88NxbthqYNCPkoYNSlgCLMd6SEVHI6IipYK2+wAMskILLW4De0v3Ia0Lzw==

"@celo/contractkit@0.1.5":
version "0.1.5"
Expand Down