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.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/lib/bit_wallet/accounts.rb +4 -20
  4. data/lib/bit_wallet/version.rb +1 -1
  5. data/spec/bit_wallet/account_spec.rb +2 -3
  6. data/spec/bit_wallet/accounts_spec.rb +1 -8
  7. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_be_able_to_override_the_min_conf.yml +3 -79
  8. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_default_to_the_config_min_conf.yml +3 -79
  9. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_return_the_balance_of_the_account.yml +7 -83
  10. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_recent_transactions/should_default_to_list_10_transactions.yml +53 -91
  11. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_recent_transactions/when_transaction_limit_is_6/should_list_the_6_most_recent_transactions.yml +41 -79
  12. 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
  13. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_send_amount/account_does_not_have_enough_money/should_fail_with_the_InsufficientFunds_error.yml +11 -49
  14. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_send_amount/should_send_money_to_the_given_address.yml +14 -52
  15. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_send_many/should_send_the_amounts_of_money_to_the_specified_accounts.yml +17 -55
  16. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_total_received/should_return_the_total_amount_received_by_the_address.yml +3 -3
  17. data/spec/fixtures/vcr_cassettes/BitWallet_Account/addresses/.yml +3 -3
  18. data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/should_be_assigned_that_name.yml +3 -79
  19. data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/should_have_a_default_name.yml +3 -3
  20. data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/when_the_account_name_already_exists/should_return_that_same_address.yml +3 -79
  21. data/spec/fixtures/vcr_cassettes/BitWallet_Account/wallet/.yml +3 -3
  22. data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/_new/should_create_a_new_BitWallet_Account_with_a_default_address.yml +3 -79
  23. data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/_with_balance/should_return_accounts_with_a_balance_0.yml +23 -61
  24. data/spec/fixtures/vcr_cassettes/BitWallet_Wallet/_move/should_move_funds_from_one_account_to_another.yml +12 -50
  25. data/spec/fixtures/vcr_cassettes/BitWallet_Wallet/_recent_transactions/should_allow_overriding_of_the_transaction_limit.yml +53 -91
  26. 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
  27. metadata +2 -10
  28. data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/name_is_nil/raises_an_error.yml +0 -79
  29. data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/_includes_account_name_account_/should_return_true_if_the_array_includes_the_account.yml +0 -117
  30. data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/wallet/.yml +0 -79
  31. 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:43:23 +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:43:23 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
- - Sat, 23 Aug 2014 09:43:23 +0000
26
+ - Sun, 24 Aug 2014 07:55:09 +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":"mqH7TtqcLjtSzHgfrx14th8wkfzChaWsvC","error":null,"id":"jsonrpc"}
38
+ {"result":"mwYTcsN9AXj7vz7wcEsvD7UBivgTJF5kfp","error":null,"id":"jsonrpc"}
77
39
  http_version:
78
- recorded_at: Sat, 23 Aug 2014 09:43:23 GMT
40
+ recorded_at: Sun, 24 Aug 2014 07:55:09 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
- - Sat, 23 Aug 2014 09:43:23 +0000
64
+ - Sun, 24 Aug 2014 07:55:09 +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":"mkMdA61Q5n5BqQecxMvmVprtcvfadE6j8L","error":null,"id":"jsonrpc"}
76
+ {"result":"moxTsNdz9h7F7vDXgpzeR4DjcVduEswic4","error":null,"id":"jsonrpc"}
115
77
  http_version:
116
- recorded_at: Sat, 23 Aug 2014 09:43:23 GMT
78
+ recorded_at: Sun, 24 Aug 2014 07:55:09 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":["","mkMdA61Q5n5BqQecxMvmVprtcvfadE6j8L",0.1,0],"id":"jsonrpc"}'
84
+ string: '{"method":"sendfrom","params":["","moxTsNdz9h7F7vDXgpzeR4DjcVduEswic4",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
- - Sat, 23 Aug 2014 09:43:23 +0000
102
+ - Sun, 24 Aug 2014 07:55:09 +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":"320a49baf8a150a340f225a6d89e6a883063f95ba9682e23e21358839f73a135","error":null,"id":"jsonrpc"}
114
+ {"result":"14550223836201b529fa3c58da6264a6364f4bc28b4ef88852437e02d513dec2","error":null,"id":"jsonrpc"}
153
115
  http_version:
154
- recorded_at: Sat, 23 Aug 2014 09:43:23 GMT
116
+ recorded_at: Sun, 24 Aug 2014 07:55:09 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":["","mkMdA61Q5n5BqQecxMvmVprtcvfadE6j8L",0.1,0],"id":"jsonrpc"}'
122
+ string: '{"method":"sendfrom","params":["","moxTsNdz9h7F7vDXgpzeR4DjcVduEswic4",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
- - Sat, 23 Aug 2014 09:43:23 +0000
140
+ - Sun, 24 Aug 2014 07:55:09 +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":"4d6fa7f604db08cc45693e848a8dfee9d2bb4a40077b741e3c660d0d5f230d76","error":null,"id":"jsonrpc"}
152
+ {"result":"5470444f18ba5395d85eefd0c96e6bca37ff49e396e35d6d19d5428dd03cafa6","error":null,"id":"jsonrpc"}
191
153
  http_version:
192
- recorded_at: Sat, 23 Aug 2014 09:43:23 GMT
154
+ recorded_at: Sun, 24 Aug 2014 07:55:09 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":["","mkMdA61Q5n5BqQecxMvmVprtcvfadE6j8L",0.1,0],"id":"jsonrpc"}'
160
+ string: '{"method":"sendfrom","params":["","moxTsNdz9h7F7vDXgpzeR4DjcVduEswic4",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
- - Sat, 23 Aug 2014 09:43:23 +0000
178
+ - Sun, 24 Aug 2014 07:55:09 +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":"0de720aabd6036bfb1c17807f7aeae7b95d3492dfeba930999cf98e8091cb317","error":null,"id":"jsonrpc"}
190
+ {"result":"dc9abf20a99b188ecc5dfcf8f8ae4ead607006b1d46a87675e02a66cd8c72a41","error":null,"id":"jsonrpc"}
229
191
  http_version:
230
- recorded_at: Sat, 23 Aug 2014 09:43:23 GMT
192
+ recorded_at: Sun, 24 Aug 2014 07:55:09 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":["","mkMdA61Q5n5BqQecxMvmVprtcvfadE6j8L",0.1,0],"id":"jsonrpc"}'
198
+ string: '{"method":"sendfrom","params":["","moxTsNdz9h7F7vDXgpzeR4DjcVduEswic4",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
- - Sat, 23 Aug 2014 09:43:23 +0000
216
+ - Sun, 24 Aug 2014 07:55:09 +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":"b1b296d1341fd007ffaf4ab577d54f2d97f6dbb1554f64c8b15d60813ddcd62d","error":null,"id":"jsonrpc"}
228
+ {"result":"43668e8cc7adde94d51fcb62e9bf9f2a2d5749e3a0ce231d5482d90116c28f63","error":null,"id":"jsonrpc"}
267
229
  http_version:
268
- recorded_at: Sat, 23 Aug 2014 09:43:23 GMT
230
+ recorded_at: Sun, 24 Aug 2014 07:55:09 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":["","mkMdA61Q5n5BqQecxMvmVprtcvfadE6j8L",0.1,0],"id":"jsonrpc"}'
236
+ string: '{"method":"sendfrom","params":["","moxTsNdz9h7F7vDXgpzeR4DjcVduEswic4",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
- - Sat, 23 Aug 2014 09:43:23 +0000
254
+ - Sun, 24 Aug 2014 07:55:09 +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":"d38bc11e2b8b8b868b8b18f2b93832e7260ff9a5a7498398bba489ea3488777a","error":null,"id":"jsonrpc"}
266
+ {"result":"4bef5c5f0d7893fafa9459adc4d989bfe026e7440976a89ec5fb3133664bdf45","error":null,"id":"jsonrpc"}
305
267
  http_version:
306
- recorded_at: Sat, 23 Aug 2014 09:43:23 GMT
268
+ recorded_at: Sun, 24 Aug 2014 07:55:09 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":["","mkMdA61Q5n5BqQecxMvmVprtcvfadE6j8L",0.1,0],"id":"jsonrpc"}'
274
+ string: '{"method":"sendfrom","params":["","moxTsNdz9h7F7vDXgpzeR4DjcVduEswic4",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
- - Sat, 23 Aug 2014 09:43:23 +0000
292
+ - Sun, 24 Aug 2014 07:55:09 +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":"9b6e6965d0e40cb30fabe022cbcab59cc14a39c4acb61999d8c52321d0f10f4d","error":null,"id":"jsonrpc"}
304
+ {"result":"d350feeb2ed249eecf2d7f6b2daed833ff9a9b367068c9a0fd9d7e03fd73a37e","error":null,"id":"jsonrpc"}
343
305
  http_version:
344
- recorded_at: Sat, 23 Aug 2014 09:43:23 GMT
306
+ recorded_at: Sun, 24 Aug 2014 07:55:09 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":["","mkMdA61Q5n5BqQecxMvmVprtcvfadE6j8L",0.1,0],"id":"jsonrpc"}'
312
+ string: '{"method":"sendfrom","params":["","moxTsNdz9h7F7vDXgpzeR4DjcVduEswic4",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
- - Sat, 23 Aug 2014 09:43:23 +0000
330
+ - Sun, 24 Aug 2014 07:55:09 +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":"3e0380b15cac29dcd18260ae87e770f740d7f467f733185d61b2c9326dc31e9a","error":null,"id":"jsonrpc"}
342
+ {"result":"c8e18969ea2e5a05cbeb600f39b0987c5f29b944f98954a03444b524691438c9","error":null,"id":"jsonrpc"}
381
343
  http_version:
382
- recorded_at: Sat, 23 Aug 2014 09:43:23 GMT
344
+ recorded_at: Sun, 24 Aug 2014 07:55:09 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":["","mkMdA61Q5n5BqQecxMvmVprtcvfadE6j8L",0.1,0],"id":"jsonrpc"}'
350
+ string: '{"method":"sendfrom","params":["","moxTsNdz9h7F7vDXgpzeR4DjcVduEswic4",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
- - Sat, 23 Aug 2014 09:43:23 +0000
368
+ - Sun, 24 Aug 2014 07:55:09 +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":"e86b2f4f54d30728573b9c83a775cdcac6ac728c205b083b686516032197fea3","error":null,"id":"jsonrpc"}
380
+ {"result":"88394c14c4b339021e4fbf705c0a7c668c3103052f4dd13876d5dd74269209e3","error":null,"id":"jsonrpc"}
419
381
  http_version:
420
- recorded_at: Sat, 23 Aug 2014 09:43:23 GMT
382
+ recorded_at: Sun, 24 Aug 2014 07:55:09 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":["","mkMdA61Q5n5BqQecxMvmVprtcvfadE6j8L",0.1,0],"id":"jsonrpc"}'
388
+ string: '{"method":"sendfrom","params":["","moxTsNdz9h7F7vDXgpzeR4DjcVduEswic4",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
- - Sat, 23 Aug 2014 09:43:23 +0000
406
+ - Sun, 24 Aug 2014 07:55:09 +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":"4c15ac93c110e33f38fb670cc9c200892c02e798de8f95642d45b3bbe1d109df","error":null,"id":"jsonrpc"}
418
+ {"result":"29021d75e0eb3add892928c7a46a0768eb27dd857509f7c6850c723f0cf2e240","error":null,"id":"jsonrpc"}
457
419
  http_version:
458
- recorded_at: Sat, 23 Aug 2014 09:43:23 GMT
420
+ recorded_at: Sun, 24 Aug 2014 07:55:09 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":["","mkMdA61Q5n5BqQecxMvmVprtcvfadE6j8L",0.1,0],"id":"jsonrpc"}'
426
+ string: '{"method":"sendfrom","params":["","moxTsNdz9h7F7vDXgpzeR4DjcVduEswic4",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
- - Sat, 23 Aug 2014 09:43:23 +0000
444
+ - Sun, 24 Aug 2014 07:55:09 +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":"b186655f89fa72d85eaa3b6e919b30ffd901f758ab0d63184b194f504304a1aa","error":null,"id":"jsonrpc"}
456
+ {"result":"e00d7fce8e526dff5648cd3484e622512679c7c9d1539d43f8a87fd372cf4dc6","error":null,"id":"jsonrpc"}
495
457
  http_version:
496
- recorded_at: Sat, 23 Aug 2014 09:43:23 GMT
458
+ recorded_at: Sun, 24 Aug 2014 07:55:09 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":["","mkMdA61Q5n5BqQecxMvmVprtcvfadE6j8L",0.1,0],"id":"jsonrpc"}'
464
+ string: '{"method":"sendfrom","params":["","moxTsNdz9h7F7vDXgpzeR4DjcVduEswic4",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
- - Sat, 23 Aug 2014 09:43:23 +0000
482
+ - Sun, 24 Aug 2014 07:55:09 +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":"689a8505b574d1270b94e2a4612f9af0e720b4bddf932eefac176702244a316d","error":null,"id":"jsonrpc"}
494
+ {"result":"e9993ba61431517be3dda00c279eb78e3fff642c73c518a1132b2acb361cd08a","error":null,"id":"jsonrpc"}
533
495
  http_version:
534
- recorded_at: Sat, 23 Aug 2014 09:43:23 GMT
496
+ recorded_at: Sun, 24 Aug 2014 07:55:09 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
- - Sat, 23 Aug 2014 09:43:23 +0000
520
+ - Sun, 24 Aug 2014 07:55:09 +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":"","address":"mkMdA61Q5n5BqQecxMvmVprtcvfadE6j8L","category":"send","amount":-0.10000000,"fee":-0.00010000,"confirmations":0,"txid":"4c15ac93c110e33f38fb670cc9c200892c02e798de8f95642d45b3bbe1d109df","walletconflicts":[],"time":1408787003,"timereceived":1408787003},{"account":"1","address":"mkMdA61Q5n5BqQecxMvmVprtcvfadE6j8L","category":"receive","amount":0.10000000,"confirmations":0,"txid":"b186655f89fa72d85eaa3b6e919b30ffd901f758ab0d63184b194f504304a1aa","walletconflicts":[],"time":1408787003,"timereceived":1408787003},{"account":"","address":"mkMdA61Q5n5BqQecxMvmVprtcvfadE6j8L","category":"send","amount":-0.10000000,"fee":-0.00010000,"confirmations":0,"txid":"b186655f89fa72d85eaa3b6e919b30ffd901f758ab0d63184b194f504304a1aa","walletconflicts":[],"time":1408787003,"timereceived":1408787003},{"account":"1","address":"mkMdA61Q5n5BqQecxMvmVprtcvfadE6j8L","category":"receive","amount":0.10000000,"confirmations":0,"txid":"689a8505b574d1270b94e2a4612f9af0e720b4bddf932eefac176702244a316d","walletconflicts":[],"time":1408787003,"timereceived":1408787003},{"account":"","address":"mkMdA61Q5n5BqQecxMvmVprtcvfadE6j8L","category":"send","amount":-0.10000000,"fee":-0.00010000,"confirmations":0,"txid":"689a8505b574d1270b94e2a4612f9af0e720b4bddf932eefac176702244a316d","walletconflicts":[],"time":1408787003,"timereceived":1408787003}],"error":null,"id":"jsonrpc"}
532
+ {"result":[{"account":"","address":"moxTsNdz9h7F7vDXgpzeR4DjcVduEswic4","category":"send","amount":-0.10000000,"fee":-0.00010000,"confirmations":0,"txid":"29021d75e0eb3add892928c7a46a0768eb27dd857509f7c6850c723f0cf2e240","walletconflicts":[],"time":1408866909,"timereceived":1408866909},{"account":"1","address":"moxTsNdz9h7F7vDXgpzeR4DjcVduEswic4","category":"receive","amount":0.10000000,"confirmations":0,"txid":"e00d7fce8e526dff5648cd3484e622512679c7c9d1539d43f8a87fd372cf4dc6","walletconflicts":[],"time":1408866909,"timereceived":1408866909},{"account":"","address":"moxTsNdz9h7F7vDXgpzeR4DjcVduEswic4","category":"send","amount":-0.10000000,"fee":-0.00010000,"confirmations":0,"txid":"e00d7fce8e526dff5648cd3484e622512679c7c9d1539d43f8a87fd372cf4dc6","walletconflicts":[],"time":1408866909,"timereceived":1408866909},{"account":"1","address":"moxTsNdz9h7F7vDXgpzeR4DjcVduEswic4","category":"receive","amount":0.10000000,"confirmations":0,"txid":"e9993ba61431517be3dda00c279eb78e3fff642c73c518a1132b2acb361cd08a","walletconflicts":[],"time":1408866909,"timereceived":1408866909},{"account":"","address":"moxTsNdz9h7F7vDXgpzeR4DjcVduEswic4","category":"send","amount":-0.10000000,"fee":-0.00010000,"confirmations":0,"txid":"e9993ba61431517be3dda00c279eb78e3fff642c73c518a1132b2acb361cd08a","walletconflicts":[],"time":1408866909,"timereceived":1408866909}],"error":null,"id":"jsonrpc"}
571
533
  http_version:
572
- recorded_at: Sat, 23 Aug 2014 09:43:23 GMT
534
+ recorded_at: Sun, 24 Aug 2014 07:55:09 GMT
573
535
  recorded_with: VCR 2.8.0