bit_wallet 0.7.3 → 0.7.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (20) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/lib/bit_wallet/account.rb +8 -1
  4. data/lib/bit_wallet/version.rb +1 -1
  5. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_be_able_to_override_the_min_conf.yml +4 -4
  6. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_default_to_the_config_min_conf.yml +4 -4
  7. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_return_the_balance_of_the_account.yml +8 -8
  8. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_recent_transactions/should_default_to_list_10_transactions.yml +54 -54
  9. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_recent_transactions/when_transaction_limit_is_6/should_list_the_6_most_recent_transactions.yml +42 -42
  10. 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 +15 -15
  11. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_send_amount/account_does_not_have_enough_money/should_fail_with_the_InsufficientFunds_error.yml +12 -12
  12. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_send_amount/should_send_money_to_the_given_address.yml +15 -15
  13. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_send_many/should_send_the_amounts_of_money_to_the_specified_accounts.yml +18 -18
  14. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_total_received/should_return_the_total_amount_received_by_the_address.yml +4 -4
  15. data/spec/fixtures/vcr_cassettes/BitWallet_Account/addresses/.yml +4 -4
  16. data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/should_be_assigned_that_name.yml +4 -4
  17. data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/should_have_a_default_name.yml +4 -4
  18. data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/when_the_account_name_already_exists/should_return_that_same_address.yml +4 -4
  19. data/spec/fixtures/vcr_cassettes/BitWallet_Account/wallet/.yml +4 -4
  20. metadata +2 -2
@@ -23,7 +23,7 @@ http_interactions:
23
23
  message: OK
24
24
  headers:
25
25
  Date:
26
- - Sun, 24 Aug 2014 06:46:18 +0000
26
+ - Sat, 30 Aug 2014 12:40:35 +0000
27
27
  Connection:
28
28
  - keep-alive
29
29
  Content-Length:
@@ -35,9 +35,9 @@ http_interactions:
35
35
  body:
36
36
  encoding: UTF-8
37
37
  string: |
38
- {"result":"muG4QrN3qRFaGArbWPAqwgKr85Rdb1BHnM","error":null,"id":"jsonrpc"}
38
+ {"result":"mq2eJKEErU5bTu5svZfpJbJCnj4teYADgz","error":null,"id":"jsonrpc"}
39
39
  http_version:
40
- recorded_at: Sun, 24 Aug 2014 06:46:18 GMT
40
+ recorded_at: Sat, 30 Aug 2014 12:40:35 GMT
41
41
  - request:
42
42
  method: post
43
43
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
@@ -61,7 +61,7 @@ http_interactions:
61
61
  message: OK
62
62
  headers:
63
63
  Date:
64
- - Sun, 24 Aug 2014 06:46:18 +0000
64
+ - Sat, 30 Aug 2014 12:40:35 +0000
65
65
  Connection:
66
66
  - keep-alive
67
67
  Content-Length:
@@ -73,15 +73,15 @@ http_interactions:
73
73
  body:
74
74
  encoding: UTF-8
75
75
  string: |
76
- {"result":"mzRXpNsorJRSBvv8qBMgDDmaS4KB5VUJmi","error":null,"id":"jsonrpc"}
76
+ {"result":"mfp32j8jnaYeD4MfDt84noVTP6ABk6MDpL","error":null,"id":"jsonrpc"}
77
77
  http_version:
78
- recorded_at: Sun, 24 Aug 2014 06:46:18 GMT
78
+ recorded_at: Sat, 30 Aug 2014 12:40:35 GMT
79
79
  - request:
80
80
  method: post
81
81
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
82
82
  body:
83
83
  encoding: UTF-8
84
- string: '{"method":"sendfrom","params":["","mzRXpNsorJRSBvv8qBMgDDmaS4KB5VUJmi",1,0],"id":"jsonrpc"}'
84
+ string: '{"method":"sendfrom","params":["","mfp32j8jnaYeD4MfDt84noVTP6ABk6MDpL",1,0],"id":"jsonrpc"}'
85
85
  headers:
86
86
  Accept:
87
87
  - "*/*; q=0.5, application/xml"
@@ -99,7 +99,7 @@ http_interactions:
99
99
  message: OK
100
100
  headers:
101
101
  Date:
102
- - Sun, 24 Aug 2014 06:46:18 +0000
102
+ - Sat, 30 Aug 2014 12:40:35 +0000
103
103
  Connection:
104
104
  - keep-alive
105
105
  Content-Length:
@@ -111,15 +111,15 @@ http_interactions:
111
111
  body:
112
112
  encoding: UTF-8
113
113
  string: |
114
- {"result":"54ed24192af423c9643c788e5bc1ae12ae11e907b8accf652ca666c2d3fa8980","error":null,"id":"jsonrpc"}
114
+ {"result":"780ea98862d2c6d6e55af8b021ddcc8e2f4683c3f1691eabc3b1d804b12446fa","error":null,"id":"jsonrpc"}
115
115
  http_version:
116
- recorded_at: Sun, 24 Aug 2014 06:46:18 GMT
116
+ recorded_at: Sat, 30 Aug 2014 12:40:35 GMT
117
117
  - request:
118
118
  method: post
119
119
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
120
120
  body:
121
121
  encoding: UTF-8
122
- string: '{"method":"sendfrom","params":["","mzRXpNsorJRSBvv8qBMgDDmaS4KB5VUJmi",2,0],"id":"jsonrpc"}'
122
+ string: '{"method":"sendfrom","params":["","mfp32j8jnaYeD4MfDt84noVTP6ABk6MDpL",2,0],"id":"jsonrpc"}'
123
123
  headers:
124
124
  Accept:
125
125
  - "*/*; q=0.5, application/xml"
@@ -137,7 +137,7 @@ http_interactions:
137
137
  message: OK
138
138
  headers:
139
139
  Date:
140
- - Sun, 24 Aug 2014 06:46:18 +0000
140
+ - Sat, 30 Aug 2014 12:40:35 +0000
141
141
  Connection:
142
142
  - keep-alive
143
143
  Content-Length:
@@ -149,15 +149,15 @@ http_interactions:
149
149
  body:
150
150
  encoding: UTF-8
151
151
  string: |
152
- {"result":"dd72804d0a8dcc73b01015de035efe6b12b1fb9ca0e34507980bd5c8e481617f","error":null,"id":"jsonrpc"}
152
+ {"result":"8e3f31d91ce2e43c59d0188bfa5e32175f9c713d366fce5463c5103a11b76212","error":null,"id":"jsonrpc"}
153
153
  http_version:
154
- recorded_at: Sun, 24 Aug 2014 06:46:18 GMT
154
+ recorded_at: Sat, 30 Aug 2014 12:40:35 GMT
155
155
  - request:
156
156
  method: post
157
157
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
158
158
  body:
159
159
  encoding: UTF-8
160
- string: '{"method":"sendfrom","params":["","mzRXpNsorJRSBvv8qBMgDDmaS4KB5VUJmi",3,0],"id":"jsonrpc"}'
160
+ string: '{"method":"sendfrom","params":["","mfp32j8jnaYeD4MfDt84noVTP6ABk6MDpL",3,0],"id":"jsonrpc"}'
161
161
  headers:
162
162
  Accept:
163
163
  - "*/*; q=0.5, application/xml"
@@ -175,7 +175,7 @@ http_interactions:
175
175
  message: OK
176
176
  headers:
177
177
  Date:
178
- - Sun, 24 Aug 2014 06:46:18 +0000
178
+ - Sat, 30 Aug 2014 12:40:35 +0000
179
179
  Connection:
180
180
  - keep-alive
181
181
  Content-Length:
@@ -187,15 +187,15 @@ http_interactions:
187
187
  body:
188
188
  encoding: UTF-8
189
189
  string: |
190
- {"result":"35b07196d4b6fb0057db1fe12db9425bbf9212ad2a985333c01c3b4a09745b37","error":null,"id":"jsonrpc"}
190
+ {"result":"55b7f70b97c86b691d35a64efe306b4fee890e20717a790b5525fee0dbd00cb0","error":null,"id":"jsonrpc"}
191
191
  http_version:
192
- recorded_at: Sun, 24 Aug 2014 06:46:18 GMT
192
+ recorded_at: Sat, 30 Aug 2014 12:40:35 GMT
193
193
  - request:
194
194
  method: post
195
195
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
196
196
  body:
197
197
  encoding: UTF-8
198
- string: '{"method":"sendfrom","params":["","mzRXpNsorJRSBvv8qBMgDDmaS4KB5VUJmi",4,0],"id":"jsonrpc"}'
198
+ string: '{"method":"sendfrom","params":["","mfp32j8jnaYeD4MfDt84noVTP6ABk6MDpL",4,0],"id":"jsonrpc"}'
199
199
  headers:
200
200
  Accept:
201
201
  - "*/*; q=0.5, application/xml"
@@ -213,7 +213,7 @@ http_interactions:
213
213
  message: OK
214
214
  headers:
215
215
  Date:
216
- - Sun, 24 Aug 2014 06:46:18 +0000
216
+ - Sat, 30 Aug 2014 12:40:35 +0000
217
217
  Connection:
218
218
  - keep-alive
219
219
  Content-Length:
@@ -225,15 +225,15 @@ http_interactions:
225
225
  body:
226
226
  encoding: UTF-8
227
227
  string: |
228
- {"result":"6398313422466463be3ad6048e50b95a587627b7c62e672c55a56f190c40d81b","error":null,"id":"jsonrpc"}
228
+ {"result":"632c36db05d1aeceff9d54277d04d86a3bbe0074d17653f4d28d6d3cd93e2a1c","error":null,"id":"jsonrpc"}
229
229
  http_version:
230
- recorded_at: Sun, 24 Aug 2014 06:46:18 GMT
230
+ recorded_at: Sat, 30 Aug 2014 12:40:35 GMT
231
231
  - request:
232
232
  method: post
233
233
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
234
234
  body:
235
235
  encoding: UTF-8
236
- string: '{"method":"sendfrom","params":["","mzRXpNsorJRSBvv8qBMgDDmaS4KB5VUJmi",5,0],"id":"jsonrpc"}'
236
+ string: '{"method":"sendfrom","params":["","mfp32j8jnaYeD4MfDt84noVTP6ABk6MDpL",5,0],"id":"jsonrpc"}'
237
237
  headers:
238
238
  Accept:
239
239
  - "*/*; q=0.5, application/xml"
@@ -251,7 +251,7 @@ http_interactions:
251
251
  message: OK
252
252
  headers:
253
253
  Date:
254
- - Sun, 24 Aug 2014 06:46:18 +0000
254
+ - Sat, 30 Aug 2014 12:40:35 +0000
255
255
  Connection:
256
256
  - keep-alive
257
257
  Content-Length:
@@ -263,15 +263,15 @@ http_interactions:
263
263
  body:
264
264
  encoding: UTF-8
265
265
  string: |
266
- {"result":"edc7a87570a86ee6631bd22127fa3cb6a1addef65d35b6b3ca0efe24baea6463","error":null,"id":"jsonrpc"}
266
+ {"result":"46f95809237bcd5785d9ee5e657635f888f1fc71b97eb206143e7245ca192bd6","error":null,"id":"jsonrpc"}
267
267
  http_version:
268
- recorded_at: Sun, 24 Aug 2014 06:46:18 GMT
268
+ recorded_at: Sat, 30 Aug 2014 12:40:35 GMT
269
269
  - request:
270
270
  method: post
271
271
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
272
272
  body:
273
273
  encoding: UTF-8
274
- string: '{"method":"sendfrom","params":["","mzRXpNsorJRSBvv8qBMgDDmaS4KB5VUJmi",6,0],"id":"jsonrpc"}'
274
+ string: '{"method":"sendfrom","params":["","mfp32j8jnaYeD4MfDt84noVTP6ABk6MDpL",6,0],"id":"jsonrpc"}'
275
275
  headers:
276
276
  Accept:
277
277
  - "*/*; q=0.5, application/xml"
@@ -289,7 +289,7 @@ http_interactions:
289
289
  message: OK
290
290
  headers:
291
291
  Date:
292
- - Sun, 24 Aug 2014 06:46:18 +0000
292
+ - Sat, 30 Aug 2014 12:40:35 +0000
293
293
  Connection:
294
294
  - keep-alive
295
295
  Content-Length:
@@ -301,15 +301,15 @@ http_interactions:
301
301
  body:
302
302
  encoding: UTF-8
303
303
  string: |
304
- {"result":"ec856ba14f892cb6aa329162eb38b4998565de6f67fe04e2d359c9d4fc9f8056","error":null,"id":"jsonrpc"}
304
+ {"result":"4594baecab7e765cdc829f74ec9bb0d8225976b296c3e8d6c57708fe329240fc","error":null,"id":"jsonrpc"}
305
305
  http_version:
306
- recorded_at: Sun, 24 Aug 2014 06:46:18 GMT
306
+ recorded_at: Sat, 30 Aug 2014 12:40:35 GMT
307
307
  - request:
308
308
  method: post
309
309
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
310
310
  body:
311
311
  encoding: UTF-8
312
- string: '{"method":"sendfrom","params":["","mzRXpNsorJRSBvv8qBMgDDmaS4KB5VUJmi",7,0],"id":"jsonrpc"}'
312
+ string: '{"method":"sendfrom","params":["","mfp32j8jnaYeD4MfDt84noVTP6ABk6MDpL",7,0],"id":"jsonrpc"}'
313
313
  headers:
314
314
  Accept:
315
315
  - "*/*; q=0.5, application/xml"
@@ -327,7 +327,7 @@ http_interactions:
327
327
  message: OK
328
328
  headers:
329
329
  Date:
330
- - Sun, 24 Aug 2014 06:46:18 +0000
330
+ - Sat, 30 Aug 2014 12:40:35 +0000
331
331
  Connection:
332
332
  - keep-alive
333
333
  Content-Length:
@@ -339,15 +339,15 @@ http_interactions:
339
339
  body:
340
340
  encoding: UTF-8
341
341
  string: |
342
- {"result":"446d7ffdd70c8d0ab3dd77374227b5d84f56819eff701d8e9959f43cdfec8c38","error":null,"id":"jsonrpc"}
342
+ {"result":"a884d8a67ae0b70fe06946659c961816088b5d79c47ccc9f241f457545d00989","error":null,"id":"jsonrpc"}
343
343
  http_version:
344
- recorded_at: Sun, 24 Aug 2014 06:46:18 GMT
344
+ recorded_at: Sat, 30 Aug 2014 12:40:35 GMT
345
345
  - request:
346
346
  method: post
347
347
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
348
348
  body:
349
349
  encoding: UTF-8
350
- string: '{"method":"sendfrom","params":["","mzRXpNsorJRSBvv8qBMgDDmaS4KB5VUJmi",8,0],"id":"jsonrpc"}'
350
+ string: '{"method":"sendfrom","params":["","mfp32j8jnaYeD4MfDt84noVTP6ABk6MDpL",8,0],"id":"jsonrpc"}'
351
351
  headers:
352
352
  Accept:
353
353
  - "*/*; q=0.5, application/xml"
@@ -365,7 +365,7 @@ http_interactions:
365
365
  message: OK
366
366
  headers:
367
367
  Date:
368
- - Sun, 24 Aug 2014 06:46:18 +0000
368
+ - Sat, 30 Aug 2014 12:40:35 +0000
369
369
  Connection:
370
370
  - keep-alive
371
371
  Content-Length:
@@ -377,9 +377,9 @@ http_interactions:
377
377
  body:
378
378
  encoding: UTF-8
379
379
  string: |
380
- {"result":"29c84ce02cae29f38df484dd3d6c3f0c96cdfc6b956de380515133e998b655d3","error":null,"id":"jsonrpc"}
380
+ {"result":"18b994956f677e046cb7b37213f5e03788c9a83b0588ee970724d8a9c8ce206a","error":null,"id":"jsonrpc"}
381
381
  http_version:
382
- recorded_at: Sun, 24 Aug 2014 06:46:18 GMT
382
+ recorded_at: Sat, 30 Aug 2014 12:40:35 GMT
383
383
  - request:
384
384
  method: post
385
385
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
@@ -403,7 +403,7 @@ http_interactions:
403
403
  message: OK
404
404
  headers:
405
405
  Date:
406
- - Sun, 24 Aug 2014 06:46:18 +0000
406
+ - Sat, 30 Aug 2014 12:40:35 +0000
407
407
  Connection:
408
408
  - keep-alive
409
409
  Content-Length:
@@ -415,7 +415,7 @@ http_interactions:
415
415
  body:
416
416
  encoding: UTF-8
417
417
  string: |
418
- {"result":[{"account":"1","address":"mzRXpNsorJRSBvv8qBMgDDmaS4KB5VUJmi","category":"receive","amount":3.00000000,"confirmations":0,"txid":"35b07196d4b6fb0057db1fe12db9425bbf9212ad2a985333c01c3b4a09745b37","walletconflicts":[],"time":1408862778,"timereceived":1408862778},{"account":"1","address":"mzRXpNsorJRSBvv8qBMgDDmaS4KB5VUJmi","category":"receive","amount":4.00000000,"confirmations":0,"txid":"6398313422466463be3ad6048e50b95a587627b7c62e672c55a56f190c40d81b","walletconflicts":[],"time":1408862778,"timereceived":1408862778},{"account":"1","address":"mzRXpNsorJRSBvv8qBMgDDmaS4KB5VUJmi","category":"receive","amount":5.00000000,"confirmations":0,"txid":"edc7a87570a86ee6631bd22127fa3cb6a1addef65d35b6b3ca0efe24baea6463","walletconflicts":[],"time":1408862778,"timereceived":1408862778},{"account":"1","address":"mzRXpNsorJRSBvv8qBMgDDmaS4KB5VUJmi","category":"receive","amount":6.00000000,"confirmations":0,"txid":"ec856ba14f892cb6aa329162eb38b4998565de6f67fe04e2d359c9d4fc9f8056","walletconflicts":[],"time":1408862778,"timereceived":1408862778},{"account":"1","address":"mzRXpNsorJRSBvv8qBMgDDmaS4KB5VUJmi","category":"receive","amount":7.00000000,"confirmations":0,"txid":"446d7ffdd70c8d0ab3dd77374227b5d84f56819eff701d8e9959f43cdfec8c38","walletconflicts":[],"time":1408862778,"timereceived":1408862778},{"account":"1","address":"mzRXpNsorJRSBvv8qBMgDDmaS4KB5VUJmi","category":"receive","amount":8.00000000,"confirmations":0,"txid":"29c84ce02cae29f38df484dd3d6c3f0c96cdfc6b956de380515133e998b655d3","walletconflicts":[],"time":1408862778,"timereceived":1408862778}],"error":null,"id":"jsonrpc"}
418
+ {"result":[{"account":"1","address":"mfp32j8jnaYeD4MfDt84noVTP6ABk6MDpL","category":"receive","amount":3.00000000,"confirmations":0,"txid":"55b7f70b97c86b691d35a64efe306b4fee890e20717a790b5525fee0dbd00cb0","walletconflicts":[],"time":1409402435,"timereceived":1409402435},{"account":"1","address":"mfp32j8jnaYeD4MfDt84noVTP6ABk6MDpL","category":"receive","amount":4.00000000,"confirmations":0,"txid":"632c36db05d1aeceff9d54277d04d86a3bbe0074d17653f4d28d6d3cd93e2a1c","walletconflicts":[],"time":1409402435,"timereceived":1409402435},{"account":"1","address":"mfp32j8jnaYeD4MfDt84noVTP6ABk6MDpL","category":"receive","amount":5.00000000,"confirmations":0,"txid":"46f95809237bcd5785d9ee5e657635f888f1fc71b97eb206143e7245ca192bd6","walletconflicts":[],"time":1409402435,"timereceived":1409402435},{"account":"1","address":"mfp32j8jnaYeD4MfDt84noVTP6ABk6MDpL","category":"receive","amount":6.00000000,"confirmations":0,"txid":"4594baecab7e765cdc829f74ec9bb0d8225976b296c3e8d6c57708fe329240fc","walletconflicts":[],"time":1409402435,"timereceived":1409402435},{"account":"1","address":"mfp32j8jnaYeD4MfDt84noVTP6ABk6MDpL","category":"receive","amount":7.00000000,"confirmations":0,"txid":"a884d8a67ae0b70fe06946659c961816088b5d79c47ccc9f241f457545d00989","walletconflicts":[],"time":1409402435,"timereceived":1409402435},{"account":"1","address":"mfp32j8jnaYeD4MfDt84noVTP6ABk6MDpL","category":"receive","amount":8.00000000,"confirmations":0,"txid":"18b994956f677e046cb7b37213f5e03788c9a83b0588ee970724d8a9c8ce206a","walletconflicts":[],"time":1409402435,"timereceived":1409402435}],"error":null,"id":"jsonrpc"}
419
419
  http_version:
420
- recorded_at: Sun, 24 Aug 2014 06:46:18 GMT
421
- recorded_with: VCR 2.8.0
420
+ recorded_at: Sat, 30 Aug 2014 12:40:35 GMT
421
+ recorded_with: VCR 2.9.2
@@ -23,7 +23,7 @@ http_interactions:
23
23
  message: OK
24
24
  headers:
25
25
  Date:
26
- - Sun, 24 Aug 2014 06:45:56 +0000
26
+ - Sat, 30 Aug 2014 12:35:15 +0000
27
27
  Connection:
28
28
  - keep-alive
29
29
  Content-Length:
@@ -35,9 +35,9 @@ http_interactions:
35
35
  body:
36
36
  encoding: UTF-8
37
37
  string: |
38
- {"result":"mtpPZU5nMUnjqdd35NpXjHWzM9sCLf1P2K","error":null,"id":"jsonrpc"}
38
+ {"result":"mpMuSjZQwXbCiFHna32c8gGD1uLChY4x5z","error":null,"id":"jsonrpc"}
39
39
  http_version:
40
- recorded_at: Sun, 24 Aug 2014 06:45:56 GMT
40
+ recorded_at: Sat, 30 Aug 2014 12:35:15 GMT
41
41
  - request:
42
42
  method: post
43
43
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
@@ -61,7 +61,7 @@ http_interactions:
61
61
  message: OK
62
62
  headers:
63
63
  Date:
64
- - Sun, 24 Aug 2014 06:45:56 +0000
64
+ - Sat, 30 Aug 2014 12:35:15 +0000
65
65
  Connection:
66
66
  - keep-alive
67
67
  Content-Length:
@@ -73,9 +73,9 @@ http_interactions:
73
73
  body:
74
74
  encoding: UTF-8
75
75
  string: |
76
- {"result":"n2RKCLtZGjqjSVpKgWdUWUQN8fYt1rjBB4","error":null,"id":"jsonrpc"}
76
+ {"result":"ms6iLtEMCZgU3KG3p3bUxqvNeSUFvQHurf","error":null,"id":"jsonrpc"}
77
77
  http_version:
78
- recorded_at: Sun, 24 Aug 2014 06:45:56 GMT
78
+ recorded_at: Sat, 30 Aug 2014 12:35:15 GMT
79
79
  - request:
80
80
  method: post
81
81
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
@@ -99,7 +99,7 @@ http_interactions:
99
99
  message: OK
100
100
  headers:
101
101
  Date:
102
- - Sun, 24 Aug 2014 06:45:56 +0000
102
+ - Sat, 30 Aug 2014 12:35:15 +0000
103
103
  Connection:
104
104
  - keep-alive
105
105
  Content-Length:
@@ -113,13 +113,13 @@ http_interactions:
113
113
  string: |
114
114
  {"result":0.00000000,"error":null,"id":"jsonrpc"}
115
115
  http_version:
116
- recorded_at: Sun, 24 Aug 2014 06:45:56 GMT
116
+ recorded_at: Sat, 30 Aug 2014 12:35:15 GMT
117
117
  - request:
118
118
  method: post
119
119
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
120
120
  body:
121
121
  encoding: UTF-8
122
- string: '{"method":"sendfrom","params":["","n2RKCLtZGjqjSVpKgWdUWUQN8fYt1rjBB4",5.2,0],"id":"jsonrpc"}'
122
+ string: '{"method":"sendfrom","params":["","ms6iLtEMCZgU3KG3p3bUxqvNeSUFvQHurf",5.2,0],"id":"jsonrpc"}'
123
123
  headers:
124
124
  Accept:
125
125
  - "*/*; q=0.5, application/xml"
@@ -137,7 +137,7 @@ http_interactions:
137
137
  message: OK
138
138
  headers:
139
139
  Date:
140
- - Sun, 24 Aug 2014 06:45:56 +0000
140
+ - Sat, 30 Aug 2014 12:35:15 +0000
141
141
  Connection:
142
142
  - keep-alive
143
143
  Content-Length:
@@ -149,9 +149,9 @@ http_interactions:
149
149
  body:
150
150
  encoding: UTF-8
151
151
  string: |
152
- {"result":"ebe31f51d52c28f8da32322a329f1ea433b5028ac9bba5b4d5007a2a807ad314","error":null,"id":"jsonrpc"}
152
+ {"result":"03bb989b2202cb5ba64a8bc5b271e004aa923199771640d09ff4cb2e17216931","error":null,"id":"jsonrpc"}
153
153
  http_version:
154
- recorded_at: Sun, 24 Aug 2014 06:45:56 GMT
154
+ recorded_at: Sat, 30 Aug 2014 12:35:15 GMT
155
155
  - request:
156
156
  method: post
157
157
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
@@ -175,7 +175,7 @@ http_interactions:
175
175
  message: OK
176
176
  headers:
177
177
  Date:
178
- - Sun, 24 Aug 2014 06:45:56 +0000
178
+ - Sat, 30 Aug 2014 12:35:15 +0000
179
179
  Connection:
180
180
  - keep-alive
181
181
  Content-Length:
@@ -189,5 +189,5 @@ http_interactions:
189
189
  string: |
190
190
  {"result":5.20000000,"error":null,"id":"jsonrpc"}
191
191
  http_version:
192
- recorded_at: Sun, 24 Aug 2014 06:45:56 GMT
193
- recorded_with: VCR 2.8.0
192
+ recorded_at: Sat, 30 Aug 2014 12:35:15 GMT
193
+ recorded_with: VCR 2.9.2
@@ -23,7 +23,7 @@ http_interactions:
23
23
  message: OK
24
24
  headers:
25
25
  Date:
26
- - Sun, 24 Aug 2014 06:46:04 +0000
26
+ - Sat, 30 Aug 2014 12:35:22 +0000
27
27
  Connection:
28
28
  - keep-alive
29
29
  Content-Length:
@@ -35,9 +35,9 @@ http_interactions:
35
35
  body:
36
36
  encoding: UTF-8
37
37
  string: |
38
- {"result":"n4rDSrcHj31ZUHx22G3o15XEYvxBd4THDN","error":null,"id":"jsonrpc"}
38
+ {"result":"n3B1RCH2ZY9EkoXfdogoqLLEuojhMdiJCM","error":null,"id":"jsonrpc"}
39
39
  http_version:
40
- recorded_at: Sun, 24 Aug 2014 06:46:04 GMT
40
+ recorded_at: Sat, 30 Aug 2014 12:35:22 GMT
41
41
  - request:
42
42
  method: post
43
43
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
@@ -61,7 +61,7 @@ http_interactions:
61
61
  message: OK
62
62
  headers:
63
63
  Date:
64
- - Sun, 24 Aug 2014 06:46:04 +0000
64
+ - Sat, 30 Aug 2014 12:35:22 +0000
65
65
  Connection:
66
66
  - keep-alive
67
67
  Content-Length:
@@ -73,9 +73,9 @@ http_interactions:
73
73
  body:
74
74
  encoding: UTF-8
75
75
  string: |
76
- {"result":"mq81jY1wZMTPENLY4iV13bWDk8gCJpJDZL","error":null,"id":"jsonrpc"}
76
+ {"result":"mtDPTH7b5w2AqwQqkBEEL17RQMJ8QU3oyY","error":null,"id":"jsonrpc"}
77
77
  http_version:
78
- recorded_at: Sun, 24 Aug 2014 06:46:04 GMT
78
+ recorded_at: Sat, 30 Aug 2014 12:35:22 GMT
79
79
  - request:
80
80
  method: post
81
81
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
@@ -99,7 +99,7 @@ http_interactions:
99
99
  message: OK
100
100
  headers:
101
101
  Date:
102
- - Sun, 24 Aug 2014 06:46:04 +0000
102
+ - Sat, 30 Aug 2014 12:35:22 +0000
103
103
  Connection:
104
104
  - keep-alive
105
105
  Content-Length:
@@ -113,13 +113,13 @@ http_interactions:
113
113
  string: |
114
114
  {"result":50.00000000,"error":null,"id":"jsonrpc"}
115
115
  http_version:
116
- recorded_at: Sun, 24 Aug 2014 06:46:04 GMT
116
+ recorded_at: Sat, 30 Aug 2014 12:35:22 GMT
117
117
  - request:
118
118
  method: post
119
119
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
120
120
  body:
121
121
  encoding: UTF-8
122
- string: '{"method":"sendfrom","params":["","mq81jY1wZMTPENLY4iV13bWDk8gCJpJDZL",60.0,0],"id":"jsonrpc"}'
122
+ string: '{"method":"sendfrom","params":["","mtDPTH7b5w2AqwQqkBEEL17RQMJ8QU3oyY",60.0,0],"id":"jsonrpc"}'
123
123
  headers:
124
124
  Accept:
125
125
  - "*/*; q=0.5, application/xml"
@@ -137,7 +137,7 @@ http_interactions:
137
137
  message: Internal Server Error
138
138
  headers:
139
139
  Date:
140
- - Sun, 24 Aug 2014 06:46:04 +0000
140
+ - Sat, 30 Aug 2014 12:35:22 +0000
141
141
  Connection:
142
142
  - close
143
143
  Content-Length:
@@ -151,5 +151,5 @@ http_interactions:
151
151
  string: |
152
152
  {"result":null,"error":{"code":-6,"message":"Account has insufficient funds"},"id":"jsonrpc"}
153
153
  http_version:
154
- recorded_at: Sun, 24 Aug 2014 06:46:04 GMT
155
- recorded_with: VCR 2.8.0
154
+ recorded_at: Sat, 30 Aug 2014 12:35:22 GMT
155
+ recorded_with: VCR 2.9.2
@@ -23,7 +23,7 @@ http_interactions:
23
23
  message: OK
24
24
  headers:
25
25
  Date:
26
- - Sun, 24 Aug 2014 06:45:49 +0000
26
+ - Sat, 30 Aug 2014 12:35:07 +0000
27
27
  Connection:
28
28
  - keep-alive
29
29
  Content-Length:
@@ -35,9 +35,9 @@ http_interactions:
35
35
  body:
36
36
  encoding: UTF-8
37
37
  string: |
38
- {"result":"mpbZVRUdivUX7u9Fn4iLKfTdsWnM4ixUwB","error":null,"id":"jsonrpc"}
38
+ {"result":"n2we8X9Am68ia9gecXdKqjpTej1z63nNVg","error":null,"id":"jsonrpc"}
39
39
  http_version:
40
- recorded_at: Sun, 24 Aug 2014 06:45:49 GMT
40
+ recorded_at: Sat, 30 Aug 2014 12:35:07 GMT
41
41
  - request:
42
42
  method: post
43
43
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
@@ -61,7 +61,7 @@ http_interactions:
61
61
  message: OK
62
62
  headers:
63
63
  Date:
64
- - Sun, 24 Aug 2014 06:45:50 +0000
64
+ - Sat, 30 Aug 2014 12:35:07 +0000
65
65
  Connection:
66
66
  - keep-alive
67
67
  Content-Length:
@@ -73,9 +73,9 @@ http_interactions:
73
73
  body:
74
74
  encoding: UTF-8
75
75
  string: |
76
- {"result":"mxV7WDMqCg4PChZJ2hx7pPwhZJTAoZiamC","error":null,"id":"jsonrpc"}
76
+ {"result":"muw21unt4ZFbM38xFiwXEZN63yBDn8vwVP","error":null,"id":"jsonrpc"}
77
77
  http_version:
78
- recorded_at: Sun, 24 Aug 2014 06:45:50 GMT
78
+ recorded_at: Sat, 30 Aug 2014 12:35:07 GMT
79
79
  - request:
80
80
  method: post
81
81
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
@@ -99,7 +99,7 @@ http_interactions:
99
99
  message: OK
100
100
  headers:
101
101
  Date:
102
- - Sun, 24 Aug 2014 06:45:50 +0000
102
+ - Sat, 30 Aug 2014 12:35:07 +0000
103
103
  Connection:
104
104
  - keep-alive
105
105
  Content-Length:
@@ -113,13 +113,13 @@ http_interactions:
113
113
  string: |
114
114
  {"result":0.00000000,"error":null,"id":"jsonrpc"}
115
115
  http_version:
116
- recorded_at: Sun, 24 Aug 2014 06:45:50 GMT
116
+ recorded_at: Sat, 30 Aug 2014 12:35:07 GMT
117
117
  - request:
118
118
  method: post
119
119
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
120
120
  body:
121
121
  encoding: UTF-8
122
- string: '{"method":"sendfrom","params":["","mxV7WDMqCg4PChZJ2hx7pPwhZJTAoZiamC",5.5,0],"id":"jsonrpc"}'
122
+ string: '{"method":"sendfrom","params":["","muw21unt4ZFbM38xFiwXEZN63yBDn8vwVP",5.5,0],"id":"jsonrpc"}'
123
123
  headers:
124
124
  Accept:
125
125
  - "*/*; q=0.5, application/xml"
@@ -137,7 +137,7 @@ http_interactions:
137
137
  message: OK
138
138
  headers:
139
139
  Date:
140
- - Sun, 24 Aug 2014 06:45:50 +0000
140
+ - Sat, 30 Aug 2014 12:35:07 +0000
141
141
  Connection:
142
142
  - keep-alive
143
143
  Content-Length:
@@ -149,9 +149,9 @@ http_interactions:
149
149
  body:
150
150
  encoding: UTF-8
151
151
  string: |
152
- {"result":"80341c71d69c345c2e0cf652d335cb06c91b32b9bac34c340bfdc9cf39811df3","error":null,"id":"jsonrpc"}
152
+ {"result":"ce86273ffb943a7bd3612079f3459fc80ad2e4342a083cfbb800c16d36b11292","error":null,"id":"jsonrpc"}
153
153
  http_version:
154
- recorded_at: Sun, 24 Aug 2014 06:45:50 GMT
154
+ recorded_at: Sat, 30 Aug 2014 12:35:07 GMT
155
155
  - request:
156
156
  method: post
157
157
  uri: http://bitcoinrpc:thisisjustapasswordfortesting@localhost:19001/
@@ -175,7 +175,7 @@ http_interactions:
175
175
  message: OK
176
176
  headers:
177
177
  Date:
178
- - Sun, 24 Aug 2014 06:45:50 +0000
178
+ - Sat, 30 Aug 2014 12:35:07 +0000
179
179
  Connection:
180
180
  - keep-alive
181
181
  Content-Length:
@@ -189,5 +189,5 @@ http_interactions:
189
189
  string: |
190
190
  {"result":5.50000000,"error":null,"id":"jsonrpc"}
191
191
  http_version:
192
- recorded_at: Sun, 24 Aug 2014 06:45:50 GMT
193
- recorded_with: VCR 2.8.0
192
+ recorded_at: Sat, 30 Aug 2014 12:35:07 GMT
193
+ recorded_with: VCR 2.9.2