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:39 +0000
26
+ - Tue, 04 Mar 2014 14:05:07 +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:39 GMT
41
+ recorded_at: Tue, 04 Mar 2014 14:05:07 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:39 +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":"mgNQxibg2tv1wzPXwDqKAjHe7zKYa8ewJ3","error":null,"id":"jsonrpc"}
73
-
74
- '
75
- http_version:
76
- recorded_at: Sun, 07 Apr 2013 10:00:39 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:39 +0000
65
+ - Tue, 04 Mar 2014 14:05:07 +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":"mn47vCDmgjiwmozz8LL1pYxBAptSfoax9R","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:39 GMT
80
+ recorded_at: Tue, 04 Mar 2014 14:05:07 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:39 +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":"mu71WJfrTwMhtVrdxF7XyXvaMu6GajM2dE","error":null,"id":"jsonrpc"}
147
-
148
- '
149
- http_version:
150
- recorded_at: Sun, 07 Apr 2013 10:00:39 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:39 +0000
104
+ - Tue, 04 Mar 2014 14:05:07 +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":"mtaZYCccVT9QUGBPR59qewtTg9r4DaXV9U","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:39 GMT
119
+ recorded_at: Tue, 04 Mar 2014 14:05:07 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:39 +0000
143
+ - Tue, 04 Mar 2014 14:05:07 +0000
210
144
  Connection:
211
145
  - keep-alive
212
146
  Content-Length:
@@ -221,7 +155,7 @@ http_interactions:
221
155
 
222
156
  '
223
157
  http_version:
224
- recorded_at: Sun, 07 Apr 2013 10:00:39 GMT
158
+ recorded_at: Tue, 04 Mar 2014 14:05:07 GMT
225
159
  - request:
226
160
  method: post
227
161
  uri: http://admin1:123@localhost:19001/
@@ -233,6 +167,8 @@ http_interactions:
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
  - '58'
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:39 +0000
182
+ - Tue, 04 Mar 2014 14:05:07 +0000
247
183
  Connection:
248
184
  - keep-alive
249
185
  Content-Length:
@@ -258,5 +194,5 @@ http_interactions:
258
194
 
259
195
  '
260
196
  http_version:
261
- recorded_at: Sun, 07 Apr 2013 10:00:39 GMT
262
- recorded_with: VCR 2.4.0
197
+ recorded_at: Tue, 04 Mar 2014 14:05:07 GMT
198
+ recorded_with: VCR 2.8.0