[#452] Release ZcashLightClientKit 0.16.5-beta (#453)

0.16.5-beta

- [#449] Use CompactBlock Streamer download instead of batch downloads (#451)
This increases the speed of downloads significantly while reducing the memory footprint.
- [#435] thread sanitizer issues (#448)
Issues related to Thread Sanitizer warnings

Closes #452
This commit is contained in:
Francisco Gindre 2022-07-31 09:42:12 -03:00 committed by GitHub
parent a2283f0171
commit fba4cecbe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,9 @@
{
"network": "main",
"height": "1755000",
"hash": "00000000000aa431fa339ff48bd7ac55f31346f14407362884d5a04674e50e74",
"time": 1659139285,
"saplingTree": "01487aeb1b6ed4701c648e9ef247028ba2e94cd8d236c9bec59e5fb7022ef2b3660185ffc2003a288dde5dbfeb6fcedd3715386cb0b2ce71a10a546fdd25a3d4055d18000141a3a594e42cedd19855d8dbedd7ded0928962a40af5a504592a2bcbb648c100016871d23a7420a11788d2c0608f6d987b73771ff1d85bb4866343b5875f079b6600015979ac055368ed68e7f26aaf7c688d24af4f96274e2f455855f13c1678c2a93001774ce40898fe539ac97e91980ebe1a5085be10239eda6d0104738c819fad864801f1f47fa4eae37e6e1fd478673c43c8adde64dc9cf2281ad8a9c1624805b9385901a0951dffa15b626e4899f376c899245882f88c4ffede8cd7a242de51edfffa6600016bc4ff27516858b8cf13b7675fd90d56bde42f8571ed52e0731c7037dcea013b0001a5f05d22e67265d52a04314b17e58f7fc50933aea0ed5e430a020353a5ebe12401b311bd6baa175de69b09ad3ba0b03ef75c9eb74461c4f4f52120df856e15051f014ee0e948878a90bcb7278e4037bf44ef0325fea828c937ffa613ab946433301b0159a7b450b3e2fa85c1de2385f6e3b77298cda110ad590836972b26fc6ef2ed5a01aff9dd23237bcabbedfdc9a4241ee3c471e0b4d8a860658d5aa35e8a0594a9210001352446c36ff71e79bbed92275d7572cf1445e90155e7dbee94d37aab1858cf280134867611fb40f23a94fa1517e620cb3c4cab5b6d88fff002009e4e9c86dc5c3d01f5b866a0e1a8aa712824cef26261a7ee5a3f98747d1da413f86c681e319c423a01570f01e74ac0b816bdfb55ddec96081fe3da2557abf406ed30ccf93a20ae5f680000017e16ac72afb29d36b6ba9cead439f560ec9c25e60a178552a69a4748e7edf51e",
"orchardTree": "01f7f982f1e5bb2607adb498641aad65b0b886285c9d0354216fa9f0f0d97f442c001f01dc1c327185e61b049ff03531f9c8cb3818f7924a15b8cf325967801f0117442500000134e73998cd29120070cef7d8e8235a075528725ad9210a4e3d0565b40789561d000000000001f8be16a220acf8ba291b9b9bf14c1bbb3541c08d5a8a89f6205bf890a18ac93401130cfb41380fdd7836985e2c4c488fdc3d1d1bd4390f350f0e1b8a448f47ac1c012bcbdd308beca04006b18928c4418aad2b3650677289b1b45ea5a21095c5310301100ed4d0a8a440b03f1254ce1efb2d82a94cf001cffa0e7fd6ada813a2688b240130a69de998b87aebcd4c556503a45e559a422ecfbdf2f0e6318a8427e41a7b09017676cfe97afff13797f82f8d631bd29edde424854139c64ab8241e2a2331551401da371f0d3294843fd8f645019a04c07607342c70cf4cc793068355eaccdd671601bc79f0119f97113775379bf58f3f5d9d122766909b797947127b28248ff0720501c1eb3aa1717c2a696ce0aba6c5b5bda44c4eda5cf69ae376cc8b334a2c23fb2b0001374feb2041bfd423c6cc3e064ee2b4705748a082836d39dd723515357fb06e300000000000000000000000"
}

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ZcashLightClientKit'
s.version = '0.16.4-beta'
s.version = '0.16.5-beta'
s.summary = 'Zcash Light Client wallet SDK for iOS'
s.description = <<-DESC

View File

@ -1,3 +1,10 @@
# 0.16.5-beta
- [#449] Use CompactBlock Streamer download instead of batch downloads (#451)
This increases the speed of downloads significantly while reducing the memory footprint.
- [#435] thread sanitizer issues (#448)
Issues related to Thread Sanitizer warnings
Also new Checkpoint for 1755000 on mainnet
# 0.16.4-beta
- [#444] Syncing Restarts to zero when the wallet is wiped and synced from zero in one go. (#445)
- [#440] Split constants for Download Batches and Scanning Batches (#441)