stellar-sdk 0.26.0 → 0.27.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 +4 -4
- data/CHANGELOG.md +11 -9
- data/README.md +2 -2
- data/lib/stellar-sdk.rb +4 -1
- metadata +15 -14
- data/lib/stellar/sdk/version.rb +0 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4956394163d9ef780494428a310af5d3a80b2b63caba45be39e42e55b7557298
|
|
4
|
+
data.tar.gz: 482c2efc7b68b1348551a08f9e8ab4dc17e723ae86b9dad76fd1bc94e42f72d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34dfeb9b87ce27716b0d97a17ef42ff91d8b1bb34bdfecdea9797ddc1f840eaa1c88957c42e39ef4ca41bdf17e0ec7b5a64b30f8a608ed3173f2e818f5c2013c
|
|
7
|
+
data.tar.gz: 48e93b269189a67e654ca59d83a0c697ed4388a418f668e67857a6026e1448e5766e006ccadfadb3993a1adc59ab629426336000acc651d32f41a0352ac9d8f3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
|
+
|
|
2
3
|
All notable changes to this project will be documented in this file.
|
|
3
4
|
|
|
4
5
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
5
6
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
7
|
|
|
7
|
-
## [
|
|
8
|
+
## [0.27.0](https://github.com/astroband/ruby-stellar-sdk/compare/v0.26.0...v0.27.0) (2021-05-08)
|
|
9
|
+
- No changes
|
|
8
10
|
|
|
9
|
-
## [0.26.0](https://github.com/
|
|
11
|
+
## [0.26.0](https://github.com/astroband/ruby-stellar-sdk/compare/v0.25.0...v0.26.0) - 2021-02-05
|
|
10
12
|
### Changed
|
|
11
13
|
- `Stellar::SEP10` is updated to comply with SEP10 v3.0.0 and v3.1.0
|
|
12
14
|
- `read_challenge_tx`` now verifies `domain` in challenge auth operation, as per SEP10 v3.0.0
|
|
@@ -14,7 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
14
16
|
- `build_challenge_tx` will encode the extra auth domain operation into the challenge tx
|
|
15
17
|
- `read_challenge_tx` will verify that the challenge includes the correct auth domain operation
|
|
16
18
|
|
|
17
|
-
## [0.25.0](https://github.com/
|
|
19
|
+
## [0.25.0](https://github.com/astroband/ruby-stellar-sdk/compare/v0.24.0...v0.25.0) - 2020-10-30
|
|
18
20
|
### Changed
|
|
19
21
|
- `Stellar::SEP10` is updated to comply with SEP10 v2.1.0
|
|
20
22
|
- `build_challenge_tx` now accepts `domain` instead of `anchor_name`, using the
|
|
@@ -24,25 +26,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
24
26
|
### Removed:
|
|
25
27
|
- Deprecated `Stellar::SEP10.verify_challenge_tx` method is removed
|
|
26
28
|
|
|
27
|
-
## [0.24.0](https://github.com/
|
|
29
|
+
## [0.24.0](https://github.com/astroband/ruby-stellar-sdk/compare/v0.23.1...v0.24.0) - 2020-10-20
|
|
28
30
|
- Protocol 14 support
|
|
29
31
|
|
|
30
|
-
## [0.23.1](https://github.com/
|
|
32
|
+
## [0.23.1](https://github.com/astroband/ruby-stellar-sdk/compare/v0.23.0...v0.23.1) - 2020-06-18
|
|
31
33
|
- Fix SEP10, considering muxed accounts
|
|
32
34
|
|
|
33
|
-
## [0.23.0](https://github.com/
|
|
35
|
+
## [0.23.0](https://github.com/astroband/ruby-stellar-sdk/compare/v0.9.0-rc.1...v0.23.0)
|
|
34
36
|
- No changes. We bumped this version to sync `stellar-sdk` and `stellar-base` versions
|
|
35
37
|
|
|
36
|
-
## [0.9.0](https://github.com/
|
|
38
|
+
## [0.9.0](https://github.com/astroband/ruby-stellar-sdk/compare/v0.8.0...v0.9.0-rc.1)
|
|
37
39
|
### Added
|
|
38
40
|
- Stellar Protocol 13 support
|
|
39
41
|
- Fee-Bump transactions ([CAP-0015](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0015.md))
|
|
40
42
|
- Multiplexed accounts ([CAP-0027](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0027.md))
|
|
41
43
|
- Fine-Grained control on trustline authorization ([CAP-0018](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0018.md))
|
|
42
44
|
|
|
43
|
-
## [0.8.0](https://github.com/
|
|
45
|
+
## [0.8.0](https://github.com/astroband/ruby-stellar-sdk/compare/v0.7.0...v0.8.0)
|
|
44
46
|
### Added
|
|
45
|
-
- SEP-10 Multisig Support [#69](https://github.com/
|
|
47
|
+
- SEP-10 Multisig Support [#69](https://github.com/astroband/ruby-stellar-sdk/pull/69)
|
|
46
48
|
- `X-Client-Name` and `X-Client-Version` headers
|
|
47
49
|
|
|
48
50
|
## [0.7.0] - 2019-04-26
|
data/README.md
CHANGED
|
@@ -39,7 +39,7 @@ client.send_payment({
|
|
|
39
39
|
})
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
-
Be sure to set the network when submitting to the public network (more information in [stellar-base](https://www.github.com/
|
|
42
|
+
Be sure to set the network when submitting to the public network (more information in [stellar-base](https://www.github.com/astroband/ruby-stellar-base)):
|
|
43
43
|
|
|
44
44
|
```ruby
|
|
45
45
|
Stellar.default_network = Stellar::Networks::PUBLIC
|
|
@@ -57,7 +57,7 @@ Stellar.default_network = Stellar::Networks::PUBLIC
|
|
|
57
57
|
## Contributing
|
|
58
58
|
|
|
59
59
|
1. Sign the [Contributor License Agreement](https://docs.google.com/forms/d/1g7EF6PERciwn7zfmfke5Sir2n10yddGGSXyZsq98tVY/viewform?usp=send_form)
|
|
60
|
-
2. Fork it ( https://github.com/
|
|
60
|
+
2. Fork it ( https://github.com/astroband/ruby-stellar-sdk/fork )
|
|
61
61
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
62
62
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
63
63
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/lib/stellar-sdk.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stellar-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.27.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Scott Fleckenstein
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: exe
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2021-
|
|
13
|
+
date: 2021-05-09 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: stellar-base
|
|
@@ -18,14 +18,14 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.
|
|
21
|
+
version: 0.27.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - '='
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 0.
|
|
28
|
+
version: 0.27.0
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: activesupport
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -75,7 +75,7 @@ dependencies:
|
|
|
75
75
|
version: 0.7.0
|
|
76
76
|
- - "<"
|
|
77
77
|
- !ruby/object:Gem::Version
|
|
78
|
-
version: '
|
|
78
|
+
version: '2.0'
|
|
79
79
|
type: :runtime
|
|
80
80
|
prerelease: false
|
|
81
81
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -85,7 +85,7 @@ dependencies:
|
|
|
85
85
|
version: 0.7.0
|
|
86
86
|
- - "<"
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
|
-
version: '
|
|
88
|
+
version: '2.0'
|
|
89
89
|
- !ruby/object:Gem::Dependency
|
|
90
90
|
name: toml-rb
|
|
91
91
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -112,14 +112,14 @@ dependencies:
|
|
|
112
112
|
requirements:
|
|
113
113
|
- - "~>"
|
|
114
114
|
- !ruby/object:Gem::Version
|
|
115
|
-
version: '2.
|
|
115
|
+
version: '2.2'
|
|
116
116
|
type: :development
|
|
117
117
|
prerelease: false
|
|
118
118
|
version_requirements: !ruby/object:Gem::Requirement
|
|
119
119
|
requirements:
|
|
120
120
|
- - "~>"
|
|
121
121
|
- !ruby/object:Gem::Version
|
|
122
|
-
version: '2.
|
|
122
|
+
version: '2.2'
|
|
123
123
|
- !ruby/object:Gem::Dependency
|
|
124
124
|
name: rake
|
|
125
125
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -165,17 +165,18 @@ files:
|
|
|
165
165
|
- lib/stellar/amount.rb
|
|
166
166
|
- lib/stellar/client.rb
|
|
167
167
|
- lib/stellar/horizon/problem.rb
|
|
168
|
-
- lib/stellar/sdk/version.rb
|
|
169
168
|
- lib/stellar/sep10.rb
|
|
170
169
|
- lib/stellar/transaction_page.rb
|
|
171
|
-
homepage: https://github.com/
|
|
170
|
+
homepage: https://github.com/astroband/ruby-stellar-sdk
|
|
172
171
|
licenses:
|
|
173
172
|
- Apache-2.0
|
|
174
173
|
metadata:
|
|
174
|
+
bug_tracker_uri: https://github.com/astroband/ruby-stellar-sdk/issues
|
|
175
|
+
changelog_uri: https://github.com/astroband/ruby-stellar-sdk/blob/v0.27.0/sdk/CHANGELOG.md
|
|
176
|
+
documentation_uri: https://rubydoc.info/gems/stellar-sdk/0.27.0/
|
|
175
177
|
github_repo: ssh://github.com/astroband/ruby-stellar-sdk
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
source_code_uri: https://github.com/astroband/ruby-stellar-sdk/tree/v0.26.0/sdk
|
|
178
|
+
homepage_uri: https://github.com/astroband/ruby-stellar-sdk/tree/main/sdk
|
|
179
|
+
source_code_uri: https://github.com/astroband/ruby-stellar-sdk/tree/v0.27.0/sdk
|
|
179
180
|
post_install_message:
|
|
180
181
|
rdoc_options: []
|
|
181
182
|
require_paths:
|
|
@@ -191,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
191
192
|
- !ruby/object:Gem::Version
|
|
192
193
|
version: '0'
|
|
193
194
|
requirements: []
|
|
194
|
-
rubygems_version: 3.2.
|
|
195
|
+
rubygems_version: 3.2.16
|
|
195
196
|
signing_key:
|
|
196
197
|
specification_version: 4
|
|
197
198
|
summary: Stellar client library
|