peatio 2.6.2 → 2.6.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -4
- data/README.md +12 -0
- data/lib/peatio/transaction.rb +3 -1
- data/lib/peatio/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84b1d411b8dfcd1f8ee2ac2681eaeadc7ad47831a29e6b47c96e27570557a9fe
|
4
|
+
data.tar.gz: 5d20b6701264f5c7d9d22228c4711cb2cbaaf5c3e3e19a1298ace9856b9b8f5a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93cb0f60fa8470e1b442e5161886ded5664815d0be7322f56bd41c0264891f53f8bc526a32b288f9323b4f565e1193c2640b0802fdb9fd25ede501092bd6a1f3
|
7
|
+
data.tar.gz: 8d814b72378587412fa3cb1f47882220b76ddeb83f13742ed275f1751ccd0ff047021c2db9439b0e3cb6b2b09db8230677bb17ac0fb6413aa534b83d83d297df
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
peatio (2.6.
|
4
|
+
peatio (2.6.3)
|
5
5
|
activemodel (> 5.2, <= 6.0.0)
|
6
6
|
amqp
|
7
7
|
bunny
|
@@ -59,14 +59,14 @@ GEM
|
|
59
59
|
eventmachine
|
60
60
|
em-synchrony (1.0.6)
|
61
61
|
eventmachine (>= 1.0.0.beta.1)
|
62
|
-
em-websocket (0.5.
|
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.
|
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)
|
@@ -153,7 +153,7 @@ GEM
|
|
153
153
|
simplecov-json (0.2.1)
|
154
154
|
json
|
155
155
|
simplecov
|
156
|
-
thin (1.
|
156
|
+
thin (1.8.0)
|
157
157
|
daemons (~> 1.0, >= 1.0.9)
|
158
158
|
eventmachine (~> 1.0, >= 1.0.4)
|
159
159
|
rack (>= 1, < 3)
|
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>|</span>
|
5
|
+
<a href="https://www.openware.com/sdk/api.html">API Docs</a> <span>|</span>
|
6
|
+
<a href="https://www.openware.com/">Consulting</a> <span>|</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.
|
data/lib/peatio/transaction.rb
CHANGED
@@ -40,8 +40,10 @@ module Peatio #:nodoc:
|
|
40
40
|
# the transaction amount has been successfully transferred
|
41
41
|
#
|
42
42
|
# failed - the transaction is failed in the blockchain.
|
43
|
+
#
|
44
|
+
# rejected - the transaction is rejected by user.
|
43
45
|
|
44
|
-
STATUSES = %w[success pending failed].freeze
|
46
|
+
STATUSES = %w[success pending failed rejected].freeze
|
45
47
|
|
46
48
|
DEFAULT_STATUS = 'pending'.freeze
|
47
49
|
|
data/lib/peatio/version.rb
CHANGED
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.6.
|
4
|
+
version: 2.6.3
|
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:
|
12
|
+
date: 2021-03-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activemodel
|