@ellipticltd/aml-utils 0.1.2 → 0.2.0-bech32-address

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,29 +24,5 @@
24
24
  <option name="ITERATION_ELEMENTS_WRAPPING" value="chop_down_if_not_single" />
25
25
  </formatting-settings>
26
26
  </DBN-SQL>
27
- <DBN-PSQL>
28
- <case-options enabled="false">
29
- <option name="KEYWORD_CASE" value="lower" />
30
- <option name="FUNCTION_CASE" value="lower" />
31
- <option name="PARAMETER_CASE" value="lower" />
32
- <option name="DATATYPE_CASE" value="lower" />
33
- <option name="OBJECT_CASE" value="preserve" />
34
- </case-options>
35
- <formatting-settings enabled="false" />
36
- </DBN-PSQL>
37
- <DBN-SQL>
38
- <case-options enabled="false">
39
- <option name="KEYWORD_CASE" value="lower" />
40
- <option name="FUNCTION_CASE" value="lower" />
41
- <option name="PARAMETER_CASE" value="lower" />
42
- <option name="DATATYPE_CASE" value="lower" />
43
- <option name="OBJECT_CASE" value="preserve" />
44
- </case-options>
45
- <formatting-settings enabled="false">
46
- <option name="STATEMENT_SPACING" value="one_line" />
47
- <option name="CLAUSE_CHOP_DOWN" value="chop_down_if_statement_long" />
48
- <option name="ITERATION_ELEMENTS_WRAPPING" value="chop_down_if_not_single" />
49
- </formatting-settings>
50
- </DBN-SQL>
51
27
  </code_scheme>
52
28
  </component>
@@ -2,7 +2,7 @@
2
2
  <project version="4">
3
3
  <component name="DBNavigator.Project.DataEditorManager">
4
4
  <record-view-column-sorting-type value="BY_INDEX" />
5
- <value-preview-text-wrapping value="false" />
5
+ <value-preview-text-wrapping value="true" />
6
6
  <value-preview-pinned value="false" />
7
7
  </component>
8
8
  <component name="DBNavigator.Project.DataExportManager">
@@ -25,9 +25,6 @@
25
25
  <show-object-properties value="true" />
26
26
  <loaded-nodes />
27
27
  </component>
28
- <component name="DBNavigator.Project.DatabaseFileManager">
29
- <open-files />
30
- </component>
31
28
  <component name="DBNavigator.Project.EditorStateManager">
32
29
  <last-used-providers />
33
30
  </component>
@@ -154,11 +151,11 @@
154
151
  <data-length-threshold value="100" />
155
152
  <popup-delay value="1000" />
156
153
  </text-editor-popup>
157
- <values-actions-popup>
154
+ <values-list-popup>
158
155
  <show-popup-button value="true" />
159
156
  <element-count-threshold value="1000" />
160
157
  <data-length-threshold value="250" />
161
- </values-actions-popup>
158
+ </values-list-popup>
162
159
  <general>
163
160
  <fetch-block-size value="100" />
164
161
  <fetch-timeout value="30" />
@@ -184,6 +181,7 @@
184
181
  <content-type name="JavaScript" enabled="true" />
185
182
  <content-type name="JSP" enabled="true" />
186
183
  <content-type name="JSPx" enabled="true" />
184
+ <content-type name="ASP" enabled="true" />
187
185
  <content-type name="YAML" enabled="true" />
188
186
  <content-type name="Bash" enabled="true" />
189
187
  </content-types>
@@ -0,0 +1,6 @@
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="Eslint" enabled="true" level="ERROR" enabled_by_default="true" />
5
+ </profile>
6
+ </component>
package/.idea/misc.xml CHANGED
@@ -3,44 +3,4 @@
3
3
  <component name="JavaScriptSettings">
4
4
  <option name="languageLevel" value="ES6" />
5
5
  </component>
6
- <component name="ProjectInspectionProfilesVisibleTreeState">
7
- <entry key="Project Default">
8
- <profile-state>
9
- <expanded-state>
10
- <State>
11
- <id />
12
- </State>
13
- <State>
14
- <id>BashSupport</id>
15
- </State>
16
- <State>
17
- <id>CSS</id>
18
- </State>
19
- <State>
20
- <id>Code style issuesJavaScript</id>
21
- </State>
22
- <State>
23
- <id>General</id>
24
- </State>
25
- <State>
26
- <id>Haml</id>
27
- </State>
28
- <State>
29
- <id>JavaScript</id>
30
- </State>
31
- <State>
32
- <id>Probable bugsCSS</id>
33
- </State>
34
- <State>
35
- <id>Probable bugsJavaScript</id>
36
- </State>
37
- </expanded-state>
38
- <selected-state>
39
- <State>
40
- <id>AngularJS</id>
41
- </State>
42
- </selected-state>
43
- </profile-state>
44
- </entry>
45
- </component>
46
6
  </project>