Skip to content

Releases: LedgerHQ/lib-ledger-core

4.1.11

19 Jul 13:18
84a5ea8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.10...4.1.11

4.1.10

19 Jul 13:18
e5df32c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.9...4.1.10

4.1.9

19 Jul 13:18
38eec6c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.8...4.1.9

4.1.8

19 Jul 13:18
5da44a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.7...4.1.8

4.1.7

19 Jul 13:18
b7a61ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.6...4.1.7

4.1.6

19 Jul 13:18
401573f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.5...4.1.6

4.1.5

19 Jul 13:17
043597b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.4...4.1.5

4.1.4

19 Jul 13:17
2652d53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.3...4.1.4

4.1.3

19 Jul 13:17
5263347
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.2...4.1.3

NRT

12 Feb 12:51
b601840
Compare
Choose a tag to compare
NRT Pre-release
Pre-release
  • Stable test environment with libuv and cpp-http implementatioon of services
  • Fix and improve keychain discovery during synchronization
  • Fix reorgs management during synchronization
  • Major synchronization performance improve by reworking the database insertion (~600% improvement)
  • Performance improvement on SECP256K1 derivation during synchronization
  • Major performance improvement during synchronization thanks to multi-threaded synchronization
  • Global performance improvement by moving most part of the code on Thread pools instead of serial execution contexts
  • Fix a memory leak in database sessions
  • Fix a memory leak on HTTP connections
  • Lower memory allocation due to regex compilation in DateUtils
  • Minor bug fixes (ripple model, big int improvements...)
  • Deprecate BlockchainObserver features for all coins
  • Deprecate events NEW_OPERATION and NEW_ERC20_OPERATIONS for UPDATE_OPERATION and UPDATE_ERC
  • Fix XRP incremental synchronization
  • Improve runtime performances by splitting db connections between Write pool and Read pool