stellar-sdk 0.23.0 → 0.23.1

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: 6ba0c7588160128f44661f6d2d76ae5222a480da069a632381996ea3e96673a4
4
- data.tar.gz: 6125026b196da359d48636cbf6f4e11492f2b197745fa1c035d9957ca169c405
3
+ metadata.gz: 83d2fa69cc1464de295aea3252915d41750d7aa1300c778a45ddba48f5584d3e
4
+ data.tar.gz: 350c012540421676d3b6367abca3f581ff83998150c454e5da8043eaa01eda37
5
5
  SHA512:
6
- metadata.gz: 0d5a62b7b0e532bd2c6c7e29c0628911cc37e3aabc81bc9301918fe34c2ea932d81fca416f5d989852ab4900e2a17b4ba4780fdf500eb5520687165526a54523
7
- data.tar.gz: 29f8a8feeba48b840406515e056640c2c13eab8b4b32b585af47c32c95e300987506f69f7c656d010588f34187bf6e3433e83d992194ff0d032b173361e7347b
6
+ metadata.gz: c6641384a007ddcfd741c53a389b9ae00c41a9c960f23a21197d2013118d3c62001a0f413775f7bb081917d5d68a3eec9424b5b8d484b935e6db0d75e1484ed2
7
+ data.tar.gz: 570cfe50af7ebe58a7741b918ede5f05ca733159c7608e9dfb8bf3cb66598f93c2728d0f0049555a8f43c357c8020f8391a9b12418ec5d180d165580a6f165bc
@@ -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.23.1](https://github.com/stellar/ruby-stellar-sdk/compare/v0.23.1...v0.23.0) - 2020-06-18
8
+ - Fix SEP10, considering muxed accounts
9
+
10
+ ## [0.23.0](https://github.com/stellar/ruby-stellar-sdk/compare/v0.23.0...v0.9.0)
11
+ - No changes. We bumped this version to sync `stellar-sdk` and `stellar-base` versions
12
+
7
13
  ## [0.9.0](https://github.com/stellar/ruby-stellar-sdk/compare/v0.9.0...v0.8.0)
8
14
  ### Added
9
15
  - Stellar Protocol 13 support
data/README.md CHANGED
@@ -11,14 +11,11 @@ Add this lines to your application's Gemfile:
11
11
 
12
12
  ```ruby
13
13
  gem 'stellar-sdk'
14
- gem 'xdr', git: 'https://github.com/stellar/ruby-xdr.git', tag: 'v3.0.1'
15
14
  ```
16
15
 
17
16
  And then execute:
18
17
 
19
18
  $ bundle
20
-
21
- **Note** we need to add such explicit `xdr` dependency, because version 3.0.1 is not on RubyGems yet. When it's published, you can remove this line
22
19
 
23
20
  Also requires libsodium. Installable via `brew install libsodium` on OS X.
24
21
 
@@ -75,7 +75,7 @@ module Stellar
75
75
  )
76
76
  end
77
77
 
78
- if transaction.source_account != server.raw_public_key
78
+ if transaction.source_account != server.muxed_account
79
79
  raise InvalidSep10ChallengeError.new(
80
80
  "The transaction source account is not equal to the server's account"
81
81
  )
@@ -1,3 +1,3 @@
1
1
  module Stellar
2
- VERSION = "0.23.0"
2
+ VERSION = "0.23.1"
3
3
  end
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.23.0
4
+ version: 0.23.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Fleckenstein
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-18 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.1
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.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: hyperclient
29
29
  requirement: !ruby/object:Gem::Requirement