bit_wallet 0.7.2 → 0.7.3
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/CHANGELOG.md +4 -0
- data/lib/bit_wallet/accounts.rb +4 -20
- data/lib/bit_wallet/version.rb +1 -1
- data/spec/bit_wallet/account_spec.rb +2 -3
- data/spec/bit_wallet/accounts_spec.rb +1 -8
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_be_able_to_override_the_min_conf.yml +3 -79
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_default_to_the_config_min_conf.yml +3 -79
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_return_the_balance_of_the_account.yml +7 -83
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_recent_transactions/should_default_to_list_10_transactions.yml +53 -91
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_recent_transactions/when_transaction_limit_is_6/should_list_the_6_most_recent_transactions.yml +41 -79
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_send_amount/_to_is_a_BitWallet_Address/should_send_it_to_the_address_of_the_given_BitWallet_Address.yml +14 -52
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_send_amount/account_does_not_have_enough_money/should_fail_with_the_InsufficientFunds_error.yml +11 -49
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_send_amount/should_send_money_to_the_given_address.yml +14 -52
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_send_many/should_send_the_amounts_of_money_to_the_specified_accounts.yml +17 -55
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_total_received/should_return_the_total_amount_received_by_the_address.yml +3 -3
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/addresses/.yml +3 -3
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/should_be_assigned_that_name.yml +3 -79
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/should_have_a_default_name.yml +3 -3
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/when_the_account_name_already_exists/should_return_that_same_address.yml +3 -79
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/wallet/.yml +3 -3
- data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/_new/should_create_a_new_BitWallet_Account_with_a_default_address.yml +3 -79
- data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/_with_balance/should_return_accounts_with_a_balance_0.yml +23 -61
- data/spec/fixtures/vcr_cassettes/BitWallet_Wallet/_move/should_move_funds_from_one_account_to_another.yml +12 -50
- data/spec/fixtures/vcr_cassettes/BitWallet_Wallet/_recent_transactions/should_allow_overriding_of_the_transaction_limit.yml +53 -91
- data/spec/fixtures/vcr_cassettes/BitWallet_Wallet/_recent_transactions/should_return_the_most_recent_transactions_of_all_accounts_defaulting_to_10_transactions.yml +53 -91
- metadata +2 -10
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/name_is_nil/raises_an_error.yml +0 -79
- data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/_includes_account_name_account_/should_return_true_if_the_array_includes_the_account.yml +0 -117
- data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/wallet/.yml +0 -79
- data/spec/fixtures/vcr_cassettes/BitWallet_Wallet/_accounts/should_return_array_of_BitWallet_Accounts.yml +0 -79
@@ -1,43 +1,5 @@
|
|
1
1
|
---
|
2
2
|
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: '{"method":"listaccounts","params":[1],"id":"jsonrpc"}'
|
9
|
-
headers:
|
10
|
-
Accept:
|
11
|
-
- "*/*; q=0.5, application/xml"
|
12
|
-
Accept-Encoding:
|
13
|
-
- gzip, deflate
|
14
|
-
Content-Type:
|
15
|
-
- application/json
|
16
|
-
Content-Length:
|
17
|
-
- '53'
|
18
|
-
User-Agent:
|
19
|
-
- Ruby
|
20
|
-
response:
|
21
|
-
status:
|
22
|
-
code: 200
|
23
|
-
message: OK
|
24
|
-
headers:
|
25
|
-
Date:
|
26
|
-
- Sat, 23 Aug 2014 09:44:06 +0000
|
27
|
-
Connection:
|
28
|
-
- keep-alive
|
29
|
-
Content-Length:
|
30
|
-
- '56'
|
31
|
-
Content-Type:
|
32
|
-
- application/json
|
33
|
-
Server:
|
34
|
-
- bitcoin-json-rpc/v0.9.2.1-g354c0f3-beta
|
35
|
-
body:
|
36
|
-
encoding: UTF-8
|
37
|
-
string: |
|
38
|
-
{"result":{"":50.00000000},"error":null,"id":"jsonrpc"}
|
39
|
-
http_version:
|
40
|
-
recorded_at: Sat, 23 Aug 2014 09:44:06 GMT
|
41
3
|
- request:
|
42
4
|
method: post
|
43
5
|
uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
|
@@ -61,7 +23,7 @@ http_interactions:
|
|
61
23
|
message: OK
|
62
24
|
headers:
|
63
25
|
Date:
|
64
|
-
-
|
26
|
+
- Sun, 24 Aug 2014 06:46:12 +0000
|
65
27
|
Connection:
|
66
28
|
- keep-alive
|
67
29
|
Content-Length:
|
@@ -73,9 +35,9 @@ http_interactions:
|
|
73
35
|
body:
|
74
36
|
encoding: UTF-8
|
75
37
|
string: |
|
76
|
-
{"result":"
|
38
|
+
{"result":"msDmokpwHUUxTNL4d1LyZjTZjL2mjxDZ6r","error":null,"id":"jsonrpc"}
|
77
39
|
http_version:
|
78
|
-
recorded_at:
|
40
|
+
recorded_at: Sun, 24 Aug 2014 06:46:12 GMT
|
79
41
|
- request:
|
80
42
|
method: post
|
81
43
|
uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
|
@@ -99,7 +61,7 @@ http_interactions:
|
|
99
61
|
message: OK
|
100
62
|
headers:
|
101
63
|
Date:
|
102
|
-
-
|
64
|
+
- Sun, 24 Aug 2014 06:46:12 +0000
|
103
65
|
Connection:
|
104
66
|
- keep-alive
|
105
67
|
Content-Length:
|
@@ -111,15 +73,15 @@ http_interactions:
|
|
111
73
|
body:
|
112
74
|
encoding: UTF-8
|
113
75
|
string: |
|
114
|
-
{"result":"
|
76
|
+
{"result":"mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV","error":null,"id":"jsonrpc"}
|
115
77
|
http_version:
|
116
|
-
recorded_at:
|
78
|
+
recorded_at: Sun, 24 Aug 2014 06:46:12 GMT
|
117
79
|
- request:
|
118
80
|
method: post
|
119
81
|
uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
|
120
82
|
body:
|
121
83
|
encoding: UTF-8
|
122
|
-
string: '{"method":"sendfrom","params":["","
|
84
|
+
string: '{"method":"sendfrom","params":["","mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV",0.1,0],"id":"jsonrpc"}'
|
123
85
|
headers:
|
124
86
|
Accept:
|
125
87
|
- "*/*; q=0.5, application/xml"
|
@@ -137,7 +99,7 @@ http_interactions:
|
|
137
99
|
message: OK
|
138
100
|
headers:
|
139
101
|
Date:
|
140
|
-
-
|
102
|
+
- Sun, 24 Aug 2014 06:46:12 +0000
|
141
103
|
Connection:
|
142
104
|
- keep-alive
|
143
105
|
Content-Length:
|
@@ -149,15 +111,15 @@ http_interactions:
|
|
149
111
|
body:
|
150
112
|
encoding: UTF-8
|
151
113
|
string: |
|
152
|
-
{"result":"
|
114
|
+
{"result":"47cb13cf398a5b927f18ae52f67c711d81b8c406673a0f1441179d84d59f83c1","error":null,"id":"jsonrpc"}
|
153
115
|
http_version:
|
154
|
-
recorded_at:
|
116
|
+
recorded_at: Sun, 24 Aug 2014 06:46:12 GMT
|
155
117
|
- request:
|
156
118
|
method: post
|
157
119
|
uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
|
158
120
|
body:
|
159
121
|
encoding: UTF-8
|
160
|
-
string: '{"method":"sendfrom","params":["","
|
122
|
+
string: '{"method":"sendfrom","params":["","mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV",0.1,0],"id":"jsonrpc"}'
|
161
123
|
headers:
|
162
124
|
Accept:
|
163
125
|
- "*/*; q=0.5, application/xml"
|
@@ -175,7 +137,7 @@ http_interactions:
|
|
175
137
|
message: OK
|
176
138
|
headers:
|
177
139
|
Date:
|
178
|
-
-
|
140
|
+
- Sun, 24 Aug 2014 06:46:12 +0000
|
179
141
|
Connection:
|
180
142
|
- keep-alive
|
181
143
|
Content-Length:
|
@@ -187,15 +149,15 @@ http_interactions:
|
|
187
149
|
body:
|
188
150
|
encoding: UTF-8
|
189
151
|
string: |
|
190
|
-
{"result":"
|
152
|
+
{"result":"d99f2d81f9c6373ae30526520aad0c377fd01471c6662ed9cf32456161acab36","error":null,"id":"jsonrpc"}
|
191
153
|
http_version:
|
192
|
-
recorded_at:
|
154
|
+
recorded_at: Sun, 24 Aug 2014 06:46:12 GMT
|
193
155
|
- request:
|
194
156
|
method: post
|
195
157
|
uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
|
196
158
|
body:
|
197
159
|
encoding: UTF-8
|
198
|
-
string: '{"method":"sendfrom","params":["","
|
160
|
+
string: '{"method":"sendfrom","params":["","mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV",0.1,0],"id":"jsonrpc"}'
|
199
161
|
headers:
|
200
162
|
Accept:
|
201
163
|
- "*/*; q=0.5, application/xml"
|
@@ -213,7 +175,7 @@ http_interactions:
|
|
213
175
|
message: OK
|
214
176
|
headers:
|
215
177
|
Date:
|
216
|
-
-
|
178
|
+
- Sun, 24 Aug 2014 06:46:12 +0000
|
217
179
|
Connection:
|
218
180
|
- keep-alive
|
219
181
|
Content-Length:
|
@@ -225,15 +187,15 @@ http_interactions:
|
|
225
187
|
body:
|
226
188
|
encoding: UTF-8
|
227
189
|
string: |
|
228
|
-
{"result":"
|
190
|
+
{"result":"086ca04efc8b341c093348c8463a4351ab47b0fbbc6a74ca93ebb0fd44d43b67","error":null,"id":"jsonrpc"}
|
229
191
|
http_version:
|
230
|
-
recorded_at:
|
192
|
+
recorded_at: Sun, 24 Aug 2014 06:46:12 GMT
|
231
193
|
- request:
|
232
194
|
method: post
|
233
195
|
uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
|
234
196
|
body:
|
235
197
|
encoding: UTF-8
|
236
|
-
string: '{"method":"sendfrom","params":["","
|
198
|
+
string: '{"method":"sendfrom","params":["","mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV",0.1,0],"id":"jsonrpc"}'
|
237
199
|
headers:
|
238
200
|
Accept:
|
239
201
|
- "*/*; q=0.5, application/xml"
|
@@ -251,7 +213,7 @@ http_interactions:
|
|
251
213
|
message: OK
|
252
214
|
headers:
|
253
215
|
Date:
|
254
|
-
-
|
216
|
+
- Sun, 24 Aug 2014 06:46:12 +0000
|
255
217
|
Connection:
|
256
218
|
- keep-alive
|
257
219
|
Content-Length:
|
@@ -263,15 +225,15 @@ http_interactions:
|
|
263
225
|
body:
|
264
226
|
encoding: UTF-8
|
265
227
|
string: |
|
266
|
-
{"result":"
|
228
|
+
{"result":"e9edfcdd8ad47fa47cfe9d4680c73fc0958c6c3b5775729aca57b4b4d82ed29b","error":null,"id":"jsonrpc"}
|
267
229
|
http_version:
|
268
|
-
recorded_at:
|
230
|
+
recorded_at: Sun, 24 Aug 2014 06:46:12 GMT
|
269
231
|
- request:
|
270
232
|
method: post
|
271
233
|
uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
|
272
234
|
body:
|
273
235
|
encoding: UTF-8
|
274
|
-
string: '{"method":"sendfrom","params":["","
|
236
|
+
string: '{"method":"sendfrom","params":["","mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV",0.1,0],"id":"jsonrpc"}'
|
275
237
|
headers:
|
276
238
|
Accept:
|
277
239
|
- "*/*; q=0.5, application/xml"
|
@@ -289,7 +251,7 @@ http_interactions:
|
|
289
251
|
message: OK
|
290
252
|
headers:
|
291
253
|
Date:
|
292
|
-
-
|
254
|
+
- Sun, 24 Aug 2014 06:46:12 +0000
|
293
255
|
Connection:
|
294
256
|
- keep-alive
|
295
257
|
Content-Length:
|
@@ -301,15 +263,15 @@ http_interactions:
|
|
301
263
|
body:
|
302
264
|
encoding: UTF-8
|
303
265
|
string: |
|
304
|
-
{"result":"
|
266
|
+
{"result":"f513f4b659e0dedc150ad95c2a1046474b264b2cdfa5b256a529cae10df64f90","error":null,"id":"jsonrpc"}
|
305
267
|
http_version:
|
306
|
-
recorded_at:
|
268
|
+
recorded_at: Sun, 24 Aug 2014 06:46:12 GMT
|
307
269
|
- request:
|
308
270
|
method: post
|
309
271
|
uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
|
310
272
|
body:
|
311
273
|
encoding: UTF-8
|
312
|
-
string: '{"method":"sendfrom","params":["","
|
274
|
+
string: '{"method":"sendfrom","params":["","mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV",0.1,0],"id":"jsonrpc"}'
|
313
275
|
headers:
|
314
276
|
Accept:
|
315
277
|
- "*/*; q=0.5, application/xml"
|
@@ -327,7 +289,7 @@ http_interactions:
|
|
327
289
|
message: OK
|
328
290
|
headers:
|
329
291
|
Date:
|
330
|
-
-
|
292
|
+
- Sun, 24 Aug 2014 06:46:12 +0000
|
331
293
|
Connection:
|
332
294
|
- keep-alive
|
333
295
|
Content-Length:
|
@@ -339,15 +301,15 @@ http_interactions:
|
|
339
301
|
body:
|
340
302
|
encoding: UTF-8
|
341
303
|
string: |
|
342
|
-
{"result":"
|
304
|
+
{"result":"eb6163b2a27c5a9e6ccc3234f9eaab69dad4cb545ede31dc829ac079a529d94c","error":null,"id":"jsonrpc"}
|
343
305
|
http_version:
|
344
|
-
recorded_at:
|
306
|
+
recorded_at: Sun, 24 Aug 2014 06:46:12 GMT
|
345
307
|
- request:
|
346
308
|
method: post
|
347
309
|
uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
|
348
310
|
body:
|
349
311
|
encoding: UTF-8
|
350
|
-
string: '{"method":"sendfrom","params":["","
|
312
|
+
string: '{"method":"sendfrom","params":["","mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV",0.1,0],"id":"jsonrpc"}'
|
351
313
|
headers:
|
352
314
|
Accept:
|
353
315
|
- "*/*; q=0.5, application/xml"
|
@@ -365,7 +327,7 @@ http_interactions:
|
|
365
327
|
message: OK
|
366
328
|
headers:
|
367
329
|
Date:
|
368
|
-
-
|
330
|
+
- Sun, 24 Aug 2014 06:46:12 +0000
|
369
331
|
Connection:
|
370
332
|
- keep-alive
|
371
333
|
Content-Length:
|
@@ -377,15 +339,15 @@ http_interactions:
|
|
377
339
|
body:
|
378
340
|
encoding: UTF-8
|
379
341
|
string: |
|
380
|
-
{"result":"
|
342
|
+
{"result":"8102014aa7e442ddbba198cc42a651f009c4c31badbd86da53c8350e5ed87cd2","error":null,"id":"jsonrpc"}
|
381
343
|
http_version:
|
382
|
-
recorded_at:
|
344
|
+
recorded_at: Sun, 24 Aug 2014 06:46:12 GMT
|
383
345
|
- request:
|
384
346
|
method: post
|
385
347
|
uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
|
386
348
|
body:
|
387
349
|
encoding: UTF-8
|
388
|
-
string: '{"method":"sendfrom","params":["","
|
350
|
+
string: '{"method":"sendfrom","params":["","mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV",0.1,0],"id":"jsonrpc"}'
|
389
351
|
headers:
|
390
352
|
Accept:
|
391
353
|
- "*/*; q=0.5, application/xml"
|
@@ -403,7 +365,7 @@ http_interactions:
|
|
403
365
|
message: OK
|
404
366
|
headers:
|
405
367
|
Date:
|
406
|
-
-
|
368
|
+
- Sun, 24 Aug 2014 06:46:12 +0000
|
407
369
|
Connection:
|
408
370
|
- keep-alive
|
409
371
|
Content-Length:
|
@@ -415,15 +377,15 @@ http_interactions:
|
|
415
377
|
body:
|
416
378
|
encoding: UTF-8
|
417
379
|
string: |
|
418
|
-
{"result":"
|
380
|
+
{"result":"08a3777ff9924058114f33fc79c0ffe913572d068969e0a4f6f71fff9c0bd9e6","error":null,"id":"jsonrpc"}
|
419
381
|
http_version:
|
420
|
-
recorded_at:
|
382
|
+
recorded_at: Sun, 24 Aug 2014 06:46:12 GMT
|
421
383
|
- request:
|
422
384
|
method: post
|
423
385
|
uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
|
424
386
|
body:
|
425
387
|
encoding: UTF-8
|
426
|
-
string: '{"method":"sendfrom","params":["","
|
388
|
+
string: '{"method":"sendfrom","params":["","mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV",0.1,0],"id":"jsonrpc"}'
|
427
389
|
headers:
|
428
390
|
Accept:
|
429
391
|
- "*/*; q=0.5, application/xml"
|
@@ -441,7 +403,7 @@ http_interactions:
|
|
441
403
|
message: OK
|
442
404
|
headers:
|
443
405
|
Date:
|
444
|
-
-
|
406
|
+
- Sun, 24 Aug 2014 06:46:12 +0000
|
445
407
|
Connection:
|
446
408
|
- keep-alive
|
447
409
|
Content-Length:
|
@@ -453,15 +415,15 @@ http_interactions:
|
|
453
415
|
body:
|
454
416
|
encoding: UTF-8
|
455
417
|
string: |
|
456
|
-
{"result":"
|
418
|
+
{"result":"4134dba65c9da3e7570abfe9f7e597423fb23669cb5bc31a83a62e7cd1b9c743","error":null,"id":"jsonrpc"}
|
457
419
|
http_version:
|
458
|
-
recorded_at:
|
420
|
+
recorded_at: Sun, 24 Aug 2014 06:46:12 GMT
|
459
421
|
- request:
|
460
422
|
method: post
|
461
423
|
uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
|
462
424
|
body:
|
463
425
|
encoding: UTF-8
|
464
|
-
string: '{"method":"sendfrom","params":["","
|
426
|
+
string: '{"method":"sendfrom","params":["","mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV",0.1,0],"id":"jsonrpc"}'
|
465
427
|
headers:
|
466
428
|
Accept:
|
467
429
|
- "*/*; q=0.5, application/xml"
|
@@ -479,7 +441,7 @@ http_interactions:
|
|
479
441
|
message: OK
|
480
442
|
headers:
|
481
443
|
Date:
|
482
|
-
-
|
444
|
+
- Sun, 24 Aug 2014 06:46:12 +0000
|
483
445
|
Connection:
|
484
446
|
- keep-alive
|
485
447
|
Content-Length:
|
@@ -491,15 +453,15 @@ http_interactions:
|
|
491
453
|
body:
|
492
454
|
encoding: UTF-8
|
493
455
|
string: |
|
494
|
-
{"result":"
|
456
|
+
{"result":"371a6fd375797473f267bb11df9e6100c614b57e01018631fabc414bc12d28f7","error":null,"id":"jsonrpc"}
|
495
457
|
http_version:
|
496
|
-
recorded_at:
|
458
|
+
recorded_at: Sun, 24 Aug 2014 06:46:12 GMT
|
497
459
|
- request:
|
498
460
|
method: post
|
499
461
|
uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
|
500
462
|
body:
|
501
463
|
encoding: UTF-8
|
502
|
-
string: '{"method":"sendfrom","params":["","
|
464
|
+
string: '{"method":"sendfrom","params":["","mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV",0.1,0],"id":"jsonrpc"}'
|
503
465
|
headers:
|
504
466
|
Accept:
|
505
467
|
- "*/*; q=0.5, application/xml"
|
@@ -517,7 +479,7 @@ http_interactions:
|
|
517
479
|
message: OK
|
518
480
|
headers:
|
519
481
|
Date:
|
520
|
-
-
|
482
|
+
- Sun, 24 Aug 2014 06:46:12 +0000
|
521
483
|
Connection:
|
522
484
|
- keep-alive
|
523
485
|
Content-Length:
|
@@ -529,9 +491,9 @@ http_interactions:
|
|
529
491
|
body:
|
530
492
|
encoding: UTF-8
|
531
493
|
string: |
|
532
|
-
{"result":"
|
494
|
+
{"result":"a455ba893e7dacba8c679ebe633645abe674852a0ce47d02fb3c2e4f8281aab9","error":null,"id":"jsonrpc"}
|
533
495
|
http_version:
|
534
|
-
recorded_at:
|
496
|
+
recorded_at: Sun, 24 Aug 2014 06:46:12 GMT
|
535
497
|
- request:
|
536
498
|
method: post
|
537
499
|
uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
|
@@ -555,7 +517,7 @@ http_interactions:
|
|
555
517
|
message: OK
|
556
518
|
headers:
|
557
519
|
Date:
|
558
|
-
-
|
520
|
+
- Sun, 24 Aug 2014 06:46:12 +0000
|
559
521
|
Connection:
|
560
522
|
- keep-alive
|
561
523
|
Content-Length:
|
@@ -567,7 +529,7 @@ http_interactions:
|
|
567
529
|
body:
|
568
530
|
encoding: UTF-8
|
569
531
|
string: |
|
570
|
-
{"result":[{"account":"1","address":"
|
532
|
+
{"result":[{"account":"1","address":"mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV","category":"receive","amount":0.10000000,"confirmations":0,"txid":"d99f2d81f9c6373ae30526520aad0c377fd01471c6662ed9cf32456161acab36","walletconflicts":[],"time":1408862772,"timereceived":1408862772},{"account":"1","address":"mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV","category":"receive","amount":0.10000000,"confirmations":0,"txid":"086ca04efc8b341c093348c8463a4351ab47b0fbbc6a74ca93ebb0fd44d43b67","walletconflicts":[],"time":1408862772,"timereceived":1408862772},{"account":"1","address":"mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV","category":"receive","amount":0.10000000,"confirmations":0,"txid":"e9edfcdd8ad47fa47cfe9d4680c73fc0958c6c3b5775729aca57b4b4d82ed29b","walletconflicts":[],"time":1408862772,"timereceived":1408862772},{"account":"1","address":"mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV","category":"receive","amount":0.10000000,"confirmations":0,"txid":"f513f4b659e0dedc150ad95c2a1046474b264b2cdfa5b256a529cae10df64f90","walletconflicts":[],"time":1408862772,"timereceived":1408862772},{"account":"1","address":"mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV","category":"receive","amount":0.10000000,"confirmations":0,"txid":"eb6163b2a27c5a9e6ccc3234f9eaab69dad4cb545ede31dc829ac079a529d94c","walletconflicts":[],"time":1408862772,"timereceived":1408862772},{"account":"1","address":"mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV","category":"receive","amount":0.10000000,"confirmations":0,"txid":"8102014aa7e442ddbba198cc42a651f009c4c31badbd86da53c8350e5ed87cd2","walletconflicts":[],"time":1408862772,"timereceived":1408862772},{"account":"1","address":"mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV","category":"receive","amount":0.10000000,"confirmations":0,"txid":"08a3777ff9924058114f33fc79c0ffe913572d068969e0a4f6f71fff9c0bd9e6","walletconflicts":[],"time":1408862772,"timereceived":1408862772},{"account":"1","address":"mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV","category":"receive","amount":0.10000000,"confirmations":0,"txid":"4134dba65c9da3e7570abfe9f7e597423fb23669cb5bc31a83a62e7cd1b9c743","walletconflicts":[],"time":1408862772,"timereceived":1408862772},{"account":"1","address":"mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV","category":"receive","amount":0.10000000,"confirmations":0,"txid":"371a6fd375797473f267bb11df9e6100c614b57e01018631fabc414bc12d28f7","walletconflicts":[],"time":1408862772,"timereceived":1408862772},{"account":"1","address":"mhQLreqYkLmjmoU6qrkzQb7uXFB8PJ8ikV","category":"receive","amount":0.10000000,"confirmations":0,"txid":"a455ba893e7dacba8c679ebe633645abe674852a0ce47d02fb3c2e4f8281aab9","walletconflicts":[],"time":1408862772,"timereceived":1408862772}],"error":null,"id":"jsonrpc"}
|
571
533
|
http_version:
|
572
|
-
recorded_at:
|
534
|
+
recorded_at: Sun, 24 Aug 2014 06:46:12 GMT
|
573
535
|
recorded_with: VCR 2.8.0
|