bit_wallet 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitmodules +1 -1
- data/Gemfile +6 -0
- data/README.md +1 -0
- data/bit_wallet.gemspec +1 -1
- data/lib/bit_wallet/account.rb +20 -0
- data/lib/bit_wallet/transaction.rb +9 -8
- data/lib/bit_wallet/version.rb +1 -1
- data/spec/bit_wallet/account_spec.rb +16 -0
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_be_able_to_override_the_min_conf.yml +87 -13
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_default_to_the_config_min_conf.yml +87 -13
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_return_the_balance_of_the_account.yml +93 -19
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_recent_transactions/should_default_to_list_10_transactions.yml +146 -72
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_recent_transactions/when_transaction_limit_is_6/should_list_the_6_most_recent_transactions.yml +119 -45
- 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 +101 -27
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_send_amount/account_does_not_have_enough_money/should_fail_with_the_InsufficientFunds_error.yml +96 -22
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_send_amount/should_send_money_to_the_given_address.yml +98 -24
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_send_many/should_send_the_amounts_of_money_to_the_specified_accounts.yml +262 -0
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_total_received/should_return_the_total_amount_received_by_the_address.yml +4 -4
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/addresses/.yml +4 -4
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/should_be_assigned_that_name.yml +87 -13
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/should_have_a_default_name.yml +4 -4
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/when_the_account_name_already_exists/should_return_that_same_address.yml +87 -13
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/wallet/.yml +4 -4
- data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/_includes_account_name_account_/should_return_true_if_the_array_includes_the_account.yml +121 -10
- data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/_new/should_create_a_new_BitWallet_Account_with_a_default_address.yml +121 -10
- data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/_with_balance/should_return_accounts_with_a_balance_0.yml +480 -36
- data/spec/fixtures/vcr_cassettes/BitWallet_Accounts/wallet/.yml +118 -7
- data/spec/fixtures/vcr_cassettes/BitWallet_Address/_total_received/should_return_the_total_amount_received_by_the_address.yml +8 -8
- data/spec/fixtures/vcr_cassettes/BitWallet_Address/account/.yml +8 -8
- data/spec/fixtures/vcr_cassettes/BitWallet_Address/on_initialization/address_given_already_exists/should_not_create_an_address.yml +4 -4
- data/spec/fixtures/vcr_cassettes/BitWallet_Address/on_initialization/no_address_is_given/should_create_an_address.yml +8 -8
- data/spec/fixtures/vcr_cassettes/BitWallet_Addresses/_new/with_address_string_given/should_return_an_Address_with_the_given_address_string.yml +4 -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 +8 -8
- data/spec/fixtures/vcr_cassettes/BitWallet_Addresses/account/.yml +4 -4
- data/spec/fixtures/vcr_cassettes/BitWallet_Addresses/new/.yml +8 -8
- data/spec/fixtures/vcr_cassettes/BitWallet_Transaction/on_initialization/should_be_able_to_take_a_bitcoind_hash.yml +235 -13
- data/spec/fixtures/vcr_cassettes/BitWallet_Wallet/_accounts/should_return_array_of_BitWallet_Accounts.yml +268 -9
- data/spec/fixtures/vcr_cassettes/BitWallet_Wallet/_recent_transactions/should_allow_overriding_of_the_transaction_limit.yml +280 -58
- data/spec/fixtures/vcr_cassettes/BitWallet_Wallet/_recent_transactions/should_return_the_most_recent_transactions_of_all_accounts_defaulting_to_10_transactions.yml +297 -75
- metadata +8 -8
- data/spec/fixtures/vcr_cassettes/BitWallet_Account/_recent_transactions/when_transaction_limit_is_5/should_list_the_5_most_recent_transactions.yml +0 -447
@@ -4,7 +4,7 @@ http_interactions:
|
|
4
4
|
method: post
|
5
5
|
uri: http://admin1:123@localhost:19001/
|
6
6
|
body:
|
7
|
-
encoding:
|
7
|
+
encoding: US-ASCII
|
8
8
|
string: ! '{"method":"listaccounts","params":[1],"id":"jsonrpc"}'
|
9
9
|
headers:
|
10
10
|
Accept:
|
@@ -21,27 +21,27 @@ http_interactions:
|
|
21
21
|
message: OK
|
22
22
|
headers:
|
23
23
|
Date:
|
24
|
-
-
|
24
|
+
- Sun, 07 Apr 2013 10:01:02 +0000
|
25
25
|
Connection:
|
26
26
|
- keep-alive
|
27
27
|
Content-Length:
|
28
|
-
- '
|
28
|
+
- '109'
|
29
29
|
Content-Type:
|
30
30
|
- application/json
|
31
31
|
Server:
|
32
32
|
- bitcoin-json-rpc/v0.7.2-beta
|
33
33
|
body:
|
34
34
|
encoding: US-ASCII
|
35
|
-
string: ! '{"result":{"":
|
35
|
+
string: ! '{"result":{"":8492.29750000,"1":0.00000000,"name":0.00000000,"nona":0.00000000},"error":null,"id":"jsonrpc"}
|
36
36
|
|
37
37
|
'
|
38
38
|
http_version:
|
39
|
-
recorded_at:
|
39
|
+
recorded_at: Sun, 07 Apr 2013 10:01:02 GMT
|
40
40
|
- request:
|
41
41
|
method: post
|
42
42
|
uri: http://admin1:123@localhost:19001/
|
43
43
|
body:
|
44
|
-
encoding:
|
44
|
+
encoding: US-ASCII
|
45
45
|
string: ! '{"method":"getnewaddress","params":[""],"id":"jsonrpc"}'
|
46
46
|
headers:
|
47
47
|
Accept:
|
@@ -58,7 +58,81 @@ http_interactions:
|
|
58
58
|
message: OK
|
59
59
|
headers:
|
60
60
|
Date:
|
61
|
-
-
|
61
|
+
- Sun, 07 Apr 2013 10:01:02 +0000
|
62
|
+
Connection:
|
63
|
+
- keep-alive
|
64
|
+
Content-Length:
|
65
|
+
- '76'
|
66
|
+
Content-Type:
|
67
|
+
- 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
|
+
Content-Length:
|
89
|
+
- '56'
|
90
|
+
User-Agent:
|
91
|
+
- Ruby
|
92
|
+
response:
|
93
|
+
status:
|
94
|
+
code: 200
|
95
|
+
message: OK
|
96
|
+
headers:
|
97
|
+
Date:
|
98
|
+
- Sun, 07 Apr 2013 10:01:02 +0000
|
99
|
+
Connection:
|
100
|
+
- keep-alive
|
101
|
+
Content-Length:
|
102
|
+
- '76'
|
103
|
+
Content-Type:
|
104
|
+
- application/json
|
105
|
+
Server:
|
106
|
+
- bitcoin-json-rpc/v0.7.2-beta
|
107
|
+
body:
|
108
|
+
encoding: US-ASCII
|
109
|
+
string: ! '{"result":"mvoENTm8PDwN1dkA6TgDhBqeKksskK61tS","error":null,"id":"jsonrpc"}
|
110
|
+
|
111
|
+
'
|
112
|
+
http_version:
|
113
|
+
recorded_at: Sun, 07 Apr 2013 10:01:02 GMT
|
114
|
+
- request:
|
115
|
+
method: post
|
116
|
+
uri: http://admin1:123@localhost:19001/
|
117
|
+
body:
|
118
|
+
encoding: US-ASCII
|
119
|
+
string: ! '{"method":"getnewaddress","params":["name"],"id":"jsonrpc"}'
|
120
|
+
headers:
|
121
|
+
Accept:
|
122
|
+
- ! '*/*; q=0.5, application/xml'
|
123
|
+
Accept-Encoding:
|
124
|
+
- 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
|
62
136
|
Connection:
|
63
137
|
- keep-alive
|
64
138
|
Content-Length:
|
@@ -69,16 +143,16 @@ http_interactions:
|
|
69
143
|
- bitcoin-json-rpc/v0.7.2-beta
|
70
144
|
body:
|
71
145
|
encoding: US-ASCII
|
72
|
-
string: ! '{"result":"
|
146
|
+
string: ! '{"result":"mzTL8SsiiT9rameTmLfqiPGRqyLr5BxUdM","error":null,"id":"jsonrpc"}
|
73
147
|
|
74
148
|
'
|
75
149
|
http_version:
|
76
|
-
recorded_at:
|
150
|
+
recorded_at: Sun, 07 Apr 2013 10:01:02 GMT
|
77
151
|
- request:
|
78
152
|
method: post
|
79
153
|
uri: http://admin1:123@localhost:19001/
|
80
154
|
body:
|
81
|
-
encoding:
|
155
|
+
encoding: US-ASCII
|
82
156
|
string: ! '{"method":"getnewaddress","params":["nona"],"id":"jsonrpc"}'
|
83
157
|
headers:
|
84
158
|
Accept:
|
@@ -95,7 +169,7 @@ http_interactions:
|
|
95
169
|
message: OK
|
96
170
|
headers:
|
97
171
|
Date:
|
98
|
-
-
|
172
|
+
- Sun, 07 Apr 2013 10:01:02 +0000
|
99
173
|
Connection:
|
100
174
|
- keep-alive
|
101
175
|
Content-Length:
|
@@ -106,16 +180,16 @@ http_interactions:
|
|
106
180
|
- bitcoin-json-rpc/v0.7.2-beta
|
107
181
|
body:
|
108
182
|
encoding: US-ASCII
|
109
|
-
string: ! '{"result":"
|
183
|
+
string: ! '{"result":"n4MHmJXssZo46KVJKgRL6JRZu8R8KLXKVW","error":null,"id":"jsonrpc"}
|
110
184
|
|
111
185
|
'
|
112
186
|
http_version:
|
113
|
-
recorded_at:
|
187
|
+
recorded_at: Sun, 07 Apr 2013 10:01:02 GMT
|
114
188
|
- request:
|
115
189
|
method: post
|
116
190
|
uri: http://admin1:123@localhost:19001/
|
117
191
|
body:
|
118
|
-
encoding:
|
192
|
+
encoding: US-ASCII
|
119
193
|
string: ! '{"method":"getbalance","params":["",0],"id":"jsonrpc"}'
|
120
194
|
headers:
|
121
195
|
Accept:
|
@@ -132,7 +206,7 @@ http_interactions:
|
|
132
206
|
message: OK
|
133
207
|
headers:
|
134
208
|
Date:
|
135
|
-
-
|
209
|
+
- Sun, 07 Apr 2013 10:01:02 +0000
|
136
210
|
Connection:
|
137
211
|
- keep-alive
|
138
212
|
Content-Length:
|
@@ -143,24 +217,24 @@ http_interactions:
|
|
143
217
|
- bitcoin-json-rpc/v0.7.2-beta
|
144
218
|
body:
|
145
219
|
encoding: US-ASCII
|
146
|
-
string: ! '{"result":
|
220
|
+
string: ! '{"result":8492.29750000,"error":null,"id":"jsonrpc"}
|
147
221
|
|
148
222
|
'
|
149
223
|
http_version:
|
150
|
-
recorded_at:
|
224
|
+
recorded_at: Sun, 07 Apr 2013 10:01:02 GMT
|
151
225
|
- request:
|
152
226
|
method: post
|
153
227
|
uri: http://admin1:123@localhost:19001/
|
154
228
|
body:
|
155
|
-
encoding:
|
156
|
-
string: ! '{"method":"sendfrom","params":["","
|
229
|
+
encoding: US-ASCII
|
230
|
+
string: ! '{"method":"sendfrom","params":["","n4MHmJXssZo46KVJKgRL6JRZu8R8KLXKVW",8502.2975,0],"id":"jsonrpc"}'
|
157
231
|
headers:
|
158
232
|
Accept:
|
159
233
|
- ! '*/*; q=0.5, application/xml'
|
160
234
|
Accept-Encoding:
|
161
235
|
- gzip, deflate
|
162
236
|
Content-Length:
|
163
|
-
- '
|
237
|
+
- '99'
|
164
238
|
User-Agent:
|
165
239
|
- Ruby
|
166
240
|
response:
|
@@ -169,7 +243,7 @@ http_interactions:
|
|
169
243
|
message: Internal Server Error
|
170
244
|
headers:
|
171
245
|
Date:
|
172
|
-
-
|
246
|
+
- Sun, 07 Apr 2013 10:01:02 +0000
|
173
247
|
Connection:
|
174
248
|
- close
|
175
249
|
Content-Length:
|
@@ -185,5 +259,5 @@ http_interactions:
|
|
185
259
|
|
186
260
|
'
|
187
261
|
http_version:
|
188
|
-
recorded_at:
|
262
|
+
recorded_at: Sun, 07 Apr 2013 10:01:02 GMT
|
189
263
|
recorded_with: VCR 2.4.0
|
@@ -4,7 +4,7 @@ http_interactions:
|
|
4
4
|
method: post
|
5
5
|
uri: http://admin1:123@localhost:19001/
|
6
6
|
body:
|
7
|
-
encoding:
|
7
|
+
encoding: US-ASCII
|
8
8
|
string: ! '{"method":"listaccounts","params":[1],"id":"jsonrpc"}'
|
9
9
|
headers:
|
10
10
|
Accept:
|
@@ -21,27 +21,27 @@ http_interactions:
|
|
21
21
|
message: OK
|
22
22
|
headers:
|
23
23
|
Date:
|
24
|
-
-
|
24
|
+
- Sun, 07 Apr 2013 10:00:55 +0000
|
25
25
|
Connection:
|
26
26
|
- keep-alive
|
27
27
|
Content-Length:
|
28
|
-
- '
|
28
|
+
- '109'
|
29
29
|
Content-Type:
|
30
30
|
- application/json
|
31
31
|
Server:
|
32
32
|
- bitcoin-json-rpc/v0.7.2-beta
|
33
33
|
body:
|
34
34
|
encoding: US-ASCII
|
35
|
-
string: ! '{"result":{"":
|
35
|
+
string: ! '{"result":{"":8502.99850000,"1":0.00000000,"name":0.00000000,"nona":0.00000000},"error":null,"id":"jsonrpc"}
|
36
36
|
|
37
37
|
'
|
38
38
|
http_version:
|
39
|
-
recorded_at:
|
39
|
+
recorded_at: Sun, 07 Apr 2013 10:00:55 GMT
|
40
40
|
- request:
|
41
41
|
method: post
|
42
42
|
uri: http://admin1:123@localhost:19001/
|
43
43
|
body:
|
44
|
-
encoding:
|
44
|
+
encoding: US-ASCII
|
45
45
|
string: ! '{"method":"getnewaddress","params":[""],"id":"jsonrpc"}'
|
46
46
|
headers:
|
47
47
|
Accept:
|
@@ -58,7 +58,81 @@ http_interactions:
|
|
58
58
|
message: OK
|
59
59
|
headers:
|
60
60
|
Date:
|
61
|
-
-
|
61
|
+
- Sun, 07 Apr 2013 10:00:55 +0000
|
62
|
+
Connection:
|
63
|
+
- keep-alive
|
64
|
+
Content-Length:
|
65
|
+
- '76'
|
66
|
+
Content-Type:
|
67
|
+
- 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
|
+
Content-Length:
|
89
|
+
- '56'
|
90
|
+
User-Agent:
|
91
|
+
- Ruby
|
92
|
+
response:
|
93
|
+
status:
|
94
|
+
code: 200
|
95
|
+
message: OK
|
96
|
+
headers:
|
97
|
+
Date:
|
98
|
+
- Sun, 07 Apr 2013 10:00:55 +0000
|
99
|
+
Connection:
|
100
|
+
- keep-alive
|
101
|
+
Content-Length:
|
102
|
+
- '76'
|
103
|
+
Content-Type:
|
104
|
+
- application/json
|
105
|
+
Server:
|
106
|
+
- bitcoin-json-rpc/v0.7.2-beta
|
107
|
+
body:
|
108
|
+
encoding: US-ASCII
|
109
|
+
string: ! '{"result":"mnUQUiLzuPnRjQHnrAdoohqkkVtfj3fp6s","error":null,"id":"jsonrpc"}
|
110
|
+
|
111
|
+
'
|
112
|
+
http_version:
|
113
|
+
recorded_at: Sun, 07 Apr 2013 10:00:55 GMT
|
114
|
+
- request:
|
115
|
+
method: post
|
116
|
+
uri: http://admin1:123@localhost:19001/
|
117
|
+
body:
|
118
|
+
encoding: US-ASCII
|
119
|
+
string: ! '{"method":"getnewaddress","params":["name"],"id":"jsonrpc"}'
|
120
|
+
headers:
|
121
|
+
Accept:
|
122
|
+
- ! '*/*; q=0.5, application/xml'
|
123
|
+
Accept-Encoding:
|
124
|
+
- 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
|
62
136
|
Connection:
|
63
137
|
- keep-alive
|
64
138
|
Content-Length:
|
@@ -69,16 +143,16 @@ http_interactions:
|
|
69
143
|
- bitcoin-json-rpc/v0.7.2-beta
|
70
144
|
body:
|
71
145
|
encoding: US-ASCII
|
72
|
-
string: ! '{"result":"
|
146
|
+
string: ! '{"result":"mqDP1twYQBYyu8rYh9Nz4ftSD4FEY4d2YE","error":null,"id":"jsonrpc"}
|
73
147
|
|
74
148
|
'
|
75
149
|
http_version:
|
76
|
-
recorded_at:
|
150
|
+
recorded_at: Sun, 07 Apr 2013 10:00:55 GMT
|
77
151
|
- request:
|
78
152
|
method: post
|
79
153
|
uri: http://admin1:123@localhost:19001/
|
80
154
|
body:
|
81
|
-
encoding:
|
155
|
+
encoding: US-ASCII
|
82
156
|
string: ! '{"method":"getnewaddress","params":["nona"],"id":"jsonrpc"}'
|
83
157
|
headers:
|
84
158
|
Accept:
|
@@ -95,7 +169,7 @@ http_interactions:
|
|
95
169
|
message: OK
|
96
170
|
headers:
|
97
171
|
Date:
|
98
|
-
-
|
172
|
+
- Sun, 07 Apr 2013 10:00:55 +0000
|
99
173
|
Connection:
|
100
174
|
- keep-alive
|
101
175
|
Content-Length:
|
@@ -106,16 +180,16 @@ http_interactions:
|
|
106
180
|
- bitcoin-json-rpc/v0.7.2-beta
|
107
181
|
body:
|
108
182
|
encoding: US-ASCII
|
109
|
-
string: ! '{"result":"
|
183
|
+
string: ! '{"result":"n4W14wx3pmqyScZ8495WynDV4NMHNpD6ZF","error":null,"id":"jsonrpc"}
|
110
184
|
|
111
185
|
'
|
112
186
|
http_version:
|
113
|
-
recorded_at:
|
187
|
+
recorded_at: Sun, 07 Apr 2013 10:00:55 GMT
|
114
188
|
- request:
|
115
189
|
method: post
|
116
190
|
uri: http://admin1:123@localhost:19001/
|
117
191
|
body:
|
118
|
-
encoding:
|
192
|
+
encoding: US-ASCII
|
119
193
|
string: ! '{"method":"getbalance","params":["nona",0],"id":"jsonrpc"}'
|
120
194
|
headers:
|
121
195
|
Accept:
|
@@ -132,7 +206,7 @@ http_interactions:
|
|
132
206
|
message: OK
|
133
207
|
headers:
|
134
208
|
Date:
|
135
|
-
-
|
209
|
+
- Sun, 07 Apr 2013 10:00:55 +0000
|
136
210
|
Connection:
|
137
211
|
- keep-alive
|
138
212
|
Content-Length:
|
@@ -147,13 +221,13 @@ http_interactions:
|
|
147
221
|
|
148
222
|
'
|
149
223
|
http_version:
|
150
|
-
recorded_at:
|
224
|
+
recorded_at: Sun, 07 Apr 2013 10:00:55 GMT
|
151
225
|
- request:
|
152
226
|
method: post
|
153
227
|
uri: http://admin1:123@localhost:19001/
|
154
228
|
body:
|
155
|
-
encoding:
|
156
|
-
string: ! '{"method":"sendfrom","params":["","
|
229
|
+
encoding: US-ASCII
|
230
|
+
string: ! '{"method":"sendfrom","params":["","n4W14wx3pmqyScZ8495WynDV4NMHNpD6ZF",5.5,0],"id":"jsonrpc"}'
|
157
231
|
headers:
|
158
232
|
Accept:
|
159
233
|
- ! '*/*; q=0.5, application/xml'
|
@@ -169,7 +243,7 @@ http_interactions:
|
|
169
243
|
message: OK
|
170
244
|
headers:
|
171
245
|
Date:
|
172
|
-
-
|
246
|
+
- Sun, 07 Apr 2013 10:00:56 +0000
|
173
247
|
Connection:
|
174
248
|
- keep-alive
|
175
249
|
Content-Length:
|
@@ -180,16 +254,16 @@ http_interactions:
|
|
180
254
|
- bitcoin-json-rpc/v0.7.2-beta
|
181
255
|
body:
|
182
256
|
encoding: US-ASCII
|
183
|
-
string: ! '{"result":"
|
257
|
+
string: ! '{"result":"19cc3add4a66ea392f8d8de5c8042a5fdd40fe28a33b30d5857c7f872192786b","error":null,"id":"jsonrpc"}
|
184
258
|
|
185
259
|
'
|
186
260
|
http_version:
|
187
|
-
recorded_at:
|
261
|
+
recorded_at: Sun, 07 Apr 2013 10:00:56 GMT
|
188
262
|
- request:
|
189
263
|
method: post
|
190
264
|
uri: http://admin1:123@localhost:19001/
|
191
265
|
body:
|
192
|
-
encoding:
|
266
|
+
encoding: US-ASCII
|
193
267
|
string: ! '{"method":"getbalance","params":["nona",0],"id":"jsonrpc"}'
|
194
268
|
headers:
|
195
269
|
Accept:
|
@@ -206,7 +280,7 @@ http_interactions:
|
|
206
280
|
message: OK
|
207
281
|
headers:
|
208
282
|
Date:
|
209
|
-
-
|
283
|
+
- Sun, 07 Apr 2013 10:00:56 +0000
|
210
284
|
Connection:
|
211
285
|
- keep-alive
|
212
286
|
Content-Length:
|
@@ -221,5 +295,5 @@ http_interactions:
|
|
221
295
|
|
222
296
|
'
|
223
297
|
http_version:
|
224
|
-
recorded_at:
|
298
|
+
recorded_at: Sun, 07 Apr 2013 10:00:56 GMT
|
225
299
|
recorded_with: VCR 2.4.0
|