web3-eth 0.1.0 → 0.2.0
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.
- checksums.yaml +4 -4
- data/.idea/workspace.xml +402 -168
- data/README.md +115 -3
- data/lib/web3/eth/abi/abi_coder.rb +370 -0
- data/lib/web3/eth/abi/constant.rb +30 -0
- data/lib/web3/eth/abi/exceptions.rb +28 -0
- data/lib/web3/eth/abi/type.rb +116 -0
- data/lib/web3/eth/abi/utils.rb +224 -0
- data/lib/web3/eth/block.rb +1 -3
- data/lib/web3/eth/call_trace.rb +42 -0
- data/lib/web3/eth/contract.rb +134 -0
- data/lib/web3/eth/{ethereum.rb → eth_module.rb} +10 -1
- data/lib/web3/eth/etherscan.rb +71 -0
- data/lib/web3/eth/log.rb +30 -0
- data/lib/web3/eth/rpc.rb +4 -5
- data/lib/web3/eth/trace_module.rb +26 -0
- data/lib/web3/eth/transaction.rb +18 -0
- data/lib/web3/eth/transaction_receipt.rb +3 -1
- data/lib/web3/eth/utility.rb +3 -0
- data/lib/web3/eth/version.rb +1 -1
- data/lib/web3/eth.rb +8 -2
- data/web3-eth.gemspec +2 -0
- metadata +41 -3
data/.idea/workspace.xml
CHANGED
@@ -3,6 +3,8 @@
|
|
3
3
|
<component name="ChangeListManager">
|
4
4
|
<list default="true" id="77985b6c-f92a-4530-bf9e-bd636f59215e" name="Default" comment="">
|
5
5
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
6
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/web3/eth/contract.rb" afterPath="$PROJECT_DIR$/lib/web3/eth/contract.rb" />
|
7
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/web3/eth/transaction_receipt.rb" afterPath="$PROJECT_DIR$/lib/web3/eth/transaction_receipt.rb" />
|
6
8
|
</list>
|
7
9
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
8
10
|
<option name="TRACKING_ENABLED" value="true" />
|
@@ -11,14 +13,28 @@
|
|
11
13
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
12
14
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
13
15
|
</component>
|
16
|
+
<component name="ChangesViewManager" flattened_view="false" />
|
17
|
+
<component name="CoverageDataManager">
|
18
|
+
<SUITE FILE_PATH="coverage/web3_eth@Rails_console__dao.coverage" NAME="Rails console: dao Coverage Results" MODIFIED="1509908652997" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$USER_HOME$/sources/dao" MODULE_NAME="dao" />
|
19
|
+
</component>
|
14
20
|
<component name="FileEditorManager">
|
15
21
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
22
|
+
<file leaf-file-name="contract.rb" pinned="false" current-in-tab="false">
|
23
|
+
<entry file="file://$PROJECT_DIR$/lib/web3/eth/contract.rb">
|
24
|
+
<provider selected="true" editor-type-id="text-editor">
|
25
|
+
<state relative-caret-position="76">
|
26
|
+
<caret line="75" column="40" lean-forward="false" selection-start-line="75" selection-start-column="40" selection-end-line="75" selection-end-column="40" />
|
27
|
+
<folding />
|
28
|
+
</state>
|
29
|
+
</provider>
|
30
|
+
</entry>
|
31
|
+
</file>
|
16
32
|
<file leaf-file-name="README.md" pinned="false" current-in-tab="false">
|
17
33
|
<entry file="file://$PROJECT_DIR$/README.md">
|
18
34
|
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
19
35
|
<state split_layout="SPLIT">
|
20
|
-
<first_editor relative-caret-position="
|
21
|
-
<caret line="
|
36
|
+
<first_editor relative-caret-position="120">
|
37
|
+
<caret line="44" column="0" lean-forward="false" selection-start-line="44" selection-start-column="0" selection-end-line="44" selection-end-column="0" />
|
22
38
|
<folding />
|
23
39
|
</first_editor>
|
24
40
|
<second_editor />
|
@@ -26,11 +42,11 @@
|
|
26
42
|
</provider>
|
27
43
|
</entry>
|
28
44
|
</file>
|
29
|
-
<file leaf-file-name="
|
30
|
-
<entry file="file://$PROJECT_DIR$/web3
|
45
|
+
<file leaf-file-name="abi_coder.rb" pinned="false" current-in-tab="false">
|
46
|
+
<entry file="file://$PROJECT_DIR$/lib/web3/eth/abi/abi_coder.rb">
|
31
47
|
<provider selected="true" editor-type-id="text-editor">
|
32
|
-
<state relative-caret-position="
|
33
|
-
<caret line="
|
48
|
+
<state relative-caret-position="644">
|
49
|
+
<caret line="232" column="52" lean-forward="false" selection-start-line="232" selection-start-column="28" selection-end-line="232" selection-end-column="52" />
|
34
50
|
<folding />
|
35
51
|
</state>
|
36
52
|
</provider>
|
@@ -40,37 +56,37 @@
|
|
40
56
|
<entry file="file://$PROJECT_DIR$/lib/web3/eth.rb">
|
41
57
|
<provider selected="true" editor-type-id="text-editor">
|
42
58
|
<state relative-caret-position="90">
|
43
|
-
<caret line="6" column="
|
59
|
+
<caret line="6" column="23" lean-forward="false" selection-start-line="6" selection-start-column="23" selection-end-line="6" selection-end-column="23" />
|
44
60
|
<folding />
|
45
61
|
</state>
|
46
62
|
</provider>
|
47
63
|
</entry>
|
48
64
|
</file>
|
49
|
-
<file leaf-file-name="
|
50
|
-
<entry file="file://$PROJECT_DIR$/lib/web3/eth/
|
65
|
+
<file leaf-file-name="eth_module.rb" pinned="false" current-in-tab="false">
|
66
|
+
<entry file="file://$PROJECT_DIR$/lib/web3/eth/eth_module.rb">
|
51
67
|
<provider selected="true" editor-type-id="text-editor">
|
52
|
-
<state relative-caret-position="
|
53
|
-
<caret line="
|
68
|
+
<state relative-caret-position="465">
|
69
|
+
<caret line="31" column="31" lean-forward="false" selection-start-line="31" selection-start-column="10" selection-end-line="31" selection-end-column="31" />
|
54
70
|
<folding />
|
55
71
|
</state>
|
56
72
|
</provider>
|
57
73
|
</entry>
|
58
74
|
</file>
|
59
|
-
<file leaf-file-name="
|
60
|
-
<entry file="file://$PROJECT_DIR$/lib/web3/eth/
|
75
|
+
<file leaf-file-name="utility.rb" pinned="false" current-in-tab="false">
|
76
|
+
<entry file="file://$PROJECT_DIR$/lib/web3/eth/utility.rb">
|
61
77
|
<provider selected="true" editor-type-id="text-editor">
|
62
|
-
<state relative-caret-position="
|
63
|
-
<caret line="
|
78
|
+
<state relative-caret-position="135">
|
79
|
+
<caret line="9" column="22" lean-forward="false" selection-start-line="9" selection-start-column="10" selection-end-line="9" selection-end-column="22" />
|
64
80
|
<folding />
|
65
81
|
</state>
|
66
82
|
</provider>
|
67
83
|
</entry>
|
68
84
|
</file>
|
69
|
-
<file leaf-file-name="
|
70
|
-
<entry file="file://$PROJECT_DIR$/lib/web3/eth/
|
85
|
+
<file leaf-file-name="transaction_receipt.rb" pinned="false" current-in-tab="true">
|
86
|
+
<entry file="file://$PROJECT_DIR$/lib/web3/eth/transaction_receipt.rb">
|
71
87
|
<provider selected="true" editor-type-id="text-editor">
|
72
|
-
<state relative-caret-position="
|
73
|
-
<caret line="
|
88
|
+
<state relative-caret-position="375">
|
89
|
+
<caret line="25" column="18" lean-forward="false" selection-start-line="25" selection-start-column="18" selection-end-line="25" selection-end-column="18" />
|
74
90
|
<folding />
|
75
91
|
</state>
|
76
92
|
</provider>
|
@@ -79,28 +95,28 @@
|
|
79
95
|
<file leaf-file-name="transaction.rb" pinned="false" current-in-tab="false">
|
80
96
|
<entry file="file://$PROJECT_DIR$/lib/web3/eth/transaction.rb">
|
81
97
|
<provider selected="true" editor-type-id="text-editor">
|
82
|
-
<state relative-caret-position="
|
83
|
-
<caret line="
|
98
|
+
<state relative-caret-position="630">
|
99
|
+
<caret line="42" column="0" lean-forward="false" selection-start-line="42" selection-start-column="0" selection-end-line="44" selection-end-column="9" />
|
84
100
|
<folding />
|
85
101
|
</state>
|
86
102
|
</provider>
|
87
103
|
</entry>
|
88
104
|
</file>
|
89
|
-
<file leaf-file-name="
|
90
|
-
<entry file="file://$PROJECT_DIR$/lib/web3/eth/
|
105
|
+
<file leaf-file-name="block.rb" pinned="false" current-in-tab="false">
|
106
|
+
<entry file="file://$PROJECT_DIR$/lib/web3/eth/block.rb">
|
91
107
|
<provider selected="true" editor-type-id="text-editor">
|
92
|
-
<state relative-caret-position="
|
93
|
-
<caret line="
|
108
|
+
<state relative-caret-position="375">
|
109
|
+
<caret line="25" column="22" lean-forward="false" selection-start-line="25" selection-start-column="10" selection-end-line="25" selection-end-column="22" />
|
94
110
|
<folding />
|
95
111
|
</state>
|
96
112
|
</provider>
|
97
113
|
</entry>
|
98
114
|
</file>
|
99
|
-
<file leaf-file-name="
|
100
|
-
<entry file="file://$PROJECT_DIR$/
|
115
|
+
<file leaf-file-name="Gemfile.lock" pinned="false" current-in-tab="false">
|
116
|
+
<entry file="file://$PROJECT_DIR$/Gemfile.lock">
|
101
117
|
<provider selected="true" editor-type-id="text-editor">
|
102
|
-
<state relative-caret-position="
|
103
|
-
<caret line="
|
118
|
+
<state relative-caret-position="60">
|
119
|
+
<caret line="4" column="16" lean-forward="false" selection-start-line="4" selection-start-column="16" selection-end-line="4" selection-end-column="16" />
|
104
120
|
<folding />
|
105
121
|
</state>
|
106
122
|
</provider>
|
@@ -108,22 +124,94 @@
|
|
108
124
|
</file>
|
109
125
|
</leaf>
|
110
126
|
</component>
|
127
|
+
<component name="FileTemplateManagerImpl">
|
128
|
+
<option name="RECENT_TEMPLATES">
|
129
|
+
<list>
|
130
|
+
<option value="Ruby Class Template" />
|
131
|
+
</list>
|
132
|
+
</option>
|
133
|
+
</component>
|
134
|
+
<component name="FindInProjectRecents">
|
135
|
+
<findStrings>
|
136
|
+
<find>0.1.0</find>
|
137
|
+
<find>contract</find>
|
138
|
+
<find>eth</find>
|
139
|
+
<find>rlp</find>
|
140
|
+
<find>decode</find>
|
141
|
+
<find>sub</find>
|
142
|
+
<find>decode_type</find>
|
143
|
+
<find>encode</find>
|
144
|
+
<find>Util</find>
|
145
|
+
<find>child_dao_list</find>
|
146
|
+
<find>debug_by_step</find>
|
147
|
+
<find>hex_arg</find>
|
148
|
+
<find>hex64</find>
|
149
|
+
<find>wei_to_ether</find>
|
150
|
+
<find>from_hex</find>
|
151
|
+
<find>hex</find>
|
152
|
+
<find>build_method_signature</find>
|
153
|
+
<find>remove_0x_head</find>
|
154
|
+
<find>Ethereum</find>
|
155
|
+
<find>Not enough data for head</find>
|
156
|
+
</findStrings>
|
157
|
+
<dirStrings>
|
158
|
+
<dir>$USER_HOME$/sources/dao</dir>
|
159
|
+
<dir>$PROJECT_DIR$</dir>
|
160
|
+
</dirStrings>
|
161
|
+
</component>
|
162
|
+
<component name="GeneratorOptions">
|
163
|
+
<option name="VCS_SHOW_CONFIRMATION" value="true" />
|
164
|
+
<option name="ENVIRONMENT" value="development" />
|
165
|
+
</component>
|
111
166
|
<component name="Git.Settings">
|
112
167
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
113
168
|
</component>
|
114
169
|
<component name="IdeDocumentHistory">
|
115
170
|
<option name="CHANGED_PATHS">
|
116
171
|
<list>
|
117
|
-
<option value="$PROJECT_DIR$/web3-eth.gemspec" />
|
118
172
|
<option value="$PROJECT_DIR$/lib/web3/eth/eth.rb" />
|
119
|
-
<option value="$PROJECT_DIR$/lib/web3/eth/
|
120
|
-
<option value="$PROJECT_DIR$/lib/web3/eth/
|
121
|
-
<option value="$PROJECT_DIR$/
|
173
|
+
<option value="$PROJECT_DIR$/lib/web3/eth/block.rb" />
|
174
|
+
<option value="$PROJECT_DIR$/lib/web3/eth/version.rb" />
|
175
|
+
<option value="$PROJECT_DIR$/lib/web3/eth/transaction.rb" />
|
176
|
+
<option value="$PROJECT_DIR$/lib/web3/eth/log.rb" />
|
177
|
+
<option value="$PROJECT_DIR$/lib/web3/eth/etherscan.rb" />
|
178
|
+
<option value="$PROJECT_DIR$/lib/web3/eth/abi/abi.rb" />
|
179
|
+
<option value="$PROJECT_DIR$/lib/web3/eth/abi/constant.rb" />
|
180
|
+
<option value="$PROJECT_DIR$/lib/web3/eth/abi/type.rb" />
|
181
|
+
<option value="$PROJECT_DIR$/lib/web3/eth/abi/exceptions.rb" />
|
182
|
+
<option value="$PROJECT_DIR$/lib/web3/eth/abi/abi_coder.rb" />
|
183
|
+
<option value="$USER_HOME$/sources/dao/db/seeds.rb" />
|
184
|
+
<option value="$USER_HOME$/sources/dao/lib/ethereum/block_crawler.rb" />
|
185
|
+
<option value="$USER_HOME$/sources/dao/Gemfile" />
|
186
|
+
<option value="$USER_HOME$/sources/dao/config/initializers/backtrace_silencers.rb" />
|
122
187
|
<option value="$PROJECT_DIR$/lib/web3/eth/ethereum.rb" />
|
188
|
+
<option value="$PROJECT_DIR$/lib/web3/eth/abi/utils.rb" />
|
189
|
+
<option value="$PROJECT_DIR$/lib/web3/eth/utility.rb" />
|
190
|
+
<option value="$USER_HOME$/sources/dao/db/migrate/20171022092409_create_blockchains.rb" />
|
191
|
+
<option value="$USER_HOME$/sources/dao/db/migrate/20171022095607_create_addresses.rb" />
|
192
|
+
<option value="$USER_HOME$/sources/dao/db/migrate/20171022100010_create_tx_receipts.rb" />
|
193
|
+
<option value="$USER_HOME$/sources/dao/db/migrate/20171028095015_create_contract_abis.rb" />
|
194
|
+
<option value="$USER_HOME$/sources/dao/db/migrate/20171028095014_create_smart_contracts.rb" />
|
195
|
+
<option value="$USER_HOME$/sources/dao/db/migrate/20171028095359_create_method_signatures.rb" />
|
196
|
+
<option value="$USER_HOME$/sources/dao/db/migrate/20171105091340_create_interactions.rb" />
|
197
|
+
<option value="$USER_HOME$/sources/dao/app/models/blockchain.rb" />
|
198
|
+
<option value="$USER_HOME$/sources/dao/db/migrate/20171022093303_create_blocks.rb" />
|
199
|
+
<option value="$USER_HOME$/sources/dao/app/models/block.rb" />
|
200
|
+
<option value="$USER_HOME$/sources/dao/db/migrate/20171022104327_create_currencies.rb" />
|
201
|
+
<option value="$USER_HOME$/sources/dao/db/migrate/20171022100009_create_txs.rb" />
|
202
|
+
<option value="$USER_HOME$/sources/dao/app/models/tx.rb" />
|
203
|
+
<option value="$USER_HOME$/sources/dao/app/models/address.rb" />
|
204
|
+
<option value="$PROJECT_DIR$/lib/web3/eth/eth_module.rb" />
|
205
|
+
<option value="$PROJECT_DIR$/lib/web3/eth/rpc.rb" />
|
206
|
+
<option value="$PROJECT_DIR$/lib/web3/eth/trace.rb" />
|
123
207
|
<option value="$PROJECT_DIR$/lib/web3/eth.rb" />
|
124
|
-
<option value="$PROJECT_DIR$/lib/web3/eth/
|
208
|
+
<option value="$PROJECT_DIR$/lib/web3/eth/trace_module.rb" />
|
209
|
+
<option value="$PROJECT_DIR$/lib/web3/eth/call_trace.rb" />
|
210
|
+
<option value="$PROJECT_DIR$/README.md" />
|
211
|
+
<option value="$PROJECT_DIR$/Gemfile.lock" />
|
212
|
+
<option value="$PROJECT_DIR$/web3-eth.gemspec" />
|
213
|
+
<option value="$PROJECT_DIR$/lib/web3/eth/contract.rb" />
|
125
214
|
<option value="$PROJECT_DIR$/lib/web3/eth/transaction_receipt.rb" />
|
126
|
-
<option value="$PROJECT_DIR$/lib/web3/eth/block.rb" />
|
127
215
|
</list>
|
128
216
|
</option>
|
129
217
|
</component>
|
@@ -134,10 +222,9 @@
|
|
134
222
|
<sorting>DEFINITION_ORDER</sorting>
|
135
223
|
</component>
|
136
224
|
<component name="ProjectFrameBounds">
|
137
|
-
<option name="
|
138
|
-
<option name="y" value="37" />
|
225
|
+
<option name="y" value="23" />
|
139
226
|
<option name="width" value="1280" />
|
140
|
-
<option name="height" value="
|
227
|
+
<option name="height" value="698" />
|
141
228
|
</component>
|
142
229
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
143
230
|
<component name="ProjectView">
|
@@ -156,7 +243,17 @@
|
|
156
243
|
</navigator>
|
157
244
|
<panes>
|
158
245
|
<pane id="Scratches" />
|
159
|
-
<pane id="Scope"
|
246
|
+
<pane id="Scope">
|
247
|
+
<subPane subId="Project Files">
|
248
|
+
<expand>
|
249
|
+
<path>
|
250
|
+
<item name="Root" type="cbb8eebc:String" user="Root" />
|
251
|
+
<item name="web3-eth" type="cbb8eebc:String" user="web3-eth" />
|
252
|
+
</path>
|
253
|
+
</expand>
|
254
|
+
<select />
|
255
|
+
</subPane>
|
256
|
+
</pane>
|
160
257
|
<pane id="ProjectPane">
|
161
258
|
<subPane>
|
162
259
|
<expand>
|
@@ -185,7 +282,10 @@
|
|
185
282
|
<path>
|
186
283
|
<item name="web3-eth" type="b2602c69:ProjectViewProjectNode" />
|
187
284
|
<item name="web3-eth" type="462c0819:PsiDirectoryNode" />
|
188
|
-
<item name="
|
285
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
286
|
+
<item name="web3" type="462c0819:PsiDirectoryNode" />
|
287
|
+
<item name="eth" type="462c0819:PsiDirectoryNode" />
|
288
|
+
<item name="abi" type="462c0819:PsiDirectoryNode" />
|
189
289
|
</path>
|
190
290
|
</expand>
|
191
291
|
<select />
|
@@ -195,11 +295,14 @@
|
|
195
295
|
</component>
|
196
296
|
<component name="PropertiesComponent">
|
197
297
|
<property name="WebServerToolWindowFactoryState" value="true" />
|
198
|
-
<property name="settings.editor.selected.configurable" value="
|
298
|
+
<property name="settings.editor.selected.configurable" value="configurable.group.appearance" />
|
299
|
+
<property name="project.settings.patched" value="true" />
|
300
|
+
<property name="RailsGeneratorsPopup.hiddenIncluded" value="false" />
|
199
301
|
</component>
|
200
302
|
<component name="RecentsManager">
|
201
303
|
<key name="CopyFile.RECENT_KEYS">
|
202
304
|
<recent name="$PROJECT_DIR$/lib/web3/eth" />
|
305
|
+
<recent name="$PROJECT_DIR$/lib/web3/eth/abi" />
|
203
306
|
</key>
|
204
307
|
</component>
|
205
308
|
<component name="RunDashboard">
|
@@ -214,6 +317,56 @@
|
|
214
317
|
</list>
|
215
318
|
</option>
|
216
319
|
</component>
|
320
|
+
<component name="RunManager" selected="IRB console.Rails console: dao">
|
321
|
+
<configuration name="Rails console: dao" type="IrbRunConfigurationType" factoryName="IRB console" temporary="true">
|
322
|
+
<module name="dao" />
|
323
|
+
<IRB_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
324
|
+
<IRB_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
325
|
+
<IRB_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
326
|
+
<IRB_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
327
|
+
<IRB_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
328
|
+
<envs />
|
329
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
330
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
331
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
332
|
+
<COVERAGE_PATTERN ENABLED="true">
|
333
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
334
|
+
</COVERAGE_PATTERN>
|
335
|
+
</EXTENSION>
|
336
|
+
<IRB_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/bin/rails" />
|
337
|
+
<IRB_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="console" />
|
338
|
+
<IRB_RUN_CONFIG NAME="IS_RAILS_CONSOLE" VALUE="true" />
|
339
|
+
</configuration>
|
340
|
+
<configuration default="true" type="RailsRunConfigurationType" factoryName="Rails">
|
341
|
+
<predefined_log_file id="RUBY_RAILS_SERVER" enabled="true" />
|
342
|
+
<module name="web3-eth" />
|
343
|
+
<RAILS_SERVER_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
344
|
+
<RAILS_SERVER_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
345
|
+
<RAILS_SERVER_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
346
|
+
<RAILS_SERVER_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
347
|
+
<RAILS_SERVER_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
348
|
+
<envs />
|
349
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
350
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
351
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
352
|
+
<COVERAGE_PATTERN ENABLED="true">
|
353
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
354
|
+
</COVERAGE_PATTERN>
|
355
|
+
</EXTENSION>
|
356
|
+
<RAILS_SERVER_CONFIG_SETTINGS_ID NAME="SCRIPT_ARGS" VALUE="" />
|
357
|
+
<RAILS_SERVER_CONFIG_SETTINGS_ID NAME="PORT" VALUE="3000" />
|
358
|
+
<RAILS_SERVER_CONFIG_SETTINGS_ID NAME="IP" VALUE="0.0.0.0" />
|
359
|
+
<RAILS_SERVER_CONFIG_SETTINGS_ID NAME="DUMMY_APP" VALUE="$USER_HOME$/sources/dao" />
|
360
|
+
<RAILS_SERVER_CONFIG_SETTINGS_ID NAME="RAILS_SERVER_TYPE" VALUE="default" />
|
361
|
+
<RAILS_SERVER_CONFIG_SETTINGS_ID NAME="ENVIRONMENT_TYPE" VALUE="development" />
|
362
|
+
<RAILS_SERVER_CONFIG_SETTINGS_ID NAME="LAUNCH_JS" VALUE="false" />
|
363
|
+
</configuration>
|
364
|
+
<recent_temporary>
|
365
|
+
<list size="1">
|
366
|
+
<item index="0" class="java.lang.String" itemvalue="IRB console.Rails console: dao" />
|
367
|
+
</list>
|
368
|
+
</recent_temporary>
|
369
|
+
</component>
|
217
370
|
<component name="ShelveChangesManager" show_recycled="false">
|
218
371
|
<option name="remove_strategy" value="false" />
|
219
372
|
</component>
|
@@ -229,7 +382,25 @@
|
|
229
382
|
<option name="presentableId" value="Default" />
|
230
383
|
<updated>1508232317976</updated>
|
231
384
|
<workItem from="1508232320433" duration="603000" />
|
232
|
-
<workItem from="1508232952975" duration="
|
385
|
+
<workItem from="1508232952975" duration="12787000" />
|
386
|
+
<workItem from="1508277247750" duration="79000" />
|
387
|
+
<workItem from="1508514322705" duration="1282000" />
|
388
|
+
<workItem from="1508671876399" duration="4325000" />
|
389
|
+
<workItem from="1508753864450" duration="52000" />
|
390
|
+
<workItem from="1508794605346" duration="689000" />
|
391
|
+
<workItem from="1509046771799" duration="2102000" />
|
392
|
+
<workItem from="1509167949308" duration="17640000" />
|
393
|
+
<workItem from="1509426324939" duration="2214000" />
|
394
|
+
<workItem from="1509508298413" duration="53000" />
|
395
|
+
<workItem from="1509508387291" duration="112000" />
|
396
|
+
<workItem from="1509508510347" duration="339000" />
|
397
|
+
<workItem from="1509508897346" duration="4787000" />
|
398
|
+
<workItem from="1509568268526" duration="2065000" />
|
399
|
+
<workItem from="1509783116233" duration="3026000" />
|
400
|
+
<workItem from="1509788142675" duration="23107000" />
|
401
|
+
<workItem from="1509903488451" duration="6397000" />
|
402
|
+
<workItem from="1512386098958" duration="1658000" />
|
403
|
+
<workItem from="1512463103274" duration="5745000" />
|
233
404
|
</task>
|
234
405
|
<task id="LOCAL-00001" summary="initial project">
|
235
406
|
<created>1508232659898</created>
|
@@ -273,32 +444,110 @@
|
|
273
444
|
<option name="project" value="LOCAL" />
|
274
445
|
<updated>1508274087060</updated>
|
275
446
|
</task>
|
276
|
-
<
|
447
|
+
<task id="LOCAL-00007" summary="fix doc">
|
448
|
+
<created>1508277317660</created>
|
449
|
+
<option name="number" value="00007" />
|
450
|
+
<option name="presentableId" value="LOCAL-00007" />
|
451
|
+
<option name="project" value="LOCAL" />
|
452
|
+
<updated>1508277317660</updated>
|
453
|
+
</task>
|
454
|
+
<task id="LOCAL-00008" summary="addition of log model">
|
455
|
+
<created>1508716089627</created>
|
456
|
+
<option name="number" value="00008" />
|
457
|
+
<option name="presentableId" value="LOCAL-00008" />
|
458
|
+
<option name="project" value="LOCAL" />
|
459
|
+
<updated>1508716089627</updated>
|
460
|
+
</task>
|
461
|
+
<task id="LOCAL-00009" summary="Etherscan added, transaction log parsing">
|
462
|
+
<created>1509268404164</created>
|
463
|
+
<option name="number" value="00009" />
|
464
|
+
<option name="presentableId" value="LOCAL-00009" />
|
465
|
+
<option name="project" value="LOCAL" />
|
466
|
+
<updated>1509268404164</updated>
|
467
|
+
</task>
|
468
|
+
<task id="LOCAL-00010" summary="Calling transaction constant methods">
|
469
|
+
<created>1509796977124</created>
|
470
|
+
<option name="number" value="00010" />
|
471
|
+
<option name="presentableId" value="LOCAL-00010" />
|
472
|
+
<option name="project" value="LOCAL" />
|
473
|
+
<updated>1509796977124</updated>
|
474
|
+
</task>
|
475
|
+
<task id="LOCAL-00011" summary="parsing transaction logs">
|
476
|
+
<created>1509804887273</created>
|
477
|
+
<option name="number" value="00011" />
|
478
|
+
<option name="presentableId" value="LOCAL-00011" />
|
479
|
+
<option name="project" value="LOCAL" />
|
480
|
+
<updated>1509804887273</updated>
|
481
|
+
</task>
|
482
|
+
<task id="LOCAL-00012" summary="parse_call_args">
|
483
|
+
<created>1509806040524</created>
|
484
|
+
<option name="number" value="00012" />
|
485
|
+
<option name="presentableId" value="LOCAL-00012" />
|
486
|
+
<option name="project" value="LOCAL" />
|
487
|
+
<updated>1509806040524</updated>
|
488
|
+
</task>
|
489
|
+
<task id="LOCAL-00013" summary="Parsing smart contract constructor arguments">
|
490
|
+
<created>1509809560899</created>
|
491
|
+
<option name="number" value="00013" />
|
492
|
+
<option name="presentableId" value="LOCAL-00013" />
|
493
|
+
<option name="project" value="LOCAL" />
|
494
|
+
<updated>1509809560899</updated>
|
495
|
+
</task>
|
496
|
+
<task id="LOCAL-00014" summary="Internal transacton queryt using parity extended JSON RPC API">
|
497
|
+
<created>1509909169087</created>
|
498
|
+
<option name="number" value="00014" />
|
499
|
+
<option name="presentableId" value="LOCAL-00014" />
|
500
|
+
<option name="project" value="LOCAL" />
|
501
|
+
<updated>1509909169087</updated>
|
502
|
+
</task>
|
503
|
+
<task id="LOCAL-00015" summary="added dependency from digest sha3">
|
504
|
+
<created>1512463514773</created>
|
505
|
+
<option name="number" value="00015" />
|
506
|
+
<option name="presentableId" value="LOCAL-00015" />
|
507
|
+
<option name="project" value="LOCAL" />
|
508
|
+
<updated>1512463514773</updated>
|
509
|
+
</task>
|
510
|
+
<task id="LOCAL-00016" summary="fixed contract init">
|
511
|
+
<created>1512465320048</created>
|
512
|
+
<option name="number" value="00016" />
|
513
|
+
<option name="presentableId" value="LOCAL-00016" />
|
514
|
+
<option name="project" value="LOCAL" />
|
515
|
+
<updated>1512465320048</updated>
|
516
|
+
</task>
|
517
|
+
<task id="LOCAL-00017" summary="nil if string_data.empty?">
|
518
|
+
<created>1512467138727</created>
|
519
|
+
<option name="number" value="00017" />
|
520
|
+
<option name="presentableId" value="LOCAL-00017" />
|
521
|
+
<option name="project" value="LOCAL" />
|
522
|
+
<updated>1512467138727</updated>
|
523
|
+
</task>
|
524
|
+
<option name="localTasksCounter" value="18" />
|
277
525
|
<servers />
|
278
526
|
</component>
|
279
527
|
<component name="TimeTrackingManager">
|
280
|
-
<option name="totallyTimeSpent" value="
|
528
|
+
<option name="totallyTimeSpent" value="89062000" />
|
281
529
|
</component>
|
282
530
|
<component name="ToolWindowManager">
|
283
|
-
<frame x="
|
531
|
+
<frame x="0" y="23" width="1280" height="698" extended-state="0" />
|
284
532
|
<layout>
|
285
533
|
<window_info id="Remote Host" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
286
|
-
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.
|
534
|
+
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.31340873" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
287
535
|
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
288
536
|
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
|
289
537
|
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
290
|
-
<window_info id="
|
291
|
-
<window_info id="
|
538
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.16527545" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
539
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.39732888" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
292
540
|
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
293
|
-
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.
|
541
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.36560935" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
542
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.49415693" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
294
543
|
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
295
|
-
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
296
544
|
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
545
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32888147" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
297
546
|
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
298
547
|
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
299
548
|
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
300
549
|
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
301
|
-
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.
|
550
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.43071786" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
302
551
|
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
303
552
|
</layout>
|
304
553
|
</component>
|
@@ -312,95 +561,99 @@
|
|
312
561
|
<MESSAGE value="initial project" />
|
313
562
|
<MESSAGE value="eth implementation" />
|
314
563
|
<MESSAGE value="made transaction receipts" />
|
315
|
-
<
|
564
|
+
<MESSAGE value="fix doc" />
|
565
|
+
<MESSAGE value="addition of log model" />
|
566
|
+
<MESSAGE value="Etherscan added, transaction log parsing" />
|
567
|
+
<MESSAGE value="Calling transaction constant methods" />
|
568
|
+
<MESSAGE value="parsing transaction logs" />
|
569
|
+
<MESSAGE value="parse_call_args" />
|
570
|
+
<MESSAGE value="Parsing smart contract constructor arguments" />
|
571
|
+
<MESSAGE value="Internal transacton queryt using parity extended JSON RPC API" />
|
572
|
+
<MESSAGE value="added dependency from digest sha3" />
|
573
|
+
<MESSAGE value="fixed contract init" />
|
574
|
+
<MESSAGE value="nil if string_data.empty?" />
|
575
|
+
<option name="LAST_COMMIT_MESSAGE" value="nil if string_data.empty?" />
|
316
576
|
</component>
|
317
577
|
<component name="XDebuggerManager">
|
318
|
-
<breakpoint-manager
|
578
|
+
<breakpoint-manager>
|
579
|
+
<breakpoints>
|
580
|
+
<line-breakpoint enabled="true" type="ruby-line">
|
581
|
+
<url>file://$PROJECT_DIR$/lib/web3/eth/abi/abi_coder.rb</url>
|
582
|
+
<line>198</line>
|
583
|
+
<option name="timeStamp" value="10" />
|
584
|
+
</line-breakpoint>
|
585
|
+
</breakpoints>
|
586
|
+
<option name="time" value="12" />
|
587
|
+
</breakpoint-manager>
|
319
588
|
<watches-manager />
|
320
589
|
</component>
|
321
590
|
<component name="editorHistoryManager">
|
322
|
-
<entry file="file://$
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
<entry file="file://$PROJECT_DIR$/
|
331
|
-
<provider selected="true" editor-type-id="text-editor">
|
332
|
-
<state relative-caret-position="30">
|
333
|
-
<caret line="2" column="25" lean-forward="false" selection-start-line="2" selection-start-column="25" selection-end-line="2" selection-end-column="25" />
|
334
|
-
<folding />
|
335
|
-
</state>
|
336
|
-
</provider>
|
337
|
-
</entry>
|
338
|
-
<entry file="file://$PROJECT_DIR$/README.md">
|
339
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
340
|
-
<state split_layout="SPLIT">
|
341
|
-
<first_editor relative-caret-position="0">
|
342
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
343
|
-
<folding />
|
344
|
-
</first_editor>
|
345
|
-
<second_editor />
|
346
|
-
</state>
|
347
|
-
</provider>
|
348
|
-
</entry>
|
349
|
-
<entry file="file://$PROJECT_DIR$/web3-eth.gemspec">
|
350
|
-
<provider selected="true" editor-type-id="text-editor">
|
351
|
-
<state relative-caret-position="270">
|
352
|
-
<caret line="18" column="7" lean-forward="false" selection-start-line="18" selection-start-column="7" selection-end-line="18" selection-end-column="7" />
|
353
|
-
<folding />
|
354
|
-
</state>
|
355
|
-
</provider>
|
356
|
-
</entry>
|
357
|
-
<entry file="file://$PROJECT_DIR$/CODE_OF_CONDUCT.md">
|
358
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
359
|
-
<state split_layout="SPLIT">
|
360
|
-
<first_editor relative-caret-position="0">
|
361
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
362
|
-
<folding />
|
363
|
-
</first_editor>
|
364
|
-
<second_editor />
|
365
|
-
</state>
|
366
|
-
</provider>
|
367
|
-
</entry>
|
368
|
-
<entry file="file://$PROJECT_DIR$/.travis.yml">
|
591
|
+
<entry file="file://$USER_HOME$/sources/dao/lib/ethereum/transaction_processor.rb" />
|
592
|
+
<entry file="file://$USER_HOME$/sources/dao/lib/ethereum/smart_contract_processor.rb" />
|
593
|
+
<entry file="file://$USER_HOME$/sources/dao/lib/ethereum/function_processor.rb" />
|
594
|
+
<entry file="file://$USER_HOME$/sources/dao/lib/ethereum/block_processor.rb" />
|
595
|
+
<entry file="file://$USER_HOME$/sources/dao/lib/ethereum/address_helper.rb" />
|
596
|
+
<entry file="file://$USER_HOME$/sources/dao/lib/ethereum/block_crawler.rb" />
|
597
|
+
<entry file="file://$USER_HOME$/sources/dao/lib/ethereum/smart_contract_factory.rb" />
|
598
|
+
<entry file="file://$USER_HOME$/sources/dao/lib/ethereum/log_processor.rb" />
|
599
|
+
<entry file="file://$PROJECT_DIR$/lib/web3/eth/log.rb">
|
369
600
|
<provider selected="true" editor-type-id="text-editor">
|
370
|
-
<state relative-caret-position="
|
371
|
-
<caret line="
|
372
|
-
<folding />
|
601
|
+
<state relative-caret-position="75">
|
602
|
+
<caret line="5" column="20" lean-forward="false" selection-start-line="5" selection-start-column="20" selection-end-line="5" selection-end-column="20" />
|
373
603
|
</state>
|
374
604
|
</provider>
|
375
605
|
</entry>
|
376
|
-
<entry file="file://$
|
606
|
+
<entry file="file://$USER_HOME$/sources/dao/db/seeds.rb" />
|
607
|
+
<entry file="file://$USER_HOME$/sources/dao/db/migrate/20171105083526_rename_blockchain_transaction_to_tx.rb" />
|
608
|
+
<entry file="file://$USER_HOME$/sources/dao/db/migrate/20171022104258_create_issuers.rb" />
|
609
|
+
<entry file="file://$USER_HOME$/sources/dao/db/migrate/20171105084903_create_tx_data.rb" />
|
610
|
+
<entry file="file://$USER_HOME$/sources/dao/app/models/tx_datum.rb" />
|
611
|
+
<entry file="file://$USER_HOME$/sources/dao/app/models/tx_receipt.rb" />
|
612
|
+
<entry file="file://$USER_HOME$/sources/dao/db/migrate/20171022100010_create_tx_receipts.rb" />
|
613
|
+
<entry file="file://$USER_HOME$/sources/dao/app/models/contract_abi.rb" />
|
614
|
+
<entry file="file://$USER_HOME$/sources/dao/db/migrate/20171028095015_create_contract_abis.rb" />
|
615
|
+
<entry file="file://$USER_HOME$/sources/dao/app/models/relation.rb" />
|
616
|
+
<entry file="file://$USER_HOME$/sources/dao/app/models/interaction.rb" />
|
617
|
+
<entry file="file://$USER_HOME$/sources/dao/db/migrate/20171022093303_create_blocks.rb" />
|
618
|
+
<entry file="file://$USER_HOME$/sources/dao/db/migrate/20171022092409_create_blockchains.rb" />
|
619
|
+
<entry file="file://$USER_HOME$/sources/dao/app/models/blockchain.rb" />
|
620
|
+
<entry file="file://$USER_HOME$/sources/dao/db/migrate/20171022095607_create_addresses.rb" />
|
621
|
+
<entry file="file://$USER_HOME$/sources/dao/db/migrate/20171028095359_create_method_signatures.rb" />
|
622
|
+
<entry file="file://$USER_HOME$/sources/dao/db/migrate/20171028104857_create_smart_contract_methods.rb" />
|
623
|
+
<entry file="file://$USER_HOME$/sources/dao/app/models/crowdsale.rb" />
|
624
|
+
<entry file="file://$USER_HOME$/sources/dao/db/migrate/20171028095014_create_smart_contracts.rb" />
|
625
|
+
<entry file="file://$USER_HOME$/sources/dao/db/migrate/20171022104327_create_currencies.rb" />
|
626
|
+
<entry file="file://$USER_HOME$/sources/dao/db/migrate/20171105091340_create_interactions.rb" />
|
627
|
+
<entry file="file://$USER_HOME$/sources/dao/app/models/currency.rb" />
|
628
|
+
<entry file="file://$USER_HOME$/sources/dao/db/migrate/20171022100009_create_txs.rb" />
|
629
|
+
<entry file="file://$USER_HOME$/sources/dao/app/models/tx.rb" />
|
630
|
+
<entry file="file://$USER_HOME$/sources/dao/app/models/address.rb" />
|
631
|
+
<entry file="file://$USER_HOME$/sources/dao/app/models/block.rb" />
|
632
|
+
<entry file="file://$PROJECT_DIR$/lib/web3/eth/rpc.rb">
|
377
633
|
<provider selected="true" editor-type-id="text-editor">
|
378
|
-
<state relative-caret-position="
|
379
|
-
<caret line="
|
380
|
-
<folding />
|
634
|
+
<state relative-caret-position="130">
|
635
|
+
<caret line="29" column="13" lean-forward="false" selection-start-line="29" selection-start-column="13" selection-end-line="29" selection-end-column="13" />
|
381
636
|
</state>
|
382
637
|
</provider>
|
383
638
|
</entry>
|
384
|
-
<entry file="file://$PROJECT_DIR$/
|
639
|
+
<entry file="file://$PROJECT_DIR$/lib/web3/eth/trace_module.rb">
|
385
640
|
<provider selected="true" editor-type-id="text-editor">
|
386
|
-
<state relative-caret-position="
|
387
|
-
<caret line="
|
388
|
-
<folding />
|
641
|
+
<state relative-caret-position="150">
|
642
|
+
<caret line="12" column="0" lean-forward="true" selection-start-line="12" selection-start-column="0" selection-end-line="12" selection-end-column="0" />
|
389
643
|
</state>
|
390
644
|
</provider>
|
391
645
|
</entry>
|
392
|
-
<entry file="file://$PROJECT_DIR$/
|
646
|
+
<entry file="file://$PROJECT_DIR$/lib/web3/eth/call_trace.rb">
|
393
647
|
<provider selected="true" editor-type-id="text-editor">
|
394
|
-
<state relative-caret-position="
|
395
|
-
<caret line="
|
396
|
-
<folding />
|
648
|
+
<state relative-caret-position="76">
|
649
|
+
<caret line="19" column="19" lean-forward="false" selection-start-line="19" selection-start-column="10" selection-end-line="19" selection-end-column="19" />
|
397
650
|
</state>
|
398
651
|
</provider>
|
399
652
|
</entry>
|
400
|
-
<entry file="file://$PROJECT_DIR$/
|
653
|
+
<entry file="file://$PROJECT_DIR$/lib/web3/eth/abi/utils.rb">
|
401
654
|
<provider selected="true" editor-type-id="text-editor">
|
402
|
-
<state relative-caret-position="
|
403
|
-
<caret line="
|
655
|
+
<state relative-caret-position="45">
|
656
|
+
<caret line="3" column="0" lean-forward="false" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="21" />
|
404
657
|
<folding />
|
405
658
|
</state>
|
406
659
|
</provider>
|
@@ -413,53 +666,42 @@
|
|
413
666
|
</state>
|
414
667
|
</provider>
|
415
668
|
</entry>
|
416
|
-
<entry file="file://$PROJECT_DIR$/
|
417
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
418
|
-
<state split_layout="SPLIT">
|
419
|
-
<first_editor relative-caret-position="0">
|
420
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
421
|
-
<folding />
|
422
|
-
</first_editor>
|
423
|
-
<second_editor />
|
424
|
-
</state>
|
425
|
-
</provider>
|
426
|
-
</entry>
|
427
|
-
<entry file="file://$PROJECT_DIR$/.travis.yml">
|
669
|
+
<entry file="file://$PROJECT_DIR$/web3-eth.gemspec">
|
428
670
|
<provider selected="true" editor-type-id="text-editor">
|
429
|
-
<state relative-caret-position="
|
430
|
-
<caret line="
|
671
|
+
<state relative-caret-position="330">
|
672
|
+
<caret line="22" column="33" lean-forward="false" selection-start-line="22" selection-start-column="33" selection-end-line="22" selection-end-column="33" />
|
431
673
|
<folding />
|
432
674
|
</state>
|
433
675
|
</provider>
|
434
676
|
</entry>
|
435
|
-
<entry file="file://$PROJECT_DIR
|
677
|
+
<entry file="file://$PROJECT_DIR$/Gemfile.lock">
|
436
678
|
<provider selected="true" editor-type-id="text-editor">
|
437
|
-
<state relative-caret-position="
|
438
|
-
<caret line="
|
679
|
+
<state relative-caret-position="60">
|
680
|
+
<caret line="4" column="16" lean-forward="false" selection-start-line="4" selection-start-column="16" selection-end-line="4" selection-end-column="16" />
|
439
681
|
<folding />
|
440
682
|
</state>
|
441
683
|
</provider>
|
442
684
|
</entry>
|
443
|
-
<entry file="file://$PROJECT_DIR$/web3
|
685
|
+
<entry file="file://$PROJECT_DIR$/lib/web3/eth/abi/abi_coder.rb">
|
444
686
|
<provider selected="true" editor-type-id="text-editor">
|
445
|
-
<state relative-caret-position="
|
446
|
-
<caret line="
|
687
|
+
<state relative-caret-position="644">
|
688
|
+
<caret line="232" column="52" lean-forward="false" selection-start-line="232" selection-start-column="28" selection-end-line="232" selection-end-column="52" />
|
447
689
|
<folding />
|
448
690
|
</state>
|
449
691
|
</provider>
|
450
692
|
</entry>
|
451
|
-
<entry file="file://$PROJECT_DIR$/lib/web3/eth/
|
693
|
+
<entry file="file://$PROJECT_DIR$/lib/web3/eth/block.rb">
|
452
694
|
<provider selected="true" editor-type-id="text-editor">
|
453
|
-
<state relative-caret-position="
|
454
|
-
<caret line="
|
695
|
+
<state relative-caret-position="375">
|
696
|
+
<caret line="25" column="22" lean-forward="false" selection-start-line="25" selection-start-column="10" selection-end-line="25" selection-end-column="22" />
|
455
697
|
<folding />
|
456
698
|
</state>
|
457
699
|
</provider>
|
458
700
|
</entry>
|
459
|
-
<entry file="file://$PROJECT_DIR$/lib/web3/eth/
|
701
|
+
<entry file="file://$PROJECT_DIR$/lib/web3/eth/transaction.rb">
|
460
702
|
<provider selected="true" editor-type-id="text-editor">
|
461
|
-
<state relative-caret-position="
|
462
|
-
<caret line="
|
703
|
+
<state relative-caret-position="630">
|
704
|
+
<caret line="42" column="0" lean-forward="false" selection-start-line="42" selection-start-column="0" selection-end-line="44" selection-end-column="9" />
|
463
705
|
<folding />
|
464
706
|
</state>
|
465
707
|
</provider>
|
@@ -467,58 +709,50 @@
|
|
467
709
|
<entry file="file://$PROJECT_DIR$/README.md">
|
468
710
|
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
469
711
|
<state split_layout="SPLIT">
|
470
|
-
<first_editor relative-caret-position="
|
471
|
-
<caret line="
|
712
|
+
<first_editor relative-caret-position="120">
|
713
|
+
<caret line="44" column="0" lean-forward="false" selection-start-line="44" selection-start-column="0" selection-end-line="44" selection-end-column="0" />
|
472
714
|
<folding />
|
473
715
|
</first_editor>
|
474
716
|
<second_editor />
|
475
717
|
</state>
|
476
718
|
</provider>
|
477
719
|
</entry>
|
478
|
-
<entry file="file://$PROJECT_DIR$/lib/web3/eth
|
720
|
+
<entry file="file://$PROJECT_DIR$/lib/web3/eth.rb">
|
479
721
|
<provider selected="true" editor-type-id="text-editor">
|
480
|
-
<state relative-caret-position="
|
481
|
-
<caret line="
|
722
|
+
<state relative-caret-position="90">
|
723
|
+
<caret line="6" column="23" lean-forward="false" selection-start-line="6" selection-start-column="23" selection-end-line="6" selection-end-column="23" />
|
482
724
|
<folding />
|
483
725
|
</state>
|
484
726
|
</provider>
|
485
727
|
</entry>
|
486
|
-
<entry file="file://$PROJECT_DIR$/lib/web3/eth/
|
728
|
+
<entry file="file://$PROJECT_DIR$/lib/web3/eth/eth_module.rb">
|
487
729
|
<provider selected="true" editor-type-id="text-editor">
|
488
|
-
<state relative-caret-position="
|
489
|
-
<caret line="
|
730
|
+
<state relative-caret-position="465">
|
731
|
+
<caret line="31" column="31" lean-forward="false" selection-start-line="31" selection-start-column="10" selection-end-line="31" selection-end-column="31" />
|
490
732
|
<folding />
|
491
733
|
</state>
|
492
734
|
</provider>
|
493
735
|
</entry>
|
494
736
|
<entry file="file://$PROJECT_DIR$/lib/web3/eth/utility.rb">
|
495
737
|
<provider selected="true" editor-type-id="text-editor">
|
496
|
-
<state relative-caret-position="
|
497
|
-
<caret line="
|
498
|
-
<folding />
|
499
|
-
</state>
|
500
|
-
</provider>
|
501
|
-
</entry>
|
502
|
-
<entry file="file://$PROJECT_DIR$/lib/web3/eth/transaction.rb">
|
503
|
-
<provider selected="true" editor-type-id="text-editor">
|
504
|
-
<state relative-caret-position="440">
|
505
|
-
<caret line="33" column="11" lean-forward="false" selection-start-line="33" selection-start-column="11" selection-end-line="33" selection-end-column="11" />
|
738
|
+
<state relative-caret-position="135">
|
739
|
+
<caret line="9" column="22" lean-forward="false" selection-start-line="9" selection-start-column="10" selection-end-line="9" selection-end-column="22" />
|
506
740
|
<folding />
|
507
741
|
</state>
|
508
742
|
</provider>
|
509
743
|
</entry>
|
510
|
-
<entry file="file://$PROJECT_DIR$/lib/web3/eth.rb">
|
744
|
+
<entry file="file://$PROJECT_DIR$/lib/web3/eth/contract.rb">
|
511
745
|
<provider selected="true" editor-type-id="text-editor">
|
512
|
-
<state relative-caret-position="
|
513
|
-
<caret line="
|
746
|
+
<state relative-caret-position="76">
|
747
|
+
<caret line="75" column="40" lean-forward="false" selection-start-line="75" selection-start-column="40" selection-end-line="75" selection-end-column="40" />
|
514
748
|
<folding />
|
515
749
|
</state>
|
516
750
|
</provider>
|
517
751
|
</entry>
|
518
|
-
<entry file="file://$PROJECT_DIR$/lib/web3/eth/
|
752
|
+
<entry file="file://$PROJECT_DIR$/lib/web3/eth/transaction_receipt.rb">
|
519
753
|
<provider selected="true" editor-type-id="text-editor">
|
520
|
-
<state relative-caret-position="
|
521
|
-
<caret line="
|
754
|
+
<state relative-caret-position="375">
|
755
|
+
<caret line="25" column="18" lean-forward="false" selection-start-line="25" selection-start-column="18" selection-end-line="25" selection-end-column="18" />
|
522
756
|
<folding />
|
523
757
|
</state>
|
524
758
|
</provider>
|