Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #122 from defray-labs/develop
Browse files Browse the repository at this point in the history
release v0.12
  • Loading branch information
grinry authored Jul 21, 2022
2 parents b75edc1 + 17cc178 commit 4ace6dc
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 48 deletions.
10 changes: 5 additions & 5 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/ios/ @harmaus @grinry
/android/ @harmaus @grinry
/src/ @harmaus @grinry
/package.json @harmaus @grinry
/yarn.lock @harmaus @grinry
/ios/ @grinry
/android/ @grinry
/src/ @grinry
/package.json @grinry
/yarn.lock @grinry
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
IOS and Android wallet for sovryn.app created with react-native.
App is created by community members and are not officialy supported by Sovryn team.

**Update:** Since *Jun 15, 2022* company Defray Labs OU and app is owned by @grinry (aka @creed-victor, core Sovryn contributor).

Test on:

iOS: [Testflight](https://testflight.apple.com/join/cSfETSV5)
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ android {
applicationId "com.defray.sovryn"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 12
versionName "0.11"
versionCode 13
versionName "0.12"
}
splits {
abi {
Expand Down
29 changes: 16 additions & 13 deletions ios/SovrynMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
83CBB9F71A601CBA00E9B192 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1210;
LastUpgradeCheck = 1340;
TargetAttributes = {
00E356ED1AD99517003FC87E = {
CreatedOnToolsVersion = 6.2;
Expand Down Expand Up @@ -471,13 +471,14 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D8752E3820CB063416632FD9 /* Pods-SovrynMobile-SovrynMobileTests.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = SovrynMobileTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -498,10 +499,11 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D6949F2C877D874641517544 /* Pods-SovrynMobile-SovrynMobileTests.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
COPY_PHASE_STRIP = NO;
INFOPLIST_FILE = SovrynMobileTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -526,7 +528,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 12;
DEVELOPMENT_TEAM = 5LA8DA2T5M;
ENABLE_BITCODE = NO;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
Expand All @@ -535,7 +537,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.11;
MARKETING_VERSION = 0.12;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -557,15 +559,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 12;
DEVELOPMENT_TEAM = 5LA8DA2T5M;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
INFOPLIST_FILE = SovrynMobile/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.11;
MARKETING_VERSION = 0.12;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -623,7 +625,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
/usr/lib/swift,
"$(inherited)",
Expand All @@ -648,15 +650,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 12;
DEVELOPMENT_TEAM = 5LA8DA2T5M;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
INFOPLIST_FILE = SovrynMobile/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.11;
MARKETING_VERSION = 0.12;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -674,10 +676,11 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 8C090F9DE6DE3BCB1EDBAAA3 /* Pods-SovrynMobile-SovrynMobileTests.staging.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
COPY_PHASE_STRIP = NO;
INFOPLIST_FILE = SovrynMobileTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -745,7 +748,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
/usr/lib/swift,
"$(inherited)",
Expand Down Expand Up @@ -807,7 +810,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
/usr/lib/swift,
"$(inherited)",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1210"
LastUpgradeVersion = "1340"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"ios:11": "react-native run-ios --simulator='iPhone 11 Pro Max (13.7)'",
"ios:devices": "xcrun simctl list devices",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
Expand Down
2 changes: 1 addition & 1 deletion src/config/amm-pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const ammPools: AmmPool[] = [
1,
'trbtc',
'txusd',
'0xe5e750ead0e564e489b0776273e4a10f3f3d4028',
'0xD877fd00ECF08eD78BF549fbc74bac3001aBBb07',
'twrbtc/xusd',
).setUsesLm(true),
new AmmPool(
Expand Down
6 changes: 3 additions & 3 deletions src/config/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ export const assets = checkAssets([
'txusd',
'tXUSD',
'XUSD',
'0x74858FE37d391f81F89472e1D8BC8Ef9CF67B3b1',
'0xa9262cc3fb54ea55b1b0af00efca9416b8d59570',
18,
require('assets/tokens/xusd.png'),
'',
Expand Down Expand Up @@ -585,7 +585,7 @@ export const assets = checkAssets([
'tixusd',
'tiXUSD',
'XUSD Loan Token',
'0x9bD0cE087b14ef67C3D37C891139AaE7d94a961A',
'0xE27428101550f8104A6d06D830e2E0a097e1d006',
18,
'https://raw.githubusercontent.com/DistributedCollective/Sovryn-frontend/development/src/assets/images/tokens/xusd.svg',
'',
Expand Down Expand Up @@ -640,7 +640,7 @@ export const assets = checkAssets([
'twrbtc/xusd',
't(WR)BTC/XUSD',
'(WR)BTC/XUSD Liquidity Pool',
'0x6601Ccd32342d644282e82Cb05A3Dd88964D18c1',
'0xb89D193c8a9Ae3fadF73B23519c215a0B7DD1B37',
18,
'',
'',
Expand Down
46 changes: 23 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2457,9 +2457,9 @@ async-limiter@~1.0.0:
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==

async@^2.4.0:
version "2.6.3"
resolved "https://registry.npmjs.org/async/-/async-2.6.3.tgz"
integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
version "2.6.4"
resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221"
integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==
dependencies:
lodash "^4.17.14"

Expand Down Expand Up @@ -2836,7 +2836,7 @@ bech32@1.1.4:

big-integer@1.6.x:
version "1.6.51"
resolved "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz"
resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.51.tgz#0df92a5d9880560d3ff2d5fd20245c889d130686"
integrity sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==

bindings@^1.5.0:
Expand Down Expand Up @@ -2915,15 +2915,15 @@ boolbase@^1.0.0, boolbase@~1.0.0:

bplist-creator@0.1.0:
version "0.1.0"
resolved "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.1.0.tgz"
resolved "https://registry.yarnpkg.com/bplist-creator/-/bplist-creator-0.1.0.tgz#018a2d1b587f769e379ef5519103730f8963ba1e"
integrity sha512-sXaHZicyEEmY86WyueLTQesbeoH/mquvarJaQNbjuOQO+7gbFcDEWqKmcWA4cOTLzFlfgvkiVxolk1k5bBIpmg==
dependencies:
stream-buffers "2.2.x"

bplist-parser@0.3.0:
version "0.3.0"
resolved "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.0.tgz"
integrity sha512-zgmaRvT6AN1JpPPV+S0a1/FAtoxSreYDccZGIqEMSvZl9DMe70mJ7MFzpxa1X+gHVdkToE2haRUHHMiW1OdejA==
bplist-parser@0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/bplist-parser/-/bplist-parser-0.3.1.tgz#e1c90b2ca2a9f9474cc72f6862bbf3fee8341fd1"
integrity sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA==
dependencies:
big-integer "1.6.x"

Expand Down Expand Up @@ -3161,9 +3161,9 @@ camelcase@^6.0.0:
integrity sha512-tVI4q5jjFV5CavAU8DXfza/TJcZutVKo/5Foskmsqcm0MsL91moHvwiGNnqaa2o6PF/7yT5ikDRcVcl8Rj6LCA==

caniuse-lite@^1.0.30001280:
version "1.0.30001286"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001286.tgz"
integrity sha512-zaEMRH6xg8ESMi2eQ3R4eZ5qw/hJiVsO/HlLwniIwErij0JDr9P+8V4dtx1l+kLq6j3yy8l8W4fst1lBnat5wQ==
version "1.0.30001354"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001354.tgz"
integrity sha512-mImKeCkyGDAHNywYFA4bqnLAzTUvVkqPvhY4DV47X+Gl2c5Z8c3KNETnXp14GQt11LvxE8AwjzGxJ+rsikiOzg==

capture-exit@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -7659,10 +7659,10 @@ pkg-up@^3.1.0:
dependencies:
find-up "^3.0.0"

plist@^3.0.2, plist@^3.0.4:
version "3.0.4"
resolved "https://registry.npmjs.org/plist/-/plist-3.0.4.tgz"
integrity sha512-ksrr8y9+nXOxQB2osVNqrgvX/XQPOXaU4BQMKjYq8PvaY1U18mo+fKgBSwzK+luSyinOuPae956lSVcBwxlAMg==
plist@^3.0.2, plist@^3.0.4, plist@^3.0.5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/plist/-/plist-3.0.5.tgz#2cbeb52d10e3cdccccf0c11a63a85d830970a987"
integrity sha512-83vX4eYdQp3vP9SxuYgEM/G/pJQqLUz/V/xzPrzruLs7fz7jxGQ1msZ/mg1nwZxUSuOp4sb+/bEIbRrbzZRxDA==
dependencies:
base64-js "^1.5.1"
xmlbuilder "^9.0.7"
Expand Down Expand Up @@ -8863,13 +8863,13 @@ simple-get@^2.7.0:
simple-concat "^1.0.0"

simple-plist@^1.0.0, simple-plist@^1.1.0:
version "1.3.0"
resolved "https://registry.npmjs.org/simple-plist/-/simple-plist-1.3.0.tgz"
integrity sha512-uYWpeGFtZtVt2NhG4AHgpwx323zxD85x42heMJBan1qAiqqozIlaGrwrEt6kRjXWRWIXsuV1VLCvVmZan2B5dg==
version "1.3.1"
resolved "https://registry.yarnpkg.com/simple-plist/-/simple-plist-1.3.1.tgz#16e1d8f62c6c9b691b8383127663d834112fb017"
integrity sha512-iMSw5i0XseMnrhtIzRb7XpQEXepa9xhWxGUojHBL43SIpQuDQkh3Wpy67ZbDzZVr6EKxvwVChnVpdl8hEVLDiw==
dependencies:
bplist-creator "0.1.0"
bplist-parser "0.3.0"
plist "^3.0.4"
bplist-parser "0.3.1"
plist "^3.0.5"

simple-swizzle@^0.2.2:
version "0.2.2"
Expand Down Expand Up @@ -9148,7 +9148,7 @@ stream-browserify@^1.0.0:

stream-buffers@2.2.x:
version "2.2.0"
resolved "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz"
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=

strict-uri-encode@^1.0.0:
Expand Down Expand Up @@ -10138,7 +10138,7 @@ xmlbuilder@^14.0.0:

xmlbuilder@^9.0.7:
version "9.0.7"
resolved "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz"
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d"
integrity sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=

xmlbuilder@~11.0.0:
Expand Down

0 comments on commit 4ace6dc

Please sign in to comment.