Skip to content

Releases: StellarCN/py-stellar-base

2.0.0-alpha5

02 Oct 12:02
80d5bdc
Compare
Choose a tag to compare
2.0.0-alpha5 Pre-release
Pre-release
release: 2.0.0-alpha5

Add support for protocol 12.

2.0.0-alpha4

28 Sep 12:18
a850111
Compare
Choose a tag to compare
2.0.0-alpha4 Pre-release
Pre-release
release: 2.0.0-alpha4

1.3.2

24 Sep 13:42
5b9cf56
Compare
Choose a tag to compare
  • Add Builder.verify_challenge_tx method for verifying SEP-10 challenge transaction.

2.0.0-alpha3

27 Aug 14:16
e762fc7
Compare
Choose a tag to compare
2.0.0-alpha3 Pre-release
Pre-release
v2.0.0-alpha3 release

2.0.0-alpha2

27 Aug 14:17
2edfd30
Compare
Choose a tag to compare
2.0.0-alpha2 Pre-release
Pre-release
v2.0.0-alpha2 release

2.0.0-alpha1

14 Aug 15:51
4ef5a04
Compare
Choose a tag to compare
2.0.0-alpha1 Pre-release
Pre-release

This is a new major version that includes a new API and asynchronous support.

Not compatible with previous versions.

1.3.1

04 Aug 03:29
019dbf8
Compare
Choose a tag to compare
  • Add Builder.challenge_tx method for building SEP-10 challenge transaction.

1.3.0

24 Jul 15:27
8ce51ab
Compare
Choose a tag to compare
  • Breaking change: fetching data through SSE returns dict instead of a str.

1.2.2

20 Jun 06:41
421286f
Compare
Choose a tag to compare
  • fix(Operation.AllowTrust): AllowTrust.from_xdr_object may generate incorrect asset code.

1.2.1

09 Jun 01:53
d5af955
Compare
Choose a tag to compare
  • fix(Operation.ChangeTrust): An exception should be thrown when the limit is set to 0(int). (#206)