peatio 2.4.4 → 2.6.4

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: cc4f8e1e466d879d27371bb2350c387de4862b67a5c7e22c09b5520de3d8fcf1
4
- data.tar.gz: e5db65471707d00d86e9c8e45c6f89de6ab09499b5ae1a8413cd7ede568b0c03
3
+ metadata.gz: eb5ff279c8332126085f186456d0cad0e4e4c8256699267dddb194fcefb7e5ae
4
+ data.tar.gz: 9f9b899a0dc8fd27ce67bcd65c946bafa0b4b5bdb70ca15f56068b4b1126bc20
5
5
  SHA512:
6
- metadata.gz: 94695de75e3bd793e5ebc90035c84cce5295d8cdebd4e1cf3c7b53301c70af019f1dbcedf7e60a76bcee33e36c5b7109ba504c9a28af490b7e1763bacdd5bff2
7
- data.tar.gz: 77c2083620d64aebc7d518a8943b83226d59999dae1f251a4b2ac7090acb62fd5bf8612b6e63ff7107d6922999db9dcdbc669b5327cef89620a3eb3eff7153c0
6
+ metadata.gz: 756d47c4904a5327b6593dd55b818be57aef5c2df9de0403682c46a60acf9e559caee2031191e55cb58e8e36921f91adff40c31ac58ad78647c1a105d6fe8c5c
7
+ data.tar.gz: 9defd1639dcbcba8c012309b3aa493e729435591683bc2affce3e33aa3c0ba069b5236c1937b9bd425be5d6d553414db14053cc5c00ac2412a82d2dcfed80a87
data/.drone.yml ADDED
@@ -0,0 +1,29 @@
1
+ ---
2
+ kind: pipeline
3
+ name: default
4
+
5
+ steps:
6
+ - name: Run rspec for each library
7
+ image: ruby:2.6
8
+ commands:
9
+ - bundle install
10
+ - bundle exec rspec
11
+
12
+ - name: Release gems
13
+ image: ruby:2.6
14
+ environment:
15
+ GEM_CREDENTIALS:
16
+ from_secret: gem_credentials
17
+ commands:
18
+ - mkdir -p ~/.gem
19
+ - echo $GEM_CREDENTIALS | base64 -d > ~/.gem/credentials
20
+ - chmod 0600 ~/.gem/credentials
21
+ - gem build peatio.gemspec
22
+ - gem push peatio-*.gem
23
+ when:
24
+ branch:
25
+ - master
26
+
27
+ trigger:
28
+ event:
29
+ - push
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- peatio (2.4.4)
4
+ peatio (2.6.4)
5
5
  activemodel (> 5.2, <= 6.0.0)
6
6
  amqp
7
7
  bunny
@@ -29,25 +29,25 @@ GEM
29
29
  zeitwerk (~> 2.1, >= 2.1.8)
30
30
  addressable (2.7.0)
31
31
  public_suffix (>= 2.0.2, < 5.0)
32
- amq-protocol (2.3.0)
32
+ amq-protocol (2.3.1)
33
33
  amqp (1.8.0)
34
34
  amq-protocol (>= 2.2.0)
35
35
  eventmachine
36
36
  ast (2.4.0)
37
- bump (0.8.0)
38
- bunny (2.14.3)
39
- amq-protocol (~> 2.3, >= 2.3.0)
37
+ bump (0.9.0)
38
+ bunny (2.15.0)
39
+ amq-protocol (~> 2.3, >= 2.3.1)
40
40
  bunny-mock (1.7.0)
41
41
  bunny (>= 1.7)
42
- byebug (11.0.1)
43
- clamp (1.3.1)
44
- coderay (1.1.2)
42
+ byebug (11.1.3)
43
+ clamp (1.3.2)
44
+ coderay (1.1.3)
45
45
  concurrent-ruby (1.1.6)
46
46
  cookiejar (0.3.3)
47
- daemons (1.3.1)
47
+ daemons (1.4.0)
48
48
  diff-lcs (1.3)
49
49
  docile (1.3.2)
50
- em-http-request (1.1.5)
50
+ em-http-request (1.1.7)
51
51
  addressable (>= 2.3.4)
52
52
  cookiejar (!= 0.3.1)
53
53
  em-socksify (>= 0.3)
@@ -59,102 +59,112 @@ GEM
59
59
  eventmachine
60
60
  em-synchrony (1.0.6)
61
61
  eventmachine (>= 1.0.0.beta.1)
62
- em-websocket (0.5.1)
62
+ em-websocket (0.5.2)
63
63
  eventmachine (>= 0.12.9)
64
64
  http_parser.rb (~> 0.6.0)
65
65
  em-websocket-client (0.1.2)
66
66
  eventmachine
67
67
  websocket
68
68
  eventmachine (1.2.7)
69
- faraday (0.17.3)
69
+ faraday (0.17.4)
70
70
  multipart-post (>= 1.2, < 3)
71
71
  faraday_middleware (0.13.1)
72
72
  faraday (>= 0.7.4, < 1.0)
73
- faye (1.2.4)
73
+ faye (1.4.0)
74
74
  cookiejar (>= 0.3.0)
75
- em-http-request (>= 0.3.0)
75
+ em-http-request (>= 1.1.6)
76
76
  eventmachine (>= 0.12.0)
77
- faye-websocket (>= 0.9.1)
77
+ faye-websocket (>= 0.11.0)
78
78
  multi_json (>= 1.0.0)
79
79
  rack (>= 1.0.0)
80
80
  websocket-driver (>= 0.5.1)
81
- faye-websocket (0.10.9)
81
+ faye-websocket (0.11.1)
82
82
  eventmachine (>= 0.12.0)
83
83
  websocket-driver (>= 0.5.1)
84
84
  http_parser.rb (0.6.0)
85
- i18n (1.8.2)
85
+ i18n (1.8.3)
86
86
  concurrent-ruby (~> 1.0)
87
- irb (1.0.0)
87
+ io-console (0.5.6)
88
+ irb (1.2.4)
89
+ reline (>= 0.0.1)
88
90
  jaro_winkler (1.5.4)
89
- json (2.2.0)
90
- jwt (2.2.1)
91
- method_source (0.9.2)
92
- minitest (5.14.0)
93
- multi_json (1.14.1)
91
+ json (2.3.0)
92
+ jwt (2.2.3)
93
+ method_source (1.0.0)
94
+ minitest (5.14.1)
95
+ multi_json (1.15.0)
94
96
  multipart-post (2.1.1)
95
97
  mysql2 (0.5.3)
96
- parallel (1.19.0)
97
- parser (2.6.5.0)
98
+ parallel (1.19.1)
99
+ parser (2.7.1.3)
98
100
  ast (~> 2.4.0)
99
- prometheus-client (2.0.0)
100
- pry (0.12.2)
101
- coderay (~> 1.1.0)
102
- method_source (~> 0.9.0)
103
- pry-byebug (3.7.0)
101
+ prometheus-client (2.1.0)
102
+ pry (0.13.1)
103
+ coderay (~> 1.1)
104
+ method_source (~> 1.0)
105
+ pry-byebug (3.9.0)
104
106
  byebug (~> 11.0)
105
- pry (~> 0.10)
106
- public_suffix (4.0.4)
107
+ pry (~> 0.13.0)
108
+ public_suffix (4.0.6)
107
109
  rack (2.2.2)
108
110
  rainbow (3.0.0)
109
111
  rake (13.0.1)
112
+ reline (0.1.4)
113
+ io-console (~> 0.5)
114
+ rexml (3.2.4)
110
115
  rspec (3.9.0)
111
116
  rspec-core (~> 3.9.0)
112
117
  rspec-expectations (~> 3.9.0)
113
118
  rspec-mocks (~> 3.9.0)
114
- rspec-core (3.9.0)
115
- rspec-support (~> 3.9.0)
116
- rspec-expectations (3.9.0)
119
+ rspec-core (3.9.2)
120
+ rspec-support (~> 3.9.3)
121
+ rspec-expectations (3.9.2)
117
122
  diff-lcs (>= 1.2.0, < 2.0)
118
123
  rspec-support (~> 3.9.0)
119
- rspec-mocks (3.9.0)
124
+ rspec-mocks (3.9.1)
120
125
  diff-lcs (>= 1.2.0, < 2.0)
121
126
  rspec-support (~> 3.9.0)
122
- rspec-support (3.9.0)
127
+ rspec-support (3.9.3)
123
128
  rspec_junit_formatter (0.4.1)
124
129
  rspec-core (>= 2, < 4, != 2.12.0)
125
- rubocop (0.76.0)
130
+ rubocop (0.82.0)
126
131
  jaro_winkler (~> 1.5.1)
127
132
  parallel (~> 1.10)
128
- parser (>= 2.6)
133
+ parser (>= 2.7.0.1)
129
134
  rainbow (>= 2.2.2, < 4.0)
135
+ rexml
130
136
  ruby-progressbar (~> 1.7)
131
- unicode-display_width (>= 1.4.0, < 1.7)
132
- rubocop-github (0.13.0)
133
- rubocop (~> 0.70)
134
- rubocop-performance (~> 1.3.0)
135
- rubocop-performance (1.3.0)
136
- rubocop (>= 0.68.0)
137
+ unicode-display_width (>= 1.4.0, < 2.0)
138
+ rubocop-github (0.16.0)
139
+ rubocop (<= 0.82.0)
140
+ rubocop-performance (~> 1.0)
141
+ rubocop-rails (~> 2.0)
142
+ rubocop-performance (1.6.1)
143
+ rubocop (>= 0.71.0)
144
+ rubocop-rails (2.6.0)
145
+ activesupport (>= 4.2.0)
146
+ rack (>= 1.1)
147
+ rubocop (>= 0.82.0)
137
148
  ruby-progressbar (1.10.1)
138
- simplecov (0.17.1)
149
+ simplecov (0.18.5)
139
150
  docile (~> 1.1)
140
- json (>= 1.8, < 3)
141
- simplecov-html (~> 0.10.0)
142
- simplecov-html (0.10.2)
143
- simplecov-json (0.2)
151
+ simplecov-html (~> 0.11)
152
+ simplecov-html (0.12.2)
153
+ simplecov-json (0.2.1)
144
154
  json
145
155
  simplecov
146
- thin (1.7.2)
156
+ thin (1.8.1)
147
157
  daemons (~> 1.0, >= 1.0.9)
148
158
  eventmachine (~> 1.0, >= 1.0.4)
149
159
  rack (>= 1, < 3)
150
160
  thread_safe (0.3.6)
151
161
  tzinfo (1.2.7)
152
162
  thread_safe (~> 0.1)
153
- unicode-display_width (1.6.0)
163
+ unicode-display_width (1.7.0)
154
164
  websocket (1.2.8)
155
- websocket-driver (0.7.1)
165
+ websocket-driver (0.7.4)
156
166
  websocket-extensions (>= 0.1.0)
157
- websocket-extensions (0.1.4)
167
+ websocket-extensions (0.1.5)
158
168
  zeitwerk (2.3.0)
159
169
 
160
170
  PLATFORMS
data/README.md CHANGED
@@ -1,3 +1,15 @@
1
+ ![Cryptocurrency Exchange Platform - OpenDAX](https://github.com/openware/meta/raw/main/images/github_opendax.png)
2
+
3
+ <h3 align="center">
4
+ <a href="https://www.openware.com/sdk">Guide</a> <span>&vert;</span>
5
+ <a href="https://www.openware.com/sdk/api.html">API Docs</a> <span>&vert;</span>
6
+ <a href="https://www.openware.com/">Consulting</a> <span>&vert;</span>
7
+ <a href="https://t.me/peatio">Community</a>
8
+ </h3>
9
+ <h6 align="center">Peatio is part of <a href="https://github.com/openware/opendax">OpenDAX Trading Platform</a></h6>
10
+
11
+ ---
12
+
1
13
  # Peatio
2
14
 
3
15
  Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/peatio`. To experiment with that code, run `bin/console` for an interactive prompt.
@@ -18,6 +18,7 @@ module Peatio #:nodoc:
18
18
  # txout: 1,
19
19
  # to_address: '0x9af4f143cd5ecfba0fcdd863c5ef52d5ccb4f3e5',
20
20
  # amount: 0.01,
21
+ # fee: 0.0004,
21
22
  # block_number: 7732274,
22
23
  # currency_id: 'eth',
23
24
  # status: 'success'
@@ -40,8 +41,10 @@ module Peatio #:nodoc:
40
41
  # the transaction amount has been successfully transferred
41
42
  #
42
43
  # failed - the transaction is failed in the blockchain.
44
+ #
45
+ # rejected - the transaction is rejected by user.
43
46
 
44
- STATUSES = %w[success pending failed].freeze
47
+ STATUSES = %w[success pending failed rejected].freeze
45
48
 
46
49
  DEFAULT_STATUS = 'pending'.freeze
47
50
 
@@ -53,6 +56,10 @@ module Peatio #:nodoc:
53
56
  # return [Integer] transaction number in send-to-many request
54
57
  attr_accessor :txout
55
58
 
59
+ # @!attribute [rw] from_address
60
+ # return [Array<String>] transaction source addresses
61
+ attr_accessor :from_addresses
62
+
56
63
  # @!attribute [rw] to_address
57
64
  # return [String] transaction recepient address
58
65
  attr_accessor :to_address
@@ -61,6 +68,10 @@ module Peatio #:nodoc:
61
68
  # return [Decimal] amount of the transaction
62
69
  attr_accessor :amount
63
70
 
71
+ # @!attribute [rw] fee
72
+ # return [Decimal] fee of the transaction
73
+ attr_accessor :fee
74
+
64
75
  # @!attribute [rw] block_number
65
76
  # return [Integer] transaction block number
66
77
  attr_accessor :block_number
@@ -69,6 +80,10 @@ module Peatio #:nodoc:
69
80
  # return [String] transaction currency id
70
81
  attr_accessor :currency_id
71
82
 
83
+ # @!attribute [rw] options
84
+ # return [JSON] transaction options
85
+ attr_accessor :options
86
+
72
87
  validates :to_address,
73
88
  :amount,
74
89
  :currency_id,
@@ -88,6 +103,9 @@ module Peatio #:nodoc:
88
103
  validates :amount,
89
104
  numericality: { greater_than_or_equal_to: 0 }
90
105
 
106
+ validates :fee,
107
+ numericality: { greater_than_or_equal_to: 0 }, allow_blank: true
108
+
91
109
  validates :status, inclusion: { in: STATUSES }
92
110
 
93
111
  def initialize(attributes={})
@@ -93,7 +93,7 @@ module Peatio
93
93
  price: trade[:price],
94
94
  amount: trade[:amount],
95
95
  market_id: @market,
96
- created_at: Time.at(trade[:date]).iso8601,
96
+ created_at: Time.at(trade[:date]).utc.iso8601,
97
97
  taker_type: trade[:taker_type]
98
98
  }
99
99
  end
@@ -1,3 +1,3 @@
1
1
  module Peatio
2
- VERSION = "2.4.4"
2
+ VERSION = "2.6.4"
3
3
  end
@@ -36,6 +36,23 @@ module Peatio
36
36
  # @see #configure
37
37
  SUPPORTED_SETTINGS = %i[wallet currency].freeze
38
38
 
39
+ # Hash of features supported by wallet.
40
+ #
41
+ # @abstract
42
+ #
43
+ # @see Abstract::SUPPORTED_FEATURES for list of features supported by peatio.
44
+ #
45
+ # @!attribute [r] features
46
+ # @return [Hash] list of features supported by wallet.
47
+ attr_reader :features
48
+
49
+ # List of features supported by peatio.
50
+ #
51
+ # @note Features list:
52
+ #
53
+ # skip_deposit_collection - defines if deposit will be collected to
54
+ # hot, warm, cold wallets.
55
+ SUPPORTED_FEATURES = %i[skip_deposit_collection].freeze
39
56
 
40
57
  # Abstract constructor.
41
58
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peatio
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.4
4
+ version: 2.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Louis B.
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-04-23 00:00:00.000000000 Z
12
+ date: 2021-05-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activemodel
@@ -391,6 +391,7 @@ executables:
391
391
  extensions: []
392
392
  extra_rdoc_files: []
393
393
  files:
394
+ - ".drone.yml"
394
395
  - ".gitignore"
395
396
  - ".rspec"
396
397
  - ".rubocop.yml"
@@ -456,7 +457,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
456
457
  - !ruby/object:Gem::Version
457
458
  version: '0'
458
459
  requirements: []
459
- rubygems_version: 3.0.3
460
+ rubygems_version: 3.0.3.1
460
461
  signing_key:
461
462
  specification_version: 4
462
463
  summary: Peatio is a gem for running critical core services