cns 0.2.5 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a47862314401c42edfb5a5d8755d61426eff0ec3bb442cc7212ea248882b6851
4
- data.tar.gz: 8295b8dd35aa236f53161ede0e1a5f09226d07380dd92e2cbbd889a54f5656e3
3
+ metadata.gz: 656f6faa698c986047e8b24bfffe02c7b32fda6d45457daa433ed6c569891fd6
4
+ data.tar.gz: 722b19cbd727d9ccac67f93c73973c02080cd944870b93826032dd7ed1bf31a8
5
5
  SHA512:
6
- metadata.gz: 794219bb93e08571b3413157a2290e7c8b1812c23ff548fcd4adc75322aa345785e1c4fc8394b5c102022d791cac4fc62bb2b52f6b680e2136752266444022b1
7
- data.tar.gz: 3f4f1e6c6c0b17a4501d32eb5a90a8270311d0d19ee268911bb49e73ff8c87a73f80185a2f4997441dd9e6e81e345097c902a6fa2d952740964d40293ed5da2b
6
+ metadata.gz: 6abbd6fea4de908090209bd0a9af059eed4747d1e6de35e79158073bebeaefccbe1ff2891cb1b384a6558efd5387a0449491b19626d19946f74aad70ed8c9e5f
7
+ data.tar.gz: 7b6156ebe6ec0e6339cb058b8715527aca5e627c74b491ac0f2ed2d6a088cbebb778cb008271d3f2a6131ed0e34bad420f5a8f426bed3554152625d7018859e9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cns (0.2.5)
4
+ cns (0.2.8)
5
5
  curb
6
6
  faraday
7
7
  google-cloud-bigquery
@@ -13,22 +13,27 @@ GEM
13
13
  addressable (2.7.0)
14
14
  public_suffix (>= 2.0.2, < 5.0)
15
15
  ast (2.4.2)
16
- backport (1.1.2)
16
+ backport (1.2.0)
17
17
  benchmark (0.1.1)
18
- concurrent-ruby (1.1.8)
18
+ concurrent-ruby (1.1.9)
19
19
  curb (0.9.11)
20
20
  declarative (0.0.20)
21
+ diff-lcs (1.4.4)
21
22
  e2mmap (0.1.0)
22
- faraday (1.4.1)
23
+ faraday (1.4.3)
24
+ faraday-em_http (~> 1.0)
25
+ faraday-em_synchrony (~> 1.0)
23
26
  faraday-excon (~> 1.1)
24
27
  faraday-net_http (~> 1.0)
25
28
  faraday-net_http_persistent (~> 1.1)
26
29
  multipart-post (>= 1.2, < 3)
27
30
  ruby2_keywords (>= 0.0.4)
31
+ faraday-em_http (1.0.0)
32
+ faraday-em_synchrony (1.0.0)
28
33
  faraday-excon (1.1.0)
29
34
  faraday-net_http (1.0.1)
30
35
  faraday-net_http_persistent (1.1.0)
31
- google-apis-bigquery_v2 (0.9.0)
36
+ google-apis-bigquery_v2 (0.13.0)
32
37
  google-apis-core (~> 0.1)
33
38
  google-apis-core (0.3.0)
34
39
  addressable (~> 2.5, >= 2.5.1)
@@ -40,11 +45,11 @@ GEM
40
45
  rexml
41
46
  signet (~> 0.14)
42
47
  webrick
43
- google-cloud-bigquery (1.31.0)
48
+ google-cloud-bigquery (1.32.0)
44
49
  concurrent-ruby (~> 1.0)
45
50
  google-apis-bigquery_v2 (~> 0.1)
46
- google-cloud-core (~> 1.2)
47
- googleauth (~> 0.9)
51
+ google-cloud-core (~> 1.6)
52
+ googleauth (>= 0.16.2, < 2.a)
48
53
  mini_mime (~> 1.0)
49
54
  google-cloud-core (1.6.0)
50
55
  google-cloud-env (~> 1.0)
@@ -69,17 +74,17 @@ GEM
69
74
  kwalify (0.7.2)
70
75
  memoist (0.16.2)
71
76
  mini_mime (1.1.0)
72
- mini_portile2 (2.5.1)
77
+ mini_portile2 (2.5.3)
73
78
  multi_json (1.15.0)
74
79
  multipart-post (2.1.1)
75
- nokogiri (1.11.3)
80
+ nokogiri (1.11.7)
76
81
  mini_portile2 (~> 2.5.0)
77
82
  racc (~> 1.4)
78
83
  os (1.1.1)
79
84
  parallel (1.20.1)
80
85
  parser (3.0.1.1)
81
86
  ast (~> 2.4.1)
82
- psych (3.3.1)
87
+ psych (3.3.2)
83
88
  public_suffix (4.0.6)
84
89
  racc (1.5.2)
85
90
  rainbow (3.0.0)
@@ -98,16 +103,16 @@ GEM
98
103
  reverse_markdown (2.0.0)
99
104
  nokogiri
100
105
  rexml (3.2.5)
101
- rubocop (1.13.0)
106
+ rubocop (1.17.0)
102
107
  parallel (~> 1.10)
103
108
  parser (>= 3.0.0.0)
104
109
  rainbow (>= 2.2.2, < 4.0)
105
110
  regexp_parser (>= 1.8, < 3.0)
106
111
  rexml
107
- rubocop-ast (>= 1.2.0, < 2.0)
112
+ rubocop-ast (>= 1.7.0, < 2.0)
108
113
  ruby-progressbar (~> 1.7)
109
114
  unicode-display_width (>= 1.4.0, < 3.0)
110
- rubocop-ast (1.5.0)
115
+ rubocop-ast (1.7.0)
111
116
  parser (>= 3.0.1.1)
112
117
  rubocop-rake (0.5.1)
113
118
  rubocop
@@ -118,10 +123,11 @@ GEM
118
123
  faraday (>= 0.17.3, < 2.0)
119
124
  jwt (>= 1.5, < 3.0)
120
125
  multi_json (~> 1.10)
121
- solargraph (0.40.4)
122
- backport (~> 1.1)
126
+ solargraph (0.42.3)
127
+ backport (~> 1.2)
123
128
  benchmark
124
129
  bundler (>= 1.17.2)
130
+ diff-lcs (~> 1.4)
125
131
  e2mmap
126
132
  jaro_winkler (~> 1.5)
127
133
  kramdown (~> 2.3)
@@ -154,4 +160,4 @@ DEPENDENCIES
154
160
  yard
155
161
 
156
162
  BUNDLED WITH
157
- 2.1.4
163
+ 2.2.19
data/bin/console CHANGED
File without changes
data/bin/setup CHANGED
File without changes
data/lib/cns/bigquery2.rb CHANGED
@@ -15,7 +15,7 @@ module Cns
15
15
  # @return [String] comando insert SQL formatado eth2bh
16
16
  def eth2bh_ins
17
17
  "insert #{BD}.eth2bh(balance,effectivebalance,epoch,validatorindex" \
18
- ") VALUES#{apibc.nov[0..1300].map { |obj| eth2bh_1val(obj) }.join(',')}"
18
+ ") VALUES#{apibc.nov[0..1000].map { |obj| eth2bh_1val(obj) }.join(',')}"
19
19
  end
20
20
 
21
21
  # @return [Etherscan] API blockchain ETH
data/lib/cns/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cns
4
- VERSION = '0.2.5'
4
+ VERSION = '0.2.9'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cns
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hernâni Rodrigues Vaz
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-04 00:00:00.000000000 Z
11
+ date: 2021-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -227,7 +227,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
227
227
  - !ruby/object:Gem::Version
228
228
  version: '0'
229
229
  requirements: []
230
- rubygems_version: 3.1.2
230
+ rubygems_version: 3.1.4
231
231
  signing_key:
232
232
  specification_version: 4
233
233
  summary: Arquiva transactions etherscan/greymass/bitcoinde/kraken/paymium/therock