cns 2.2.2 → 2.2.3

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: 12edc86b78ad43f6486f2a8e7ac98b10275fc04f5d71271144702bfb24dcd202
4
- data.tar.gz: 22cf9bd6d547ff99cae015b4a96fb590522ac0b65d9467f45724a84dce7fcfbb
3
+ metadata.gz: 0fd423ff5aef797f28a7b1d3411e13f72190d3aabc9ea3cf7c032c7a740f7994
4
+ data.tar.gz: 8dd12aeaa58fe4f0d093b65adab8fda9d5d23ea734f0c570abd1b9b121ceb1de
5
5
  SHA512:
6
- metadata.gz: b23c16a63b0387d50bead8099b2cb439f988d1d1c233f271269c7a8c68164a0867e4b3b6d9643fefdfe4366e22ab5c1da049249bafe767b192e5f12e857fae5f
7
- data.tar.gz: 6e0a2a81335b6b1f6ff837e9329fb307ba37a86e65a45a3d90e7a42152d6c9c656df403041a17a06d30b45a11b1fff4c1507f9ea0fcdc9af5f0ab2730c3c5cef
6
+ metadata.gz: a9a6d4023098513620daf8aa55d61b9f775e7f9e217f21af1d9703791b22b1ac11d4211f2a386a15464b5f893b554fc2db673066b43d6f72d0cf2b511827ec20
7
+ data.tar.gz: 7837d253c6474fd811f7dc63650e51e637324a7553687d81397c37bd304e1f03af8fb483b83ceff60129c98328cbf189ca60f14246f18fb94c06a9708d3a1ae5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cns (2.2.2)
4
+ cns (2.2.3)
5
5
  curb
6
6
  faraday
7
7
  faraday-retry
@@ -88,7 +88,7 @@ GEM
88
88
  google-cloud-core (1.9.0)
89
89
  google-cloud-env (>= 1.0, < 3.a)
90
90
  google-cloud-errors (~> 1.0)
91
- google-cloud-env (2.3.1)
91
+ google-cloud-env (2.4.0)
92
92
  base64 (~> 0.2)
93
93
  faraday (>= 1.0, < 3.a)
94
94
  google-cloud-errors (1.6.0)
@@ -165,7 +165,7 @@ GEM
165
165
  reverse_markdown (3.0.2)
166
166
  nokogiri
167
167
  rexml (3.4.4)
168
- rubocop (1.88.1)
168
+ rubocop (1.88.2)
169
169
  json (~> 2.3)
170
170
  language_server-protocol (~> 3.17.0.2)
171
171
  lint_roller (~> 1.1.0)
data/lib/cns/apibc.rb CHANGED
@@ -8,7 +8,7 @@ require('json')
8
8
  module Cns
9
9
  # classe para acesso dados blockchains
10
10
  class Apibc
11
- ESPS = 10_000 # Etherscan maximum records per page
11
+ ESPS = 1000 # Reduced Maximum Records Per Request on the Free API Tier
12
12
 
13
13
  def initialize
14
14
  @escn = bccn('https://api.etherscan.io')
data/lib/cns/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cns
4
- VERSION = '2.2.2'
4
+ VERSION = '2.2.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cns
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.2
4
+ version: 2.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hernâni Rodrigues Vaz