v10.1.0-beta.0
Pre-release
Pre-release
Shaptic
released this
13 Apr 17:02
·
157 commits
to master
since this release
v10.1.0-beta.0
Add
-
Support for Protocol 19 (#775):
- new precondition fields on a
TransactionResponse
- new account fields on
AccountResponse
andAccountRecord
- bumping
stellar-base
to the latest beta version
- new precondition fields on a
-
Add a way to filter offers by seller:
OfferCallBuilder.seller(string)
, corresponding toGET /offers?seller=<string>
(#773).
Fix
-
Add missing field to account responses:
last_modified_time
which is the time equivalent of the existinglast_modified_ledger
(#770). -
Stop opening extra connections when SSE streams receive
event: close
events (#772). -
Fix SSE streams not loading under React Native (thank you, @hunterpetersen!) (#761).