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.
- checksums.yaml +8 -8
- data/CHANGELOG.md +4 -0
- data/bit_wallet.gemspec +1 -1
- data/lib/bit_wallet/version.rb +1 -1
- data/lib/bit_wallet/wallet.rb +0 -2
- data/spec/bit_wallet/accounts_spec.rb +32 -30
- data/spec/bit_wallet/wallet_spec.rb +48 -32
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_be_able_to_override_the_min_conf.yml +15 -83
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_default_to_the_config_min_conf.yml +15 -83
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_return_the_balance_of_the_account.yml +23 -87
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_recent_transactions/should_default_to_list_10_transactions.yml +85 -129
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_recent_transactions/when_transaction_limit_is_6/should_list_the_6_most_recent_transactions.yml +67 -117
- 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
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_send_amount/account_does_not_have_enough_money/should_fail_with_the_InsufficientFunds_error.yml +26 -90
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_send_amount/should_send_money_to_the_given_address.yml +29 -91
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_send_many/should_send_the_amounts_of_money_to_the_specified_accounts.yml +30 -16
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_total_received/should_return_the_total_amount_received_by_the_address.yml +6 -4
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/addresses/.yml +6 -4
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/should_be_assigned_that_name.yml +15 -83
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/should_have_a_default_name.yml +6 -4
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/when_the_account_name_already_exists/should_return_that_same_address.yml +15 -83
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/wallet/.yml +6 -4
- data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/_includes_account_name_account_/should_return_true_if_the_array_includes_the_account.yml +15 -120
- data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/_new/should_create_a_new_BitWallet_Account_with_a_default_address.yml +15 -120
- data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/_with_balance/should_return_accounts_with_a_balance_0.yml +19 -370
- data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/wallet/.yml +11 -118
- data/spec/fixtures/vcr_cassettes/BitWallet_Address/_total_received/should_return_the_total_amount_received_by_the_address.yml +11 -7
- data/spec/fixtures/vcr_cassettes/BitWallet_Address/account/.yml +11 -7
- data/spec/fixtures/vcr_cassettes/BitWallet_Address/on_initialization/address_given_already_exists/should_not_create_an_address.yml +6 -4
- data/spec/fixtures/vcr_cassettes/BitWallet_Address/on_initialization/no_address_is_given/should_create_an_address.yml +11 -7
- data/spec/fixtures/vcr_cassettes/BitWallet_Addresses/_new/with_address_string_given/should_return_an_Address_with_the_given_address_string.yml +6 -4
- 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
- data/spec/fixtures/vcr_cassettes/BitWallet_Addresses/account/.yml +6 -4
- data/spec/fixtures/vcr_cassettes/BitWallet_Addresses/new/.yml +11 -7
- data/spec/fixtures/vcr_cassettes/BitWallet_Transaction/on_initialization/should_be_able_to_take_a_bitcoind_hash.yml +15 -231
- data/spec/fixtures/vcr_cassettes/BitWallet_Wallet/_accounts/should_return_array_of_BitWallet_Accounts.yml +11 -266
- data/spec/fixtures/vcr_cassettes/BitWallet_Wallet/_move/should_move_funds_from_one_account_to_another.yml +25 -13
- data/spec/fixtures/vcr_cassettes/BitWallet_Wallet/_recent_transactions/should_allow_overriding_of_the_transaction_limit.yml +82 -274
- 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
- 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
|
-
-
|
26
|
+
- Tue, 04 Mar 2014 14:04:42 +0000
|
25
27
|
Connection:
|
26
28
|
- keep-alive
|
27
29
|
Content-Length:
|
28
|
-
- '
|
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":{"":
|
37
|
+
string: ! '{"result":{"":8800.00000000},"error":null,"id":"jsonrpc"}
|
36
38
|
|
37
39
|
'
|
38
40
|
http_version:
|
39
|
-
recorded_at:
|
41
|
+
recorded_at: Tue, 04 Mar 2014 14:04:42 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:59 +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":"miQ1aY8NwvZmMg9Derg1kpDRSH3UextWTa","error":null,"id":"jsonrpc"}
|
73
|
-
|
74
|
-
'
|
75
|
-
http_version:
|
76
|
-
recorded_at: Sun, 07 Apr 2013 10:00:59 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
|
+
- '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
|
-
-
|
65
|
+
- Tue, 04 Mar 2014 14:04:42 +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":"
|
76
|
+
string: ! '{"result":"mi487X6jj8ggY6FAoG8ibv7qomcq9TXL1U","error":null,"id":"jsonrpc"}
|
110
77
|
|
111
78
|
'
|
112
79
|
http_version:
|
113
|
-
recorded_at:
|
80
|
+
recorded_at: Tue, 04 Mar 2014 14:04:42 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":["
|
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:59 +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":"miFrH9FNFw8sff74Ui5c9zG9bQJqX7HUL5","error":null,"id":"jsonrpc"}
|
147
|
-
|
148
|
-
'
|
149
|
-
http_version:
|
150
|
-
recorded_at: Sun, 07 Apr 2013 10:00:59 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
|
-
-
|
104
|
+
- Tue, 04 Mar 2014 14:04:42 +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":"
|
115
|
+
string: ! '{"result":"mkwWW2pnqFkDfH5esHxXBNARTN7GnUDpsv","error":null,"id":"jsonrpc"}
|
184
116
|
|
185
117
|
'
|
186
118
|
http_version:
|
187
|
-
recorded_at:
|
119
|
+
recorded_at: Tue, 04 Mar 2014 14:04:42 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
|
-
-
|
143
|
+
- Tue, 04 Mar 2014 14:04:42 +0000
|
210
144
|
Connection:
|
211
145
|
- keep-alive
|
212
146
|
Content-Length:
|
@@ -217,22 +151,24 @@ http_interactions:
|
|
217
151
|
- bitcoin-json-rpc/v0.7.2-beta
|
218
152
|
body:
|
219
153
|
encoding: US-ASCII
|
220
|
-
string: ! '{"result":
|
154
|
+
string: ! '{"result":0.00000000,"error":null,"id":"jsonrpc"}
|
221
155
|
|
222
156
|
'
|
223
157
|
http_version:
|
224
|
-
recorded_at:
|
158
|
+
recorded_at: Tue, 04 Mar 2014 14:04:42 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":["","
|
164
|
+
string: ! '{"method":"sendfrom","params":["","mkwWW2pnqFkDfH5esHxXBNARTN7GnUDpsv",5.2,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
|
-
-
|
182
|
+
- Tue, 04 Mar 2014 14:04:42 +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":"
|
193
|
+
string: ! '{"result":"f48b883fd7a895ac1a741a8d6c586765327137b513e17c39ba3738a6a9fd2a7e","error":null,"id":"jsonrpc"}
|
258
194
|
|
259
195
|
'
|
260
196
|
http_version:
|
261
|
-
recorded_at:
|
197
|
+
recorded_at: Tue, 04 Mar 2014 14:04:42 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,20 +218,20 @@ http_interactions:
|
|
280
218
|
message: OK
|
281
219
|
headers:
|
282
220
|
Date:
|
283
|
-
-
|
221
|
+
- Tue, 04 Mar 2014 14:04:42 +0000
|
284
222
|
Connection:
|
285
223
|
- keep-alive
|
286
224
|
Content-Length:
|
287
|
-
- '
|
225
|
+
- '50'
|
288
226
|
Content-Type:
|
289
227
|
- application/json
|
290
228
|
Server:
|
291
229
|
- bitcoin-json-rpc/v0.7.2-beta
|
292
230
|
body:
|
293
231
|
encoding: US-ASCII
|
294
|
-
string: ! '{"result":
|
232
|
+
string: ! '{"result":5.20000000,"error":null,"id":"jsonrpc"}
|
295
233
|
|
296
234
|
'
|
297
235
|
http_version:
|
298
|
-
recorded_at:
|
299
|
-
recorded_with: VCR 2.
|
236
|
+
recorded_at: Tue, 04 Mar 2014 14:04:42 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,22 +23,22 @@ http_interactions:
|
|
21
23
|
message: OK
|
22
24
|
headers:
|
23
25
|
Date:
|
24
|
-
-
|
26
|
+
- Tue, 04 Mar 2014 14:04:45 +0000
|
25
27
|
Connection:
|
26
28
|
- keep-alive
|
27
29
|
Content-Length:
|
28
|
-
- '
|
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":{"":
|
37
|
+
string: ! '{"result":{"":8800.00000000},"error":null,"id":"jsonrpc"}
|
36
38
|
|
37
39
|
'
|
38
40
|
http_version:
|
39
|
-
recorded_at:
|
41
|
+
recorded_at: Tue, 04 Mar 2014 14:04:45 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:01:02 +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":"mqZMAQap5YX5sS9sncJgruSg4zyY2vzp51","error":null,"id":"jsonrpc"}
|
73
|
-
|
74
|
-
'
|
75
|
-
http_version:
|
76
|
-
recorded_at: Sun, 07 Apr 2013 10:01:02 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
|
+
- '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
|
-
-
|
65
|
+
- Tue, 04 Mar 2014 14:04:45 +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":"
|
76
|
+
string: ! '{"result":"mi487X6jj8ggY6FAoG8ibv7qomcq9TXL1U","error":null,"id":"jsonrpc"}
|
110
77
|
|
111
78
|
'
|
112
79
|
http_version:
|
113
|
-
recorded_at:
|
80
|
+
recorded_at: Tue, 04 Mar 2014 14:04:45 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":["
|
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:01:02 +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":"mzTL8SsiiT9rameTmLfqiPGRqyLr5BxUdM","error":null,"id":"jsonrpc"}
|
147
|
-
|
148
|
-
'
|
149
|
-
http_version:
|
150
|
-
recorded_at: Sun, 07 Apr 2013 10:01:02 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
|
-
-
|
104
|
+
- Tue, 04 Mar 2014 14:04:45 +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":"
|
115
|
+
string: ! '{"result":"mkwWW2pnqFkDfH5esHxXBNARTN7GnUDpsv","error":null,"id":"jsonrpc"}
|
184
116
|
|
185
117
|
'
|
186
118
|
http_version:
|
187
|
-
recorded_at:
|
119
|
+
recorded_at: Tue, 04 Mar 2014 14:04:45 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
|
- '54'
|
201
135
|
User-Agent:
|
@@ -206,7 +140,7 @@ http_interactions:
|
|
206
140
|
message: OK
|
207
141
|
headers:
|
208
142
|
Date:
|
209
|
-
-
|
143
|
+
- Tue, 04 Mar 2014 14:04:45 +0000
|
210
144
|
Connection:
|
211
145
|
- keep-alive
|
212
146
|
Content-Length:
|
@@ -217,24 +151,26 @@ http_interactions:
|
|
217
151
|
- bitcoin-json-rpc/v0.7.2-beta
|
218
152
|
body:
|
219
153
|
encoding: US-ASCII
|
220
|
-
string: ! '{"result":
|
154
|
+
string: ! '{"result":8800.00000000,"error":null,"id":"jsonrpc"}
|
221
155
|
|
222
156
|
'
|
223
157
|
http_version:
|
224
|
-
recorded_at:
|
158
|
+
recorded_at: Tue, 04 Mar 2014 14:04:45 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":["","
|
164
|
+
string: ! '{"method":"sendfrom","params":["","mkwWW2pnqFkDfH5esHxXBNARTN7GnUDpsv",8810.0,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
|
+
- '96'
|
238
174
|
User-Agent:
|
239
175
|
- Ruby
|
240
176
|
response:
|
@@ -243,7 +179,7 @@ http_interactions:
|
|
243
179
|
message: Internal Server Error
|
244
180
|
headers:
|
245
181
|
Date:
|
246
|
-
-
|
182
|
+
- Tue, 04 Mar 2014 14:04:45 +0000
|
247
183
|
Connection:
|
248
184
|
- close
|
249
185
|
Content-Length:
|
@@ -259,5 +195,5 @@ http_interactions:
|
|
259
195
|
|
260
196
|
'
|
261
197
|
http_version:
|
262
|
-
recorded_at:
|
263
|
-
recorded_with: VCR 2.
|
198
|
+
recorded_at: Tue, 04 Mar 2014 14:04:45 GMT
|
199
|
+
recorded_with: VCR 2.8.0
|