nano_rpc 0.22.0 → 0.23.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b0fe1a8b3f27b0ae58248e7b4261336a767f78bdbeffb7444f22ca59ba8653d2
4
- data.tar.gz: e34ae98b6eed6776e5b809b0333ab9963e30be2cd409f0aa3485f04151f5fb79
3
+ metadata.gz: 377bbb1c6fd50fe230fb9ebe841e2176a2fd72fa27aa96e1fd93b52873995057
4
+ data.tar.gz: 227d0ce357873969dbd38161f0a74004a22da567eb620de195a6fc2a2a6f2bcb
5
5
  SHA512:
6
- metadata.gz: c53a97d46d8a7216e64c10fe1d3f40a2a740b7f2161830084a33cd7440b3d41fa0d568c02a5444413f024edfbcf13f6f96b7652dabeb93e490a89cd1abbfac7f
7
- data.tar.gz: cf5b98f2f39f3d1230426416653f8dc5a8888c83ec4560e8037474bb47a3a94b1fdfdf0d8a41d0470ff66e8383fc283c0ac096982b6ebe247d932816f21147b3
6
+ metadata.gz: a0d3f8412660af44b29116226519f8be8893b8c1bd6b49e87474c7298cd8d5152cccf9f2b8277c7cc72876ec91f67d006a0dde0a86f9593cf297529df43a3c82
7
+ data.tar.gz: 2de492412362b7ad735ac3d35d150841ce75ff68a5e56102093e5d6596ebcc6cdeb1c580ad995b12b2667d73f1001e0e88f0f05a387a5d92e7349416fec8990b
data/README.md CHANGED
@@ -12,6 +12,7 @@ To run a Nano node locally, see [Nano Docker Docs](https://github.com/clemahieu/
12
12
 
13
13
  | Gem version | Nanocurrency version |
14
14
  |-------------|----------------------|
15
+ | 0.22 | >= 16.0 |
15
16
  | 0.20 | >= 15.0 |
16
17
  | 0.19 | >= 14.2, < 15.0 |
17
18
 
@@ -14,7 +14,8 @@ module NanoRpc::AccountMethods
14
14
  optional: %i[work]
15
15
  },
16
16
  account_history: {
17
- required: %i[count]
17
+ required: %i[count],
18
+ optional: %i[raw head]
18
19
  },
19
20
  account_info: {},
20
21
  account_key: {},
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module NanoRpc
3
- VERSION = '0.22.0'
3
+ VERSION = '0.23.0'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nano_rpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Craig-Kuhn (JCK)
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-10-01 00:00:00.000000000 Z
11
+ date: 2018-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler