bit_wallet 0.6.0 → 0.6.1

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 (40) hide show
  1. checksums.yaml +8 -8
  2. data/CHANGELOG.md +4 -0
  3. data/bit_wallet.gemspec +1 -1
  4. data/lib/bit_wallet/version.rb +1 -1
  5. data/lib/bit_wallet/wallet.rb +0 -2
  6. data/spec/bit_wallet/accounts_spec.rb +32 -30
  7. data/spec/bit_wallet/wallet_spec.rb +48 -32
  8. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_be_able_to_override_the_min_conf.yml +15 -83
  9. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_default_to_the_config_min_conf.yml +15 -83
  10. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_return_the_balance_of_the_account.yml +23 -87
  11. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_recent_transactions/should_default_to_list_10_transactions.yml +85 -129
  12. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_recent_transactions/when_transaction_limit_is_6/should_list_the_6_most_recent_transactions.yml +67 -117
  13. 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 +32 -94
  14. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_send_amount/account_does_not_have_enough_money/should_fail_with_the_InsufficientFunds_error.yml +26 -90
  15. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_send_amount/should_send_money_to_the_given_address.yml +29 -91
  16. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_send_many/should_send_the_amounts_of_money_to_the_specified_accounts.yml +30 -16
  17. data/spec/fixtures/vcr_cassettes/BitWallet_Account/_total_received/should_return_the_total_amount_received_by_the_address.yml +6 -4
  18. data/spec/fixtures/vcr_cassettes/BitWallet_Account/addresses/.yml +6 -4
  19. data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/should_be_assigned_that_name.yml +15 -83
  20. data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/should_have_a_default_name.yml +6 -4
  21. data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/when_the_account_name_already_exists/should_return_that_same_address.yml +15 -83
  22. data/spec/fixtures/vcr_cassettes/BitWallet_Account/wallet/.yml +6 -4
  23. data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/_includes_account_name_account_/should_return_true_if_the_array_includes_the_account.yml +15 -120
  24. data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/_new/should_create_a_new_BitWallet_Account_with_a_default_address.yml +15 -120
  25. data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/_with_balance/should_return_accounts_with_a_balance_0.yml +19 -370
  26. data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/wallet/.yml +11 -118
  27. data/spec/fixtures/vcr_cassettes/BitWallet_Address/_total_received/should_return_the_total_amount_received_by_the_address.yml +11 -7
  28. data/spec/fixtures/vcr_cassettes/BitWallet_Address/account/.yml +11 -7
  29. data/spec/fixtures/vcr_cassettes/BitWallet_Address/on_initialization/address_given_already_exists/should_not_create_an_address.yml +6 -4
  30. data/spec/fixtures/vcr_cassettes/BitWallet_Address/on_initialization/no_address_is_given/should_create_an_address.yml +11 -7
  31. data/spec/fixtures/vcr_cassettes/BitWallet_Addresses/_new/with_address_string_given/should_return_an_Address_with_the_given_address_string.yml +6 -4
  32. data/spec/fixtures/vcr_cassettes/BitWallet_Addresses/_new/without_any_address_string_given/should_return_an_Address_that_points_to_the_same_account.yml +11 -7
  33. data/spec/fixtures/vcr_cassettes/BitWallet_Addresses/account/.yml +6 -4
  34. data/spec/fixtures/vcr_cassettes/BitWallet_Addresses/new/.yml +11 -7
  35. data/spec/fixtures/vcr_cassettes/BitWallet_Transaction/on_initialization/should_be_able_to_take_a_bitcoind_hash.yml +15 -231
  36. data/spec/fixtures/vcr_cassettes/BitWallet_Wallet/_accounts/should_return_array_of_BitWallet_Accounts.yml +11 -266
  37. data/spec/fixtures/vcr_cassettes/BitWallet_Wallet/_move/should_move_funds_from_one_account_to_another.yml +25 -13
  38. data/spec/fixtures/vcr_cassettes/BitWallet_Wallet/_recent_transactions/should_allow_overriding_of_the_transaction_limit.yml +82 -274
  39. data/spec/fixtures/vcr_cassettes/BitWallet_Wallet/_recent_transactions/should_return_the_most_recent_transactions_of_all_accounts_defaulting_to_10_transactions.yml +82 -274
  40. metadata +4 -4
@@ -11,6 +11,8 @@ http_interactions:
11
11
  - ! '*/*; q=0.5, application/xml'
12
12
  Accept-Encoding:
13
13
  - gzip, deflate
14
+ Content-Type:
15
+ - application/json
14
16
  Content-Length:
15
17
  - '53'
16
18
  User-Agent:
@@ -21,22 +23,22 @@ http_interactions:
21
23
  message: OK
22
24
  headers:
23
25
  Date:
24
- - Sun, 07 Apr 2013 10:00:55 +0000
26
+ - Tue, 04 Mar 2014 14:04:39 +0000
25
27
  Connection:
26
28
  - keep-alive
27
29
  Content-Length:
28
- - '109'
30
+ - '58'
29
31
  Content-Type:
30
32
  - application/json
31
33
  Server:
32
34
  - bitcoin-json-rpc/v0.7.2-beta
33
35
  body:
34
36
  encoding: US-ASCII
35
- string: ! '{"result":{"":8502.99850000,"1":0.00000000,"name":0.00000000,"nona":0.00000000},"error":null,"id":"jsonrpc"}
37
+ string: ! '{"result":{"":8800.00000000},"error":null,"id":"jsonrpc"}
36
38
 
37
39
  '
38
40
  http_version:
39
- recorded_at: Sun, 07 Apr 2013 10:00:55 GMT
41
+ recorded_at: Tue, 04 Mar 2014 14:04:39 GMT
40
42
  - request:
41
43
  method: post
42
44
  uri: http://admin1:123@localhost:19001/
@@ -48,45 +50,10 @@ http_interactions:
48
50
  - ! '*/*; q=0.5, application/xml'
49
51
  Accept-Encoding:
50
52
  - gzip, deflate
51
- Content-Length:
52
- - '55'
53
- User-Agent:
54
- - Ruby
55
- response:
56
- status:
57
- code: 200
58
- message: OK
59
- headers:
60
- Date:
61
- - Sun, 07 Apr 2013 10:00:55 +0000
62
- Connection:
63
- - keep-alive
64
- Content-Length:
65
- - '76'
66
53
  Content-Type:
67
54
  - application/json
68
- Server:
69
- - bitcoin-json-rpc/v0.7.2-beta
70
- body:
71
- encoding: US-ASCII
72
- string: ! '{"result":"mu2rhcR7sGzt56r8uXGsS38u66FLNNAGri","error":null,"id":"jsonrpc"}
73
-
74
- '
75
- http_version:
76
- recorded_at: Sun, 07 Apr 2013 10:00:55 GMT
77
- - request:
78
- method: post
79
- uri: http://admin1:123@localhost:19001/
80
- body:
81
- encoding: US-ASCII
82
- string: ! '{"method":"getnewaddress","params":["1"],"id":"jsonrpc"}'
83
- headers:
84
- Accept:
85
- - ! '*/*; q=0.5, application/xml'
86
- Accept-Encoding:
87
- - gzip, deflate
88
55
  Content-Length:
89
- - '56'
56
+ - '55'
90
57
  User-Agent:
91
58
  - Ruby
92
59
  response:
@@ -95,7 +62,7 @@ http_interactions:
95
62
  message: OK
96
63
  headers:
97
64
  Date:
98
- - Sun, 07 Apr 2013 10:00:55 +0000
65
+ - Tue, 04 Mar 2014 14:04:39 +0000
99
66
  Connection:
100
67
  - keep-alive
101
68
  Content-Length:
@@ -106,59 +73,24 @@ http_interactions:
106
73
  - bitcoin-json-rpc/v0.7.2-beta
107
74
  body:
108
75
  encoding: US-ASCII
109
- string: ! '{"result":"mnUQUiLzuPnRjQHnrAdoohqkkVtfj3fp6s","error":null,"id":"jsonrpc"}
76
+ string: ! '{"result":"mi487X6jj8ggY6FAoG8ibv7qomcq9TXL1U","error":null,"id":"jsonrpc"}
110
77
 
111
78
  '
112
79
  http_version:
113
- recorded_at: Sun, 07 Apr 2013 10:00:55 GMT
80
+ recorded_at: Tue, 04 Mar 2014 14:04:39 GMT
114
81
  - request:
115
82
  method: post
116
83
  uri: http://admin1:123@localhost:19001/
117
84
  body:
118
85
  encoding: US-ASCII
119
- string: ! '{"method":"getnewaddress","params":["name"],"id":"jsonrpc"}'
86
+ string: ! '{"method":"getnewaddress","params":["nona"],"id":"jsonrpc"}'
120
87
  headers:
121
88
  Accept:
122
89
  - ! '*/*; q=0.5, application/xml'
123
90
  Accept-Encoding:
124
91
  - gzip, deflate
125
- Content-Length:
126
- - '59'
127
- User-Agent:
128
- - Ruby
129
- response:
130
- status:
131
- code: 200
132
- message: OK
133
- headers:
134
- Date:
135
- - Sun, 07 Apr 2013 10:00:55 +0000
136
- Connection:
137
- - keep-alive
138
- Content-Length:
139
- - '76'
140
92
  Content-Type:
141
93
  - application/json
142
- Server:
143
- - bitcoin-json-rpc/v0.7.2-beta
144
- body:
145
- encoding: US-ASCII
146
- string: ! '{"result":"mqDP1twYQBYyu8rYh9Nz4ftSD4FEY4d2YE","error":null,"id":"jsonrpc"}
147
-
148
- '
149
- http_version:
150
- recorded_at: Sun, 07 Apr 2013 10:00:55 GMT
151
- - request:
152
- method: post
153
- uri: http://admin1:123@localhost:19001/
154
- body:
155
- encoding: US-ASCII
156
- string: ! '{"method":"getnewaddress","params":["nona"],"id":"jsonrpc"}'
157
- headers:
158
- Accept:
159
- - ! '*/*; q=0.5, application/xml'
160
- Accept-Encoding:
161
- - gzip, deflate
162
94
  Content-Length:
163
95
  - '59'
164
96
  User-Agent:
@@ -169,7 +101,7 @@ http_interactions:
169
101
  message: OK
170
102
  headers:
171
103
  Date:
172
- - Sun, 07 Apr 2013 10:00:55 +0000
104
+ - Tue, 04 Mar 2014 14:04:39 +0000
173
105
  Connection:
174
106
  - keep-alive
175
107
  Content-Length:
@@ -180,11 +112,11 @@ http_interactions:
180
112
  - bitcoin-json-rpc/v0.7.2-beta
181
113
  body:
182
114
  encoding: US-ASCII
183
- string: ! '{"result":"n4W14wx3pmqyScZ8495WynDV4NMHNpD6ZF","error":null,"id":"jsonrpc"}
115
+ string: ! '{"result":"mkwWW2pnqFkDfH5esHxXBNARTN7GnUDpsv","error":null,"id":"jsonrpc"}
184
116
 
185
117
  '
186
118
  http_version:
187
- recorded_at: Sun, 07 Apr 2013 10:00:55 GMT
119
+ recorded_at: Tue, 04 Mar 2014 14:04:39 GMT
188
120
  - request:
189
121
  method: post
190
122
  uri: http://admin1:123@localhost:19001/
@@ -196,6 +128,8 @@ http_interactions:
196
128
  - ! '*/*; q=0.5, application/xml'
197
129
  Accept-Encoding:
198
130
  - gzip, deflate
131
+ Content-Type:
132
+ - application/json
199
133
  Content-Length:
200
134
  - '58'
201
135
  User-Agent:
@@ -206,7 +140,7 @@ http_interactions:
206
140
  message: OK
207
141
  headers:
208
142
  Date:
209
- - Sun, 07 Apr 2013 10:00:55 +0000
143
+ - Tue, 04 Mar 2014 14:04:39 +0000
210
144
  Connection:
211
145
  - keep-alive
212
146
  Content-Length:
@@ -221,18 +155,20 @@ http_interactions:
221
155
 
222
156
  '
223
157
  http_version:
224
- recorded_at: Sun, 07 Apr 2013 10:00:55 GMT
158
+ recorded_at: Tue, 04 Mar 2014 14:04:39 GMT
225
159
  - request:
226
160
  method: post
227
161
  uri: http://admin1:123@localhost:19001/
228
162
  body:
229
163
  encoding: US-ASCII
230
- string: ! '{"method":"sendfrom","params":["","n4W14wx3pmqyScZ8495WynDV4NMHNpD6ZF",5.5,0],"id":"jsonrpc"}'
164
+ string: ! '{"method":"sendfrom","params":["","mkwWW2pnqFkDfH5esHxXBNARTN7GnUDpsv",5.5,0],"id":"jsonrpc"}'
231
165
  headers:
232
166
  Accept:
233
167
  - ! '*/*; q=0.5, application/xml'
234
168
  Accept-Encoding:
235
169
  - gzip, deflate
170
+ Content-Type:
171
+ - application/json
236
172
  Content-Length:
237
173
  - '93'
238
174
  User-Agent:
@@ -243,7 +179,7 @@ http_interactions:
243
179
  message: OK
244
180
  headers:
245
181
  Date:
246
- - Sun, 07 Apr 2013 10:00:56 +0000
182
+ - Tue, 04 Mar 2014 14:04:39 +0000
247
183
  Connection:
248
184
  - keep-alive
249
185
  Content-Length:
@@ -254,11 +190,11 @@ http_interactions:
254
190
  - bitcoin-json-rpc/v0.7.2-beta
255
191
  body:
256
192
  encoding: US-ASCII
257
- string: ! '{"result":"19cc3add4a66ea392f8d8de5c8042a5fdd40fe28a33b30d5857c7f872192786b","error":null,"id":"jsonrpc"}
193
+ string: ! '{"result":"000a7e9cfae822ae27c2e3e248f963dd758cfc7bccb0d794221850af96aa2070","error":null,"id":"jsonrpc"}
258
194
 
259
195
  '
260
196
  http_version:
261
- recorded_at: Sun, 07 Apr 2013 10:00:56 GMT
197
+ recorded_at: Tue, 04 Mar 2014 14:04:39 GMT
262
198
  - request:
263
199
  method: post
264
200
  uri: http://admin1:123@localhost:19001/
@@ -270,6 +206,8 @@ http_interactions:
270
206
  - ! '*/*; q=0.5, application/xml'
271
207
  Accept-Encoding:
272
208
  - gzip, deflate
209
+ Content-Type:
210
+ - application/json
273
211
  Content-Length:
274
212
  - '58'
275
213
  User-Agent:
@@ -280,7 +218,7 @@ http_interactions:
280
218
  message: OK
281
219
  headers:
282
220
  Date:
283
- - Sun, 07 Apr 2013 10:00:56 +0000
221
+ - Tue, 04 Mar 2014 14:04:39 +0000
284
222
  Connection:
285
223
  - keep-alive
286
224
  Content-Length:
@@ -295,5 +233,5 @@ http_interactions:
295
233
 
296
234
  '
297
235
  http_version:
298
- recorded_at: Sun, 07 Apr 2013 10:00:56 GMT
299
- recorded_with: VCR 2.4.0
236
+ recorded_at: Tue, 04 Mar 2014 14:04:39 GMT
237
+ recorded_with: VCR 2.8.0
@@ -11,6 +11,8 @@ http_interactions:
11
11
  - ! '*/*; q=0.5, application/xml'
12
12
  Accept-Encoding:
13
13
  - gzip, deflate
14
+ Content-Type:
15
+ - application/json
14
16
  Content-Length:
15
17
  - '53'
16
18
  User-Agent:
@@ -21,7 +23,7 @@ http_interactions:
21
23
  message: OK
22
24
  headers:
23
25
  Date:
24
- - Sat, 13 Apr 2013 10:10:39 +0000
26
+ - Tue, 04 Mar 2014 14:05:26 +0000
25
27
  Connection:
26
28
  - keep-alive
27
29
  Content-Length:
@@ -36,7 +38,7 @@ http_interactions:
36
38
 
37
39
  '
38
40
  http_version:
39
- recorded_at: Sat, 13 Apr 2013 10:10:39 GMT
41
+ recorded_at: Tue, 04 Mar 2014 14:05:26 GMT
40
42
  - request:
41
43
  method: post
42
44
  uri: http://admin1:123@localhost:19001/
@@ -48,6 +50,8 @@ http_interactions:
48
50
  - ! '*/*; q=0.5, application/xml'
49
51
  Accept-Encoding:
50
52
  - gzip, deflate
53
+ Content-Type:
54
+ - application/json
51
55
  Content-Length:
52
56
  - '55'
53
57
  User-Agent:
@@ -58,7 +62,7 @@ http_interactions:
58
62
  message: OK
59
63
  headers:
60
64
  Date:
61
- - Sat, 13 Apr 2013 10:10:39 +0000
65
+ - Tue, 04 Mar 2014 14:05:26 +0000
62
66
  Connection:
63
67
  - keep-alive
64
68
  Content-Length:
@@ -73,7 +77,7 @@ http_interactions:
73
77
 
74
78
  '
75
79
  http_version:
76
- recorded_at: Sat, 13 Apr 2013 10:10:39 GMT
80
+ recorded_at: Tue, 04 Mar 2014 14:05:26 GMT
77
81
  - request:
78
82
  method: post
79
83
  uri: http://admin1:123@localhost:19001/
@@ -85,6 +89,8 @@ http_interactions:
85
89
  - ! '*/*; q=0.5, application/xml'
86
90
  Accept-Encoding:
87
91
  - gzip, deflate
92
+ Content-Type:
93
+ - application/json
88
94
  Content-Length:
89
95
  - '64'
90
96
  User-Agent:
@@ -95,7 +101,7 @@ http_interactions:
95
101
  message: OK
96
102
  headers:
97
103
  Date:
98
- - Sat, 13 Apr 2013 10:10:39 +0000
104
+ - Tue, 04 Mar 2014 14:05:26 +0000
99
105
  Connection:
100
106
  - keep-alive
101
107
  Content-Length:
@@ -110,7 +116,7 @@ http_interactions:
110
116
 
111
117
  '
112
118
  http_version:
113
- recorded_at: Sat, 13 Apr 2013 10:10:39 GMT
119
+ recorded_at: Tue, 04 Mar 2014 14:05:26 GMT
114
120
  - request:
115
121
  method: post
116
122
  uri: http://admin1:123@localhost:19001/
@@ -122,6 +128,8 @@ http_interactions:
122
128
  - ! '*/*; q=0.5, application/xml'
123
129
  Accept-Encoding:
124
130
  - gzip, deflate
131
+ Content-Type:
132
+ - application/json
125
133
  Content-Length:
126
134
  - '64'
127
135
  User-Agent:
@@ -132,7 +140,7 @@ http_interactions:
132
140
  message: OK
133
141
  headers:
134
142
  Date:
135
- - Sat, 13 Apr 2013 10:10:39 +0000
143
+ - Tue, 04 Mar 2014 14:05:26 +0000
136
144
  Connection:
137
145
  - keep-alive
138
146
  Content-Length:
@@ -147,7 +155,7 @@ http_interactions:
147
155
 
148
156
  '
149
157
  http_version:
150
- recorded_at: Sat, 13 Apr 2013 10:10:39 GMT
158
+ recorded_at: Tue, 04 Mar 2014 14:05:26 GMT
151
159
  - request:
152
160
  method: post
153
161
  uri: http://admin1:123@localhost:19001/
@@ -159,6 +167,8 @@ http_interactions:
159
167
  - ! '*/*; q=0.5, application/xml'
160
168
  Accept-Encoding:
161
169
  - gzip, deflate
170
+ Content-Type:
171
+ - application/json
162
172
  Content-Length:
163
173
  - '138'
164
174
  User-Agent:
@@ -169,7 +179,7 @@ http_interactions:
169
179
  message: OK
170
180
  headers:
171
181
  Date:
172
- - Sat, 13 Apr 2013 10:10:39 +0000
182
+ - Tue, 04 Mar 2014 14:05:26 +0000
173
183
  Connection:
174
184
  - keep-alive
175
185
  Content-Length:
@@ -180,11 +190,11 @@ http_interactions:
180
190
  - bitcoin-json-rpc/v0.7.2-beta
181
191
  body:
182
192
  encoding: US-ASCII
183
- string: ! '{"result":"c61f507bdf8d6c580aef780a913fee8227f1865859ac3e754f88a68d35e2c1d7","error":null,"id":"jsonrpc"}
193
+ string: ! '{"result":"5198ad1bf9b06da56d85bdcff483ce6b1d4e15bb9c787c95621f541148a273c1","error":null,"id":"jsonrpc"}
184
194
 
185
195
  '
186
196
  http_version:
187
- recorded_at: Sat, 13 Apr 2013 10:10:39 GMT
197
+ recorded_at: Tue, 04 Mar 2014 14:05:26 GMT
188
198
  - request:
189
199
  method: post
190
200
  uri: http://admin1:123@localhost:19001/
@@ -196,6 +206,8 @@ http_interactions:
196
206
  - ! '*/*; q=0.5, application/xml'
197
207
  Accept-Encoding:
198
208
  - gzip, deflate
209
+ Content-Type:
210
+ - application/json
199
211
  Content-Length:
200
212
  - '63'
201
213
  User-Agent:
@@ -206,7 +218,7 @@ http_interactions:
206
218
  message: OK
207
219
  headers:
208
220
  Date:
209
- - Sat, 13 Apr 2013 10:10:39 +0000
221
+ - Tue, 04 Mar 2014 14:05:26 +0000
210
222
  Connection:
211
223
  - keep-alive
212
224
  Content-Length:
@@ -221,7 +233,7 @@ http_interactions:
221
233
 
222
234
  '
223
235
  http_version:
224
- recorded_at: Sat, 13 Apr 2013 10:10:39 GMT
236
+ recorded_at: Tue, 04 Mar 2014 14:05:26 GMT
225
237
  - request:
226
238
  method: post
227
239
  uri: http://admin1:123@localhost:19001/
@@ -233,6 +245,8 @@ http_interactions:
233
245
  - ! '*/*; q=0.5, application/xml'
234
246
  Accept-Encoding:
235
247
  - gzip, deflate
248
+ Content-Type:
249
+ - application/json
236
250
  Content-Length:
237
251
  - '63'
238
252
  User-Agent:
@@ -243,7 +257,7 @@ http_interactions:
243
257
  message: OK
244
258
  headers:
245
259
  Date:
246
- - Sat, 13 Apr 2013 10:10:39 +0000
260
+ - Tue, 04 Mar 2014 14:05:26 +0000
247
261
  Connection:
248
262
  - keep-alive
249
263
  Content-Length:
@@ -258,5 +272,5 @@ http_interactions:
258
272
 
259
273
  '
260
274
  http_version:
261
- recorded_at: Sat, 13 Apr 2013 10:10:39 GMT
262
- recorded_with: VCR 2.4.0
275
+ recorded_at: Tue, 04 Mar 2014 14:05:26 GMT
276
+ recorded_with: VCR 2.8.0
@@ -11,6 +11,8 @@ http_interactions:
11
11
  - ! '*/*; q=0.5, application/xml'
12
12
  Accept-Encoding:
13
13
  - gzip, deflate
14
+ Content-Type:
15
+ - application/json
14
16
  Content-Length:
15
17
  - '59'
16
18
  User-Agent:
@@ -21,7 +23,7 @@ http_interactions:
21
23
  message: OK
22
24
  headers:
23
25
  Date:
24
- - Sun, 07 Apr 2013 10:01:06 +0000
26
+ - Tue, 04 Mar 2014 14:05:23 +0000
25
27
  Connection:
26
28
  - keep-alive
27
29
  Content-Length:
@@ -32,9 +34,9 @@ http_interactions:
32
34
  - bitcoin-json-rpc/v0.7.2-beta
33
35
  body:
34
36
  encoding: US-ASCII
35
- string: ! '{"result":"mrF19367JYL9eciPkYxUq8u37yAeFYDfEs","error":null,"id":"jsonrpc"}
37
+ string: ! '{"result":"mi487X6jj8ggY6FAoG8ibv7qomcq9TXL1U","error":null,"id":"jsonrpc"}
36
38
 
37
39
  '
38
40
  http_version:
39
- recorded_at: Sun, 07 Apr 2013 10:01:06 GMT
40
- recorded_with: VCR 2.4.0
41
+ recorded_at: Tue, 04 Mar 2014 14:05:23 GMT
42
+ recorded_with: VCR 2.8.0
@@ -11,6 +11,8 @@ http_interactions:
11
11
  - ! '*/*; q=0.5, application/xml'
12
12
  Accept-Encoding:
13
13
  - gzip, deflate
14
+ Content-Type:
15
+ - application/json
14
16
  Content-Length:
15
17
  - '59'
16
18
  User-Agent:
@@ -21,7 +23,7 @@ http_interactions:
21
23
  message: OK
22
24
  headers:
23
25
  Date:
24
- - Sun, 07 Apr 2013 10:00:26 +0000
26
+ - Tue, 04 Mar 2014 14:05:04 +0000
25
27
  Connection:
26
28
  - keep-alive
27
29
  Content-Length:
@@ -32,9 +34,9 @@ http_interactions:
32
34
  - bitcoin-json-rpc/v0.7.2-beta
33
35
  body:
34
36
  encoding: US-ASCII
35
- string: ! '{"result":"mkaaTV6oCtM15JAszhHC9v8Ne3LDyTcHq2","error":null,"id":"jsonrpc"}
37
+ string: ! '{"result":"mi487X6jj8ggY6FAoG8ibv7qomcq9TXL1U","error":null,"id":"jsonrpc"}
36
38
 
37
39
  '
38
40
  http_version:
39
- recorded_at: Sun, 07 Apr 2013 10:00:26 GMT
40
- recorded_with: VCR 2.4.0
41
+ recorded_at: Tue, 04 Mar 2014 14:05:04 GMT
42
+ recorded_with: VCR 2.8.0
@@ -11,6 +11,8 @@ http_interactions:
11
11
  - ! '*/*; q=0.5, application/xml'
12
12
  Accept-Encoding:
13
13
  - gzip, deflate
14
+ Content-Type:
15
+ - application/json
14
16
  Content-Length:
15
17
  - '53'
16
18
  User-Agent:
@@ -21,22 +23,22 @@ http_interactions:
21
23
  message: OK
22
24
  headers:
23
25
  Date:
24
- - Sun, 07 Apr 2013 10:00:33 +0000
26
+ - Tue, 04 Mar 2014 14:04:51 +0000
25
27
  Connection:
26
28
  - keep-alive
27
29
  Content-Length:
28
- - '91'
30
+ - '58'
29
31
  Content-Type:
30
32
  - application/json
31
33
  Server:
32
34
  - bitcoin-json-rpc/v0.7.2-beta
33
35
  body:
34
36
  encoding: US-ASCII
35
- string: ! '{"result":{"":8502.99850000,"1":0.00000000,"name":0.00000000},"error":null,"id":"jsonrpc"}
37
+ string: ! '{"result":{"":8800.00000000},"error":null,"id":"jsonrpc"}
36
38
 
37
39
  '
38
40
  http_version:
39
- recorded_at: Sun, 07 Apr 2013 10:00:33 GMT
41
+ recorded_at: Tue, 04 Mar 2014 14:04:51 GMT
40
42
  - request:
41
43
  method: post
42
44
  uri: http://admin1:123@localhost:19001/
@@ -48,45 +50,10 @@ http_interactions:
48
50
  - ! '*/*; q=0.5, application/xml'
49
51
  Accept-Encoding:
50
52
  - gzip, deflate
51
- Content-Length:
52
- - '55'
53
- User-Agent:
54
- - Ruby
55
- response:
56
- status:
57
- code: 200
58
- message: OK
59
- headers:
60
- Date:
61
- - Sun, 07 Apr 2013 10:00:33 +0000
62
- Connection:
63
- - keep-alive
64
- Content-Length:
65
- - '76'
66
53
  Content-Type:
67
54
  - application/json
68
- Server:
69
- - bitcoin-json-rpc/v0.7.2-beta
70
- body:
71
- encoding: US-ASCII
72
- string: ! '{"result":"mog5Dfiw4NeDgRWxeMxX7YPJmCjW2EymKN","error":null,"id":"jsonrpc"}
73
-
74
- '
75
- http_version:
76
- recorded_at: Sun, 07 Apr 2013 10:00:33 GMT
77
- - request:
78
- method: post
79
- uri: http://admin1:123@localhost:19001/
80
- body:
81
- encoding: US-ASCII
82
- string: ! '{"method":"getnewaddress","params":["1"],"id":"jsonrpc"}'
83
- headers:
84
- Accept:
85
- - ! '*/*; q=0.5, application/xml'
86
- Accept-Encoding:
87
- - gzip, deflate
88
55
  Content-Length:
89
- - '56'
56
+ - '55'
90
57
  User-Agent:
91
58
  - Ruby
92
59
  response:
@@ -95,7 +62,7 @@ http_interactions:
95
62
  message: OK
96
63
  headers:
97
64
  Date:
98
- - Sun, 07 Apr 2013 10:00:33 +0000
65
+ - Tue, 04 Mar 2014 14:04:51 +0000
99
66
  Connection:
100
67
  - keep-alive
101
68
  Content-Length:
@@ -106,59 +73,24 @@ http_interactions:
106
73
  - bitcoin-json-rpc/v0.7.2-beta
107
74
  body:
108
75
  encoding: US-ASCII
109
- string: ! '{"result":"n1QTdvY7kM361j7PdpHpm8WWzNp7zkQ2J4","error":null,"id":"jsonrpc"}
76
+ string: ! '{"result":"mi487X6jj8ggY6FAoG8ibv7qomcq9TXL1U","error":null,"id":"jsonrpc"}
110
77
 
111
78
  '
112
79
  http_version:
113
- recorded_at: Sun, 07 Apr 2013 10:00:33 GMT
80
+ recorded_at: Tue, 04 Mar 2014 14:04:51 GMT
114
81
  - request:
115
82
  method: post
116
83
  uri: http://admin1:123@localhost:19001/
117
84
  body:
118
85
  encoding: US-ASCII
119
- string: ! '{"method":"getnewaddress","params":["name"],"id":"jsonrpc"}'
86
+ string: ! '{"method":"getnewaddress","params":["nona"],"id":"jsonrpc"}'
120
87
  headers:
121
88
  Accept:
122
89
  - ! '*/*; q=0.5, application/xml'
123
90
  Accept-Encoding:
124
91
  - gzip, deflate
125
- Content-Length:
126
- - '59'
127
- User-Agent:
128
- - Ruby
129
- response:
130
- status:
131
- code: 200
132
- message: OK
133
- headers:
134
- Date:
135
- - Sun, 07 Apr 2013 10:00:33 +0000
136
- Connection:
137
- - keep-alive
138
- Content-Length:
139
- - '76'
140
92
  Content-Type:
141
93
  - application/json
142
- Server:
143
- - bitcoin-json-rpc/v0.7.2-beta
144
- body:
145
- encoding: US-ASCII
146
- string: ! '{"result":"mq8yUo3j4ibXPpMvGQEzhTaaWgtq24TtYi","error":null,"id":"jsonrpc"}
147
-
148
- '
149
- http_version:
150
- recorded_at: Sun, 07 Apr 2013 10:00:33 GMT
151
- - request:
152
- method: post
153
- uri: http://admin1:123@localhost:19001/
154
- body:
155
- encoding: US-ASCII
156
- string: ! '{"method":"getnewaddress","params":["nona"],"id":"jsonrpc"}'
157
- headers:
158
- Accept:
159
- - ! '*/*; q=0.5, application/xml'
160
- Accept-Encoding:
161
- - gzip, deflate
162
94
  Content-Length:
163
95
  - '59'
164
96
  User-Agent:
@@ -169,7 +101,7 @@ http_interactions:
169
101
  message: OK
170
102
  headers:
171
103
  Date:
172
- - Sun, 07 Apr 2013 10:00:33 +0000
104
+ - Tue, 04 Mar 2014 14:04:51 +0000
173
105
  Connection:
174
106
  - keep-alive
175
107
  Content-Length:
@@ -180,9 +112,9 @@ http_interactions:
180
112
  - bitcoin-json-rpc/v0.7.2-beta
181
113
  body:
182
114
  encoding: US-ASCII
183
- string: ! '{"result":"muxv8akpp5zR5hpHmXtNUDjGJeY4mtWsgF","error":null,"id":"jsonrpc"}
115
+ string: ! '{"result":"mkwWW2pnqFkDfH5esHxXBNARTN7GnUDpsv","error":null,"id":"jsonrpc"}
184
116
 
185
117
  '
186
118
  http_version:
187
- recorded_at: Sun, 07 Apr 2013 10:00:33 GMT
188
- recorded_with: VCR 2.4.0
119
+ recorded_at: Tue, 04 Mar 2014 14:04:51 GMT
120
+ recorded_with: VCR 2.8.0