-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #543 from nova-wallet/develop
v5.1.0
- Loading branch information
Showing
73 changed files
with
2,746 additions
and
161 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
novawallet/Assets.xcassets/iconDesktopMode.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "desktop.svg", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
novawallet/Assets.xcassets/iconDesktopMode.imageset/desktop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
novawallet/Assets.xcassets/iconUnfavorite.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "unfavorite-heart-outline.svg", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
4 changes: 4 additions & 0 deletions
4
novawallet/Assets.xcassets/iconUnfavorite.imageset/unfavorite-heart-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
...t/Common/Storage/UserDataModel.xcdatamodeld/MultiassetUserDataModel7.xcdatamodel/contents
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="21512" systemVersion="22A400" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier=""> | ||
<entity name="CDChainAccount" representedClassName="CDChainAccount" syncable="YES" codeGenerationType="class"> | ||
<attribute name="accountId" attributeType="String"/> | ||
<attribute name="chainId" attributeType="String"/> | ||
<attribute name="cryptoType" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES"/> | ||
<attribute name="publicKey" attributeType="Binary"/> | ||
<relationship name="metaAccount" maxCount="1" deletionRule="Nullify" destinationEntity="CDMetaAccount" inverseName="chainAccounts" inverseEntity="CDMetaAccount"/> | ||
</entity> | ||
<entity name="CDChainSettings" representedClassName="CDChainSettings" syncable="YES" codeGenerationType="class"> | ||
<attribute name="autobalanced" attributeType="Boolean" defaultValueString="YES" usesScalarValueType="YES"/> | ||
<attribute name="chainId" attributeType="String"/> | ||
</entity> | ||
<entity name="CDCustomChainNode" representedClassName="CDCustomChainNode" syncable="YES" codeGenerationType="class"> | ||
<attribute name="name" optional="YES" attributeType="String"/> | ||
<attribute name="url" attributeType="URI"/> | ||
</entity> | ||
<entity name="CDDAppFavorite" representedClassName="CDDAppFavorite" syncable="YES" codeGenerationType="class"> | ||
<attribute name="icon" optional="YES" attributeType="String"/> | ||
<attribute name="identifier" optional="YES" attributeType="String"/> | ||
<attribute name="label" optional="YES" attributeType="String"/> | ||
</entity> | ||
<entity name="CDDAppGlobalSettings" representedClassName="CDDAppGlobalSettings" syncable="YES" codeGenerationType="class"> | ||
<attribute name="desktopDisplayMode" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES"/> | ||
<attribute name="identifier" optional="YES" attributeType="String"/> | ||
</entity> | ||
<entity name="CDDAppSettings" representedClassName="CDDAppSettings" syncable="YES" codeGenerationType="class"> | ||
<attribute name="identifier" optional="YES" attributeType="String"/> | ||
<attribute name="metaId" optional="YES" attributeType="String"/> | ||
</entity> | ||
<entity name="CDMetaAccount" representedClassName="CDMetaAccount" syncable="YES" codeGenerationType="class"> | ||
<attribute name="ethereumAddress" optional="YES" attributeType="String"/> | ||
<attribute name="ethereumPublicKey" optional="YES" attributeType="Binary"/> | ||
<attribute name="isSelected" attributeType="Boolean" usesScalarValueType="YES"/> | ||
<attribute name="metaId" attributeType="String"/> | ||
<attribute name="name" attributeType="String"/> | ||
<attribute name="order" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES"/> | ||
<attribute name="substrateAccountId" optional="YES" attributeType="String"/> | ||
<attribute name="substrateCryptoType" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES"/> | ||
<attribute name="substratePublicKey" optional="YES" attributeType="Binary"/> | ||
<attribute name="type" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES"/> | ||
<relationship name="chainAccounts" optional="YES" toMany="YES" deletionRule="Cascade" destinationEntity="CDChainAccount" inverseName="metaAccount" inverseEntity="CDChainAccount"/> | ||
</entity> | ||
</model> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.