flow_client 0.1.2 → 0.2.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: 3bd686d62caad9fb944665388d7014910df8500b7252f6962e9cd46a9d78a95a
4
- data.tar.gz: d2357ad477ce9fa62f60ab0d510849e110aa172b9a2219f5986a5cecfa4992a3
3
+ metadata.gz: 6f5ab2e4ba804c2d62cb6483b8f79944ac2d9d8e3b29f9c31b4f3fb40bbc8650
4
+ data.tar.gz: 6cfdbcf1263662d94b7e7623c43904baeb63d992a1fb7ab572b38564377b20d6
5
5
  SHA512:
6
- metadata.gz: d589dbbda843abd41dac7cbfa7b2406bf1bffbbff7ed8bede326c2df5b21da048a35ec390762ccf9638a7ad7b38f527dfe47dd6243c4b601a8047a1106b3a504
7
- data.tar.gz: 47824803a2aac66cd2c272a1846ff09e02124187860faab26f2f6508ad9c929cee1acf4f414091793ed14b9156f003e172143f00892e14ccbde8a1c6649b9ab7
6
+ metadata.gz: 7accd7d47a96f1f8867870b04e7c3fa987a6d157f124c236997fc9b8da42796affa0678ca607696f0e172ab5c4bc10ce363c7a3d42eae538c49051dbde932874
7
+ data.tar.gz: fcd4d4672971546ac525e378bd33175a94bb69ca83bef0af257a7762cdc911330fb8e28fcc0825a20ae97282ba27d666fcbd1c93b68911ae94e83cc6743d3264
@@ -31,5 +31,7 @@ jobs:
31
31
  with:
32
32
  ruby-version: ${{ matrix.ruby-version }}
33
33
  bundler-cache: true # runs 'bundle install' and caches installed gems automatically
34
+ - name: Start the Flow emulator
35
+ run: docker-compose up -d
34
36
  - name: Run tests
35
37
  run: bundle exec rake
data/.rubocop.yml CHANGED
@@ -18,3 +18,9 @@ Style/StringLiteralsInInterpolation:
18
18
 
19
19
  Layout/LineLength:
20
20
  Max: 120
21
+
22
+ Metrics/BlockLength:
23
+ Exclude:
24
+ - 'Rakefile'
25
+ - '**/*.rake'
26
+ - 'spec/**/*.rb'
data/CHANGELOG.md CHANGED
@@ -3,3 +3,13 @@
3
3
  ## [0.1.0] - 2021-07-09
4
4
 
5
5
  - Initial release
6
+
7
+ ## [0.1.2] - 2021-07-09
8
+
9
+ - Initial release
10
+
11
+ ## [0.2.0] - 2021-11-08
12
+
13
+ - Added multiple signature support
14
+ - Added multi-party signing
15
+ - Added account creation
data/Gemfile CHANGED
@@ -8,4 +8,4 @@ gemspec
8
8
  gem "guard-rspec", "~> 4.7"
9
9
  gem "rake", "~> 13.0"
10
10
  gem "rspec", "~> 3.0"
11
- gem "rubocop", "~> 1.7"
11
+ gem "rubocop", "~> 1.22"
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- flow_client (0.1.2)
4
+ flow_client (0.2.0)
5
5
  grpc
6
6
  grpc-tools
7
7
  json
@@ -14,15 +14,15 @@ GEM
14
14
  ast (2.4.2)
15
15
  coderay (1.1.3)
16
16
  diff-lcs (1.4.4)
17
- ffi (1.15.3)
17
+ ffi (1.15.4)
18
18
  formatador (0.3.0)
19
- google-protobuf (3.17.3-universal-darwin)
20
- googleapis-common-protos-types (1.1.0)
19
+ google-protobuf (3.19.1-x86_64-darwin)
20
+ googleapis-common-protos-types (1.3.0)
21
21
  google-protobuf (~> 3.14)
22
- grpc (1.38.0-universal-darwin)
23
- google-protobuf (~> 3.15)
22
+ grpc (1.41.0-universal-darwin)
23
+ google-protobuf (~> 3.17)
24
24
  googleapis-common-protos-types (~> 1.0)
25
- grpc-tools (1.38.0)
25
+ grpc-tools (1.41.0)
26
26
  guard (2.18.0)
27
27
  formatador (>= 0.2.4)
28
28
  listen (>= 2.7, < 4.0)
@@ -37,7 +37,8 @@ GEM
37
37
  guard (~> 2.1)
38
38
  guard-compat (~> 1.1)
39
39
  rspec (>= 2.99.0, < 4.0)
40
- json (2.5.1)
40
+ ipaddr (1.2.3)
41
+ json (2.6.1)
41
42
  listen (3.7.0)
42
43
  rb-fsevent (~> 0.10, >= 0.10.3)
43
44
  rb-inotify (~> 0.9, >= 0.9.10)
@@ -47,8 +48,9 @@ GEM
47
48
  notiffany (0.1.3)
48
49
  nenv (~> 0.1)
49
50
  shellany (~> 0.0)
50
- openssl (2.2.0)
51
- parallel (1.20.1)
51
+ openssl (2.2.1)
52
+ ipaddr
53
+ parallel (1.21.0)
52
54
  parser (3.0.2.0)
53
55
  ast (~> 2.4.1)
54
56
  pry (0.14.1)
@@ -75,21 +77,21 @@ GEM
75
77
  diff-lcs (>= 1.2.0, < 2.0)
76
78
  rspec-support (~> 3.10.0)
77
79
  rspec-support (3.10.2)
78
- rubocop (1.19.1)
80
+ rubocop (1.22.1)
79
81
  parallel (~> 1.10)
80
82
  parser (>= 3.0.0.0)
81
83
  rainbow (>= 2.2.2, < 4.0)
82
84
  regexp_parser (>= 1.8, < 3.0)
83
85
  rexml
84
- rubocop-ast (>= 1.9.1, < 2.0)
86
+ rubocop-ast (>= 1.12.0, < 2.0)
85
87
  ruby-progressbar (~> 1.7)
86
88
  unicode-display_width (>= 1.4.0, < 3.0)
87
- rubocop-ast (1.10.0)
89
+ rubocop-ast (1.12.0)
88
90
  parser (>= 3.0.1.1)
89
91
  ruby-progressbar (1.11.0)
90
92
  shellany (0.0.1)
91
93
  thor (1.1.0)
92
- unicode-display_width (2.0.0)
94
+ unicode-display_width (2.1.0)
93
95
 
94
96
  PLATFORMS
95
97
  x86_64-darwin-20
@@ -100,7 +102,7 @@ DEPENDENCIES
100
102
  guard-rspec (~> 4.7)
101
103
  rake (~> 13.0)
102
104
  rspec (~> 3.0)
103
- rubocop (~> 1.7)
105
+ rubocop (~> 1.22)
104
106
 
105
107
  BUNDLED WITH
106
- 2.2.22
108
+ 2.2.26