nanook 0.7.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -1
- data/CHANGELOG.md +26 -0
- data/Gemfile.lock +2 -2
- data/README.md +18 -7
- data/Rakefile +18 -0
- data/docs/0.7.0/apple-touch-icon.png +0 -0
- data/docs/0.7.0/classes/Nanook.html +572 -0
- data/docs/0.7.0/classes/Nanook/Account.html +909 -0
- data/docs/0.7.0/classes/Nanook/Block.html +717 -0
- data/docs/0.7.0/classes/Nanook/Error.html +84 -0
- data/docs/0.7.0/classes/Nanook/Key.html +253 -0
- data/docs/0.7.0/classes/Nanook/Node.html +657 -0
- data/docs/0.7.0/classes/Nanook/Rpc.html +247 -0
- data/docs/0.7.0/classes/Nanook/Util.html +197 -0
- data/docs/0.7.0/classes/Nanook/Wallet.html +986 -0
- data/docs/0.7.0/classes/Nanook/WalletAccount.html +446 -0
- data/docs/0.7.0/classes/Nanook/WorkPeer.html +294 -0
- data/docs/0.7.0/created.rid +14 -0
- data/docs/0.7.0/css/github.css +123 -0
- data/docs/0.7.0/css/main.css +374 -0
- data/docs/0.7.0/css/panel.css +360 -0
- data/docs/0.7.0/css/reset.css +48 -0
- data/docs/0.7.0/favicon.ico +0 -0
- data/docs/0.7.0/files/README_md.html +418 -0
- data/docs/0.7.0/files/lib/nanook/account_rb.html +89 -0
- data/docs/0.7.0/files/lib/nanook/block_rb.html +89 -0
- data/docs/0.7.0/files/lib/nanook/error_rb.html +89 -0
- data/docs/0.7.0/files/lib/nanook/key_rb.html +89 -0
- data/docs/0.7.0/files/lib/nanook/node_rb.html +89 -0
- data/docs/0.7.0/files/lib/nanook/rpc_rb.html +99 -0
- data/docs/0.7.0/files/lib/nanook/util_rb.html +89 -0
- data/docs/0.7.0/files/lib/nanook/version_rb.html +84 -0
- data/docs/0.7.0/files/lib/nanook/wallet_account_rb.html +89 -0
- data/docs/0.7.0/files/lib/nanook/wallet_rb.html +89 -0
- data/docs/0.7.0/files/lib/nanook/work_peer_rb.html +89 -0
- data/docs/0.7.0/files/lib/nanook_rb.html +94 -0
- data/docs/0.7.0/i/arrow-down.svg +8 -0
- data/docs/0.7.0/i/arrow-right.svg +8 -0
- data/docs/0.7.0/i/search.svg +12 -0
- data/docs/0.7.0/i/tree_bg.svg +8 -0
- data/docs/0.7.0/index.html +11 -0
- data/docs/0.7.0/js/highlight.pack.js +1 -0
- data/docs/0.7.0/js/jquery-1.3.2.min.js +19 -0
- data/docs/0.7.0/js/main.js +25 -0
- data/docs/0.7.0/js/navigation.js +142 -0
- data/docs/0.7.0/js/search_index.js +1 -0
- data/docs/0.7.0/js/searchdoc.js +465 -0
- data/docs/0.7.0/js/searcher.js +229 -0
- data/docs/0.7.0/panel/index.html +47 -0
- data/docs/0.7.0/panel/links.html +32 -0
- data/docs/0.7.0/panel/tree.js +1 -0
- data/docs/0.8.0/apple-touch-icon.png +0 -0
- data/docs/0.8.0/classes/Nanook.html +621 -0
- data/docs/0.8.0/classes/Nanook/Account.html +971 -0
- data/docs/0.8.0/classes/Nanook/Block.html +759 -0
- data/docs/0.8.0/classes/Nanook/Error.html +84 -0
- data/docs/0.8.0/classes/Nanook/Key.html +295 -0
- data/docs/0.8.0/classes/Nanook/Node.html +657 -0
- data/docs/0.8.0/classes/Nanook/Rpc.html +247 -0
- data/docs/0.8.0/classes/Nanook/Util.html +264 -0
- data/docs/0.8.0/classes/Nanook/Wallet.html +1056 -0
- data/docs/0.8.0/classes/Nanook/WalletAccount.html +582 -0
- data/docs/0.8.0/classes/Nanook/WorkPeer.html +294 -0
- data/docs/0.8.0/created.rid +14 -0
- data/docs/0.8.0/css/github.css +123 -0
- data/docs/0.8.0/css/main.css +374 -0
- data/docs/0.8.0/css/panel.css +360 -0
- data/docs/0.8.0/css/reset.css +48 -0
- data/docs/0.8.0/favicon.ico +0 -0
- data/docs/0.8.0/files/README_md.html +423 -0
- data/docs/0.8.0/files/lib/nanook/account_rb.html +89 -0
- data/docs/0.8.0/files/lib/nanook/block_rb.html +89 -0
- data/docs/0.8.0/files/lib/nanook/error_rb.html +89 -0
- data/docs/0.8.0/files/lib/nanook/key_rb.html +89 -0
- data/docs/0.8.0/files/lib/nanook/node_rb.html +89 -0
- data/docs/0.8.0/files/lib/nanook/rpc_rb.html +99 -0
- data/docs/0.8.0/files/lib/nanook/util_rb.html +97 -0
- data/docs/0.8.0/files/lib/nanook/version_rb.html +84 -0
- data/docs/0.8.0/files/lib/nanook/wallet_account_rb.html +89 -0
- data/docs/0.8.0/files/lib/nanook/wallet_rb.html +89 -0
- data/docs/0.8.0/files/lib/nanook/work_peer_rb.html +89 -0
- data/docs/0.8.0/files/lib/nanook_rb.html +94 -0
- data/docs/0.8.0/i/arrow-down.svg +8 -0
- data/docs/0.8.0/i/arrow-right.svg +8 -0
- data/docs/0.8.0/i/search.svg +12 -0
- data/docs/0.8.0/i/tree_bg.svg +8 -0
- data/docs/0.8.0/index.html +11 -0
- data/docs/0.8.0/js/highlight.pack.js +1 -0
- data/docs/0.8.0/js/jquery-1.3.2.min.js +19 -0
- data/docs/0.8.0/js/main.js +25 -0
- data/docs/0.8.0/js/navigation.js +142 -0
- data/docs/0.8.0/js/search_index.js +1 -0
- data/docs/0.8.0/js/searchdoc.js +465 -0
- data/docs/0.8.0/js/searcher.js +229 -0
- data/docs/0.8.0/panel/index.html +47 -0
- data/docs/0.8.0/panel/links.html +32 -0
- data/docs/0.8.0/panel/tree.js +1 -0
- data/docs/1.0.0/apple-touch-icon.png +0 -0
- data/docs/1.0.0/classes/Nanook.html +621 -0
- data/docs/1.0.0/classes/Nanook/Account.html +971 -0
- data/docs/1.0.0/classes/Nanook/Block.html +759 -0
- data/docs/1.0.0/classes/Nanook/Error.html +84 -0
- data/docs/1.0.0/classes/Nanook/Key.html +295 -0
- data/docs/1.0.0/classes/Nanook/Node.html +657 -0
- data/docs/1.0.0/classes/Nanook/Rpc.html +247 -0
- data/docs/1.0.0/classes/Nanook/Util.html +264 -0
- data/docs/1.0.0/classes/Nanook/Wallet.html +1056 -0
- data/docs/1.0.0/classes/Nanook/WalletAccount.html +582 -0
- data/docs/1.0.0/classes/Nanook/WorkPeer.html +294 -0
- data/docs/1.0.0/created.rid +14 -0
- data/docs/1.0.0/css/github.css +123 -0
- data/docs/1.0.0/css/main.css +374 -0
- data/docs/1.0.0/css/panel.css +360 -0
- data/docs/1.0.0/css/reset.css +48 -0
- data/docs/1.0.0/favicon.ico +0 -0
- data/docs/1.0.0/files/README_md.html +423 -0
- data/docs/1.0.0/files/lib/nanook/account_rb.html +89 -0
- data/docs/1.0.0/files/lib/nanook/block_rb.html +89 -0
- data/docs/1.0.0/files/lib/nanook/error_rb.html +89 -0
- data/docs/1.0.0/files/lib/nanook/key_rb.html +89 -0
- data/docs/1.0.0/files/lib/nanook/node_rb.html +89 -0
- data/docs/1.0.0/files/lib/nanook/rpc_rb.html +99 -0
- data/docs/1.0.0/files/lib/nanook/util_rb.html +97 -0
- data/docs/1.0.0/files/lib/nanook/version_rb.html +84 -0
- data/docs/1.0.0/files/lib/nanook/wallet_account_rb.html +89 -0
- data/docs/1.0.0/files/lib/nanook/wallet_rb.html +89 -0
- data/docs/1.0.0/files/lib/nanook/work_peer_rb.html +89 -0
- data/docs/1.0.0/files/lib/nanook_rb.html +94 -0
- data/docs/1.0.0/i/arrow-down.svg +8 -0
- data/docs/1.0.0/i/arrow-right.svg +8 -0
- data/docs/1.0.0/i/search.svg +12 -0
- data/docs/1.0.0/i/tree_bg.svg +8 -0
- data/docs/1.0.0/index.html +11 -0
- data/docs/1.0.0/js/highlight.pack.js +1 -0
- data/docs/1.0.0/js/jquery-1.3.2.min.js +19 -0
- data/docs/1.0.0/js/main.js +25 -0
- data/docs/1.0.0/js/navigation.js +142 -0
- data/docs/1.0.0/js/search_index.js +1 -0
- data/docs/1.0.0/js/searchdoc.js +465 -0
- data/docs/1.0.0/js/searcher.js +229 -0
- data/docs/1.0.0/panel/index.html +47 -0
- data/docs/1.0.0/panel/links.html +32 -0
- data/docs/1.0.0/panel/tree.js +1 -0
- data/docs/apple-touch-icon.png +0 -0
- data/docs/classes/Nanook.html +572 -0
- data/docs/classes/Nanook/Account.html +907 -0
- data/docs/classes/Nanook/Block.html +717 -0
- data/docs/classes/Nanook/Error.html +84 -0
- data/docs/classes/Nanook/Key.html +253 -0
- data/docs/classes/Nanook/Node.html +657 -0
- data/docs/classes/Nanook/Rpc.html +247 -0
- data/docs/classes/Nanook/Util.html +197 -0
- data/docs/classes/Nanook/Wallet.html +778 -0
- data/docs/classes/Nanook/WalletAccount.html +447 -0
- data/docs/classes/Nanook/WorkPeer.html +294 -0
- data/docs/created.rid +14 -0
- data/docs/css/github.css +123 -0
- data/docs/css/main.css +374 -0
- data/docs/css/panel.css +360 -0
- data/docs/css/reset.css +48 -0
- data/docs/favicon.ico +0 -0
- data/docs/files/README_md.html +408 -0
- data/docs/files/lib/nanook/account_rb.html +89 -0
- data/docs/files/lib/nanook/block_rb.html +89 -0
- data/docs/files/lib/nanook/error_rb.html +89 -0
- data/docs/files/lib/nanook/key_rb.html +89 -0
- data/docs/files/lib/nanook/node_rb.html +89 -0
- data/docs/files/lib/nanook/rpc_rb.html +99 -0
- data/docs/files/lib/nanook/util_rb.html +89 -0
- data/docs/files/lib/nanook/version_rb.html +84 -0
- data/docs/files/lib/nanook/wallet_account_rb.html +89 -0
- data/docs/files/lib/nanook/wallet_rb.html +89 -0
- data/docs/files/lib/nanook/work_peer_rb.html +89 -0
- data/docs/files/lib/nanook_rb.html +94 -0
- data/docs/i/arrow-down.svg +8 -0
- data/docs/i/arrow-right.svg +8 -0
- data/docs/i/search.svg +12 -0
- data/docs/i/tree_bg.svg +8 -0
- data/docs/index.html +11 -0
- data/docs/js/highlight.pack.js +1 -0
- data/docs/js/jquery-1.3.2.min.js +19 -0
- data/docs/js/main.js +25 -0
- data/docs/js/navigation.js +142 -0
- data/docs/js/search_index.js +1 -0
- data/docs/js/searchdoc.js +465 -0
- data/docs/js/searcher.js +229 -0
- data/docs/panel/index.html +47 -0
- data/docs/panel/links.html +32 -0
- data/docs/panel/tree.js +1 -0
- data/lib/nanook.rb +40 -4
- data/lib/nanook/account.rb +250 -8
- data/lib/nanook/block.rb +25 -2
- data/lib/nanook/key.rb +10 -2
- data/lib/nanook/node.rb +4 -0
- data/lib/nanook/rpc.rb +5 -1
- data/lib/nanook/util.rb +9 -1
- data/lib/nanook/version.rb +1 -1
- data/lib/nanook/wallet.rb +275 -14
- data/lib/nanook/wallet_account.rb +63 -11
- data/lib/nanook/work_peer.rb +4 -0
- metadata +188 -3
@@ -1,15 +1,30 @@
|
|
1
1
|
class Nanook
|
2
2
|
class WalletAccount
|
3
3
|
|
4
|
-
|
4
|
+
UNITS = [:raw, :nano]
|
5
|
+
DEFAULT_UNIT = :nano
|
6
|
+
|
7
|
+
def initialize(rpc, wallet, account)
|
8
|
+
@rpc = rpc
|
5
9
|
@wallet = wallet
|
6
10
|
@account = account
|
7
|
-
@rpc = rpc
|
8
11
|
|
9
12
|
# An object to delegate account methods that don't
|
10
13
|
# expect a wallet param in the RPC call, to allow this
|
11
14
|
# class to support all methods that can be called on Nanook::Account
|
12
|
-
@nanook_account_instance = Nanook::Account.new(
|
15
|
+
@nanook_account_instance = Nanook::Account.new(@rpc, @account)
|
16
|
+
|
17
|
+
# Wallet instance to call contains? on to check account
|
18
|
+
# is in wallet
|
19
|
+
@nanook_wallet_instance = Nanook::Wallet.new(@rpc, @wallet)
|
20
|
+
|
21
|
+
if @account
|
22
|
+
account_must_belong_to_wallet!
|
23
|
+
end
|
24
|
+
end
|
25
|
+
|
26
|
+
def account_id
|
27
|
+
@account
|
13
28
|
end
|
14
29
|
|
15
30
|
def create
|
@@ -19,15 +34,32 @@ class Nanook
|
|
19
34
|
|
20
35
|
def destroy
|
21
36
|
wallet_required!
|
22
|
-
|
23
|
-
|
37
|
+
(rpc(:account_remove)[:removed] == 1).tap do |success|
|
38
|
+
@known_valid_accounts.delete(@account) if success
|
39
|
+
end
|
40
|
+
end
|
41
|
+
|
42
|
+
def inspect # :nodoc:
|
43
|
+
"#{self.class.name}(wallet_id: #{wallet_id}, account_id: #{account_id}, object_id: \"#{"0x00%x" % (object_id << 1)}\")"
|
24
44
|
end
|
25
45
|
|
26
|
-
def pay(to:, amount:, id:)
|
46
|
+
def pay(to:, amount:, unit: DEFAULT_UNIT, id:)
|
27
47
|
wallet_required!
|
28
|
-
account_required!
|
29
48
|
|
30
|
-
|
49
|
+
unless UNITS.include?(unit)
|
50
|
+
raise ArgumentError.new("Unsupported unit: #{unit}")
|
51
|
+
end
|
52
|
+
|
53
|
+
# Check that to: account is valid
|
54
|
+
unless Nanook::Account.new(@rpc, to).exists?
|
55
|
+
raise ArgumentError.new("To account does not exist (#{to})")
|
56
|
+
end
|
57
|
+
|
58
|
+
raw = if unit.to_sym.eql?(:nano)
|
59
|
+
Nanook::Util.NANO_to_raw(amount)
|
60
|
+
else
|
61
|
+
amount
|
62
|
+
end
|
31
63
|
|
32
64
|
# account is called source, so don't use the normal rpc method
|
33
65
|
p = {
|
@@ -38,13 +70,18 @@ class Nanook
|
|
38
70
|
id: id
|
39
71
|
}
|
40
72
|
|
41
|
-
@rpc.call(:send, p)
|
73
|
+
response = @rpc.call(:send, p)
|
74
|
+
|
75
|
+
if response.has_key?(:error)
|
76
|
+
return response[:error]
|
77
|
+
end
|
78
|
+
|
79
|
+
response[:block]
|
42
80
|
end
|
43
81
|
|
44
82
|
# Returns false if no block to receive
|
45
83
|
def receive(block=nil)
|
46
84
|
wallet_required!
|
47
|
-
account_required!
|
48
85
|
|
49
86
|
if block.nil?
|
50
87
|
_receive_without_block
|
@@ -53,6 +90,10 @@ class Nanook
|
|
53
90
|
end
|
54
91
|
end
|
55
92
|
|
93
|
+
def wallet_id
|
94
|
+
@wallet
|
95
|
+
end
|
96
|
+
|
56
97
|
# Any method of Nanook::Account can be called on this class too
|
57
98
|
def method_missing(m, *args, &block)
|
58
99
|
if @nanook_account_instance.respond_to?(m)
|
@@ -97,10 +138,21 @@ class Nanook
|
|
97
138
|
end
|
98
139
|
end
|
99
140
|
|
100
|
-
def
|
141
|
+
def account_must_belong_to_wallet!
|
101
142
|
if @account.nil?
|
102
143
|
raise ArgumentError.new("Account must be present")
|
103
144
|
end
|
145
|
+
|
146
|
+
@known_valid_accounts ||= []
|
147
|
+
|
148
|
+
# validate account is in wallet
|
149
|
+
return if @known_valid_accounts.include?(@account)
|
150
|
+
|
151
|
+
if @nanook_wallet_instance.contains?(@account)
|
152
|
+
@known_valid_accounts << @account
|
153
|
+
else
|
154
|
+
raise ArgumentError.new("Account does not exist in wallet. Account: #{@account}, wallet: #{@wallet}")
|
155
|
+
end
|
104
156
|
end
|
105
157
|
|
106
158
|
end
|
data/lib/nanook/work_peer.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nanook
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luke Duncalfe
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-03-
|
11
|
+
date: 2018-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -133,6 +133,7 @@ files:
|
|
133
133
|
- ".circleci/config.yml"
|
134
134
|
- ".gitignore"
|
135
135
|
- ".rspec"
|
136
|
+
- CHANGELOG.md
|
136
137
|
- Gemfile
|
137
138
|
- Gemfile.lock
|
138
139
|
- LICENSE.txt
|
@@ -140,6 +141,190 @@ files:
|
|
140
141
|
- Rakefile
|
141
142
|
- bin/console
|
142
143
|
- bin/setup
|
144
|
+
- docs/0.7.0/apple-touch-icon.png
|
145
|
+
- docs/0.7.0/classes/Nanook.html
|
146
|
+
- docs/0.7.0/classes/Nanook/Account.html
|
147
|
+
- docs/0.7.0/classes/Nanook/Block.html
|
148
|
+
- docs/0.7.0/classes/Nanook/Error.html
|
149
|
+
- docs/0.7.0/classes/Nanook/Key.html
|
150
|
+
- docs/0.7.0/classes/Nanook/Node.html
|
151
|
+
- docs/0.7.0/classes/Nanook/Rpc.html
|
152
|
+
- docs/0.7.0/classes/Nanook/Util.html
|
153
|
+
- docs/0.7.0/classes/Nanook/Wallet.html
|
154
|
+
- docs/0.7.0/classes/Nanook/WalletAccount.html
|
155
|
+
- docs/0.7.0/classes/Nanook/WorkPeer.html
|
156
|
+
- docs/0.7.0/created.rid
|
157
|
+
- docs/0.7.0/css/github.css
|
158
|
+
- docs/0.7.0/css/main.css
|
159
|
+
- docs/0.7.0/css/panel.css
|
160
|
+
- docs/0.7.0/css/reset.css
|
161
|
+
- docs/0.7.0/favicon.ico
|
162
|
+
- docs/0.7.0/files/README_md.html
|
163
|
+
- docs/0.7.0/files/lib/nanook/account_rb.html
|
164
|
+
- docs/0.7.0/files/lib/nanook/block_rb.html
|
165
|
+
- docs/0.7.0/files/lib/nanook/error_rb.html
|
166
|
+
- docs/0.7.0/files/lib/nanook/key_rb.html
|
167
|
+
- docs/0.7.0/files/lib/nanook/node_rb.html
|
168
|
+
- docs/0.7.0/files/lib/nanook/rpc_rb.html
|
169
|
+
- docs/0.7.0/files/lib/nanook/util_rb.html
|
170
|
+
- docs/0.7.0/files/lib/nanook/version_rb.html
|
171
|
+
- docs/0.7.0/files/lib/nanook/wallet_account_rb.html
|
172
|
+
- docs/0.7.0/files/lib/nanook/wallet_rb.html
|
173
|
+
- docs/0.7.0/files/lib/nanook/work_peer_rb.html
|
174
|
+
- docs/0.7.0/files/lib/nanook_rb.html
|
175
|
+
- docs/0.7.0/i/arrow-down.svg
|
176
|
+
- docs/0.7.0/i/arrow-right.svg
|
177
|
+
- docs/0.7.0/i/search.svg
|
178
|
+
- docs/0.7.0/i/tree_bg.svg
|
179
|
+
- docs/0.7.0/index.html
|
180
|
+
- docs/0.7.0/js/highlight.pack.js
|
181
|
+
- docs/0.7.0/js/jquery-1.3.2.min.js
|
182
|
+
- docs/0.7.0/js/main.js
|
183
|
+
- docs/0.7.0/js/navigation.js
|
184
|
+
- docs/0.7.0/js/search_index.js
|
185
|
+
- docs/0.7.0/js/searchdoc.js
|
186
|
+
- docs/0.7.0/js/searcher.js
|
187
|
+
- docs/0.7.0/panel/index.html
|
188
|
+
- docs/0.7.0/panel/links.html
|
189
|
+
- docs/0.7.0/panel/tree.js
|
190
|
+
- docs/0.8.0/apple-touch-icon.png
|
191
|
+
- docs/0.8.0/classes/Nanook.html
|
192
|
+
- docs/0.8.0/classes/Nanook/Account.html
|
193
|
+
- docs/0.8.0/classes/Nanook/Block.html
|
194
|
+
- docs/0.8.0/classes/Nanook/Error.html
|
195
|
+
- docs/0.8.0/classes/Nanook/Key.html
|
196
|
+
- docs/0.8.0/classes/Nanook/Node.html
|
197
|
+
- docs/0.8.0/classes/Nanook/Rpc.html
|
198
|
+
- docs/0.8.0/classes/Nanook/Util.html
|
199
|
+
- docs/0.8.0/classes/Nanook/Wallet.html
|
200
|
+
- docs/0.8.0/classes/Nanook/WalletAccount.html
|
201
|
+
- docs/0.8.0/classes/Nanook/WorkPeer.html
|
202
|
+
- docs/0.8.0/created.rid
|
203
|
+
- docs/0.8.0/css/github.css
|
204
|
+
- docs/0.8.0/css/main.css
|
205
|
+
- docs/0.8.0/css/panel.css
|
206
|
+
- docs/0.8.0/css/reset.css
|
207
|
+
- docs/0.8.0/favicon.ico
|
208
|
+
- docs/0.8.0/files/README_md.html
|
209
|
+
- docs/0.8.0/files/lib/nanook/account_rb.html
|
210
|
+
- docs/0.8.0/files/lib/nanook/block_rb.html
|
211
|
+
- docs/0.8.0/files/lib/nanook/error_rb.html
|
212
|
+
- docs/0.8.0/files/lib/nanook/key_rb.html
|
213
|
+
- docs/0.8.0/files/lib/nanook/node_rb.html
|
214
|
+
- docs/0.8.0/files/lib/nanook/rpc_rb.html
|
215
|
+
- docs/0.8.0/files/lib/nanook/util_rb.html
|
216
|
+
- docs/0.8.0/files/lib/nanook/version_rb.html
|
217
|
+
- docs/0.8.0/files/lib/nanook/wallet_account_rb.html
|
218
|
+
- docs/0.8.0/files/lib/nanook/wallet_rb.html
|
219
|
+
- docs/0.8.0/files/lib/nanook/work_peer_rb.html
|
220
|
+
- docs/0.8.0/files/lib/nanook_rb.html
|
221
|
+
- docs/0.8.0/i/arrow-down.svg
|
222
|
+
- docs/0.8.0/i/arrow-right.svg
|
223
|
+
- docs/0.8.0/i/search.svg
|
224
|
+
- docs/0.8.0/i/tree_bg.svg
|
225
|
+
- docs/0.8.0/index.html
|
226
|
+
- docs/0.8.0/js/highlight.pack.js
|
227
|
+
- docs/0.8.0/js/jquery-1.3.2.min.js
|
228
|
+
- docs/0.8.0/js/main.js
|
229
|
+
- docs/0.8.0/js/navigation.js
|
230
|
+
- docs/0.8.0/js/search_index.js
|
231
|
+
- docs/0.8.0/js/searchdoc.js
|
232
|
+
- docs/0.8.0/js/searcher.js
|
233
|
+
- docs/0.8.0/panel/index.html
|
234
|
+
- docs/0.8.0/panel/links.html
|
235
|
+
- docs/0.8.0/panel/tree.js
|
236
|
+
- docs/1.0.0/apple-touch-icon.png
|
237
|
+
- docs/1.0.0/classes/Nanook.html
|
238
|
+
- docs/1.0.0/classes/Nanook/Account.html
|
239
|
+
- docs/1.0.0/classes/Nanook/Block.html
|
240
|
+
- docs/1.0.0/classes/Nanook/Error.html
|
241
|
+
- docs/1.0.0/classes/Nanook/Key.html
|
242
|
+
- docs/1.0.0/classes/Nanook/Node.html
|
243
|
+
- docs/1.0.0/classes/Nanook/Rpc.html
|
244
|
+
- docs/1.0.0/classes/Nanook/Util.html
|
245
|
+
- docs/1.0.0/classes/Nanook/Wallet.html
|
246
|
+
- docs/1.0.0/classes/Nanook/WalletAccount.html
|
247
|
+
- docs/1.0.0/classes/Nanook/WorkPeer.html
|
248
|
+
- docs/1.0.0/created.rid
|
249
|
+
- docs/1.0.0/css/github.css
|
250
|
+
- docs/1.0.0/css/main.css
|
251
|
+
- docs/1.0.0/css/panel.css
|
252
|
+
- docs/1.0.0/css/reset.css
|
253
|
+
- docs/1.0.0/favicon.ico
|
254
|
+
- docs/1.0.0/files/README_md.html
|
255
|
+
- docs/1.0.0/files/lib/nanook/account_rb.html
|
256
|
+
- docs/1.0.0/files/lib/nanook/block_rb.html
|
257
|
+
- docs/1.0.0/files/lib/nanook/error_rb.html
|
258
|
+
- docs/1.0.0/files/lib/nanook/key_rb.html
|
259
|
+
- docs/1.0.0/files/lib/nanook/node_rb.html
|
260
|
+
- docs/1.0.0/files/lib/nanook/rpc_rb.html
|
261
|
+
- docs/1.0.0/files/lib/nanook/util_rb.html
|
262
|
+
- docs/1.0.0/files/lib/nanook/version_rb.html
|
263
|
+
- docs/1.0.0/files/lib/nanook/wallet_account_rb.html
|
264
|
+
- docs/1.0.0/files/lib/nanook/wallet_rb.html
|
265
|
+
- docs/1.0.0/files/lib/nanook/work_peer_rb.html
|
266
|
+
- docs/1.0.0/files/lib/nanook_rb.html
|
267
|
+
- docs/1.0.0/i/arrow-down.svg
|
268
|
+
- docs/1.0.0/i/arrow-right.svg
|
269
|
+
- docs/1.0.0/i/search.svg
|
270
|
+
- docs/1.0.0/i/tree_bg.svg
|
271
|
+
- docs/1.0.0/index.html
|
272
|
+
- docs/1.0.0/js/highlight.pack.js
|
273
|
+
- docs/1.0.0/js/jquery-1.3.2.min.js
|
274
|
+
- docs/1.0.0/js/main.js
|
275
|
+
- docs/1.0.0/js/navigation.js
|
276
|
+
- docs/1.0.0/js/search_index.js
|
277
|
+
- docs/1.0.0/js/searchdoc.js
|
278
|
+
- docs/1.0.0/js/searcher.js
|
279
|
+
- docs/1.0.0/panel/index.html
|
280
|
+
- docs/1.0.0/panel/links.html
|
281
|
+
- docs/1.0.0/panel/tree.js
|
282
|
+
- docs/apple-touch-icon.png
|
283
|
+
- docs/classes/Nanook.html
|
284
|
+
- docs/classes/Nanook/Account.html
|
285
|
+
- docs/classes/Nanook/Block.html
|
286
|
+
- docs/classes/Nanook/Error.html
|
287
|
+
- docs/classes/Nanook/Key.html
|
288
|
+
- docs/classes/Nanook/Node.html
|
289
|
+
- docs/classes/Nanook/Rpc.html
|
290
|
+
- docs/classes/Nanook/Util.html
|
291
|
+
- docs/classes/Nanook/Wallet.html
|
292
|
+
- docs/classes/Nanook/WalletAccount.html
|
293
|
+
- docs/classes/Nanook/WorkPeer.html
|
294
|
+
- docs/created.rid
|
295
|
+
- docs/css/github.css
|
296
|
+
- docs/css/main.css
|
297
|
+
- docs/css/panel.css
|
298
|
+
- docs/css/reset.css
|
299
|
+
- docs/favicon.ico
|
300
|
+
- docs/files/README_md.html
|
301
|
+
- docs/files/lib/nanook/account_rb.html
|
302
|
+
- docs/files/lib/nanook/block_rb.html
|
303
|
+
- docs/files/lib/nanook/error_rb.html
|
304
|
+
- docs/files/lib/nanook/key_rb.html
|
305
|
+
- docs/files/lib/nanook/node_rb.html
|
306
|
+
- docs/files/lib/nanook/rpc_rb.html
|
307
|
+
- docs/files/lib/nanook/util_rb.html
|
308
|
+
- docs/files/lib/nanook/version_rb.html
|
309
|
+
- docs/files/lib/nanook/wallet_account_rb.html
|
310
|
+
- docs/files/lib/nanook/wallet_rb.html
|
311
|
+
- docs/files/lib/nanook/work_peer_rb.html
|
312
|
+
- docs/files/lib/nanook_rb.html
|
313
|
+
- docs/i/arrow-down.svg
|
314
|
+
- docs/i/arrow-right.svg
|
315
|
+
- docs/i/search.svg
|
316
|
+
- docs/i/tree_bg.svg
|
317
|
+
- docs/index.html
|
318
|
+
- docs/js/highlight.pack.js
|
319
|
+
- docs/js/jquery-1.3.2.min.js
|
320
|
+
- docs/js/main.js
|
321
|
+
- docs/js/navigation.js
|
322
|
+
- docs/js/search_index.js
|
323
|
+
- docs/js/searchdoc.js
|
324
|
+
- docs/js/searcher.js
|
325
|
+
- docs/panel/index.html
|
326
|
+
- docs/panel/links.html
|
327
|
+
- docs/panel/tree.js
|
143
328
|
- img/qr.png
|
144
329
|
- lib/nanook.rb
|
145
330
|
- lib/nanook/account.rb
|
@@ -174,7 +359,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
174
359
|
version: '0'
|
175
360
|
requirements: []
|
176
361
|
rubyforge_project:
|
177
|
-
rubygems_version: 2.
|
362
|
+
rubygems_version: 2.4.5.1
|
178
363
|
signing_key:
|
179
364
|
specification_version: 4
|
180
365
|
summary: Ruby library for managing a nano currency node, including making and receiving
|