stellar-sdk 0.9.0.rc1 → 0.23.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/stellar/client.rb +1 -1
- data/lib/stellar/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d8a8fa97989972efbe53dd536b329596c7f0eaa9769aff84ceb86f3f70c0f69
|
4
|
+
data.tar.gz: 4d8e9eae54618c12ba827b62e8243a28cbe1c1dfe3b60e14b2e26394266a560b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4952c1aea1709d96d2933e9aeae95afd094c7708a95c450c385ab39cfa7ac96c725a78d9579c424d6cddc7ffad95260c2e75b2535504ee4e0031c41721b7235e
|
7
|
+
data.tar.gz: 8d3e8c2f10c959c4c52c3e26a61f61f7580bc3a93797b4ac8a976c0951133a79b60bbc6b07e9eabd5383cac2d11b62e67066163c9eda0ecaa580417a7056d6c3
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
|
+
## [0.9.0](https://github.com/stellar/ruby-stellar-sdk/compare/v0.9.0...v0.8.0)
|
8
|
+
### Added
|
9
|
+
- Stellar Protocol 13 support
|
10
|
+
- Fee-Bump transactions ([CAP-0015](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0015.md))
|
11
|
+
- Multiplexed accounts ([CAP-0027](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0027.md))
|
12
|
+
- Fine-Grained control on trustline authorization ([CAP-0018](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0018.md))
|
7
13
|
## [0.8.0](https://github.com/stellar/ruby-stellar-sdk/compare/v0.7.0...v0.8.0)
|
8
14
|
### Added
|
9
15
|
- SEP-10 Multisig Support [#69](https://github.com/stellar/ruby-stellar-sdk/pull/69)
|
data/lib/stellar/client.rb
CHANGED
@@ -199,7 +199,7 @@ module Stellar
|
|
199
199
|
unless options[:skip_memo_required_check]
|
200
200
|
check_memo_required(tx_envelope)
|
201
201
|
end
|
202
|
-
@horizon.transactions._post(tx:
|
202
|
+
@horizon.transactions._post(tx: tx_envelope.to_xdr(:base64))
|
203
203
|
end
|
204
204
|
|
205
205
|
# Required by SEP-0029
|
data/lib/stellar/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stellar-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.23.0.rc2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Scott Fleckenstein
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-06-
|
11
|
+
date: 2020-06-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: stellar-base
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.23.0.
|
19
|
+
version: 0.23.0.rc2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.23.0.
|
26
|
+
version: 0.23.0.rc2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: hyperclient
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -86,7 +86,7 @@ dependencies:
|
|
86
86
|
- - ">="
|
87
87
|
- !ruby/object:Gem::Version
|
88
88
|
version: 1.1.1
|
89
|
-
description:
|
89
|
+
description:
|
90
90
|
email:
|
91
91
|
- scott@stellar.org
|
92
92
|
executables: []
|
@@ -108,7 +108,7 @@ homepage: http://github.com/stellar/ruby-stellar-sdk
|
|
108
108
|
licenses:
|
109
109
|
- Apache-2.0
|
110
110
|
metadata: {}
|
111
|
-
post_install_message:
|
111
|
+
post_install_message:
|
112
112
|
rdoc_options: []
|
113
113
|
require_paths:
|
114
114
|
- lib
|
@@ -123,8 +123,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: 1.3.1
|
125
125
|
requirements: []
|
126
|
-
rubygems_version: 3.1.
|
127
|
-
signing_key:
|
126
|
+
rubygems_version: 3.1.4
|
127
|
+
signing_key:
|
128
128
|
specification_version: 4
|
129
129
|
summary: Stellar client library
|
130
130
|
test_files: []
|