Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Releases: LedgerHQ/lib-ledger-core

4.1.11

Choose a tag to compare

@BertrandD BertrandD released this 19 Jul 13:18
84a5ea8

What's Changed

Full Changelog: 4.1.10...4.1.11

4.1.10

Choose a tag to compare

@BertrandD BertrandD released this 19 Jul 13:18
e5df32c

What's Changed

Full Changelog: 4.1.9...4.1.10

4.1.9

Choose a tag to compare

@BertrandD BertrandD released this 19 Jul 13:18
38eec6c

What's Changed

New Contributors

Full Changelog: 4.1.8...4.1.9

4.1.8

Choose a tag to compare

@BertrandD BertrandD released this 19 Jul 13:18
5da44a6

What's Changed

Full Changelog: 4.1.7...4.1.8

4.1.7

Choose a tag to compare

@BertrandD BertrandD released this 19 Jul 13:18
b7a61ac

What's Changed

Full Changelog: 4.1.6...4.1.7

4.1.6

Choose a tag to compare

@BertrandD BertrandD released this 19 Jul 13:18
401573f

What's Changed

Full Changelog: 4.1.5...4.1.6

4.1.5

Choose a tag to compare

@BertrandD BertrandD released this 19 Jul 13:17
043597b

What's Changed

Full Changelog: 4.1.4...4.1.5

4.1.4

Choose a tag to compare

@BertrandD BertrandD released this 19 Jul 13:17
2652d53

What's Changed

Full Changelog: 4.1.3...4.1.4

4.1.3

Choose a tag to compare

@BertrandD BertrandD released this 19 Jul 13:17
5263347

What's Changed

Full Changelog: 4.1.2...4.1.3

NRT

NRT Pre-release
Pre-release

Choose a tag to compare

@pollastri-pierre pollastri-pierre released this 12 Feb 12:51
b601840
  • 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