Skip to content

Releases: StellarCN/py-stellar-base

2.0.0-alpha6

17 Oct 14:45
1a59a24
Compare
Choose a tag to compare
2.0.0-alpha6 Pre-release
Pre-release
release: 2.0.0-alpha6

1.4.0

10 Oct 13:50
2a6a936
Compare
Choose a tag to compare

release: 1.4.0

  • Adapt to Protocol v12. PathPaymentStrictReceive,
    PathPaymentStrictSend are supported.
  • Breaking change: PathPayment are marked as deprecated, although you can still use them now, please update your code immediately.
  • The Builder was also affected by the above changes, added append_path_payment_receive_send_op and append_path_payment_strict_send_op. append_path_payment_op are deprecated.

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.