Releases: LedgerHQ/lib-ledger-core
Releases · LedgerHQ/lib-ledger-core
4.1.11
What's Changed
- Remove txopindex from operationuid by @jcoatelen-ledger in #866
Full Changelog: 4.1.10...4.1.11
4.1.10
What's Changed
- VG-4576 Fix tezos reveal operation by @jcoatelen-ledger in #865
Full Changelog: 4.1.9...4.1.10
4.1.9
What's Changed
- VG-4356 Fix/tzindex gas price by @ktollec-ledger in #864
New Contributors
- @ktollec-ledger made their first contribution in #864
Full Changelog: 4.1.8...4.1.9
4.1.8
What's Changed
- VG-4357: Fix Tezos tx parser to handle new attributes from explorer by @jcoatelen-ledger in #862
Full Changelog: 4.1.7...4.1.8
4.1.7
What's Changed
- [VG-3785] [VG-3957] Fix Tezos delegation amount and receiver by @jcoatelen-ledger in #861
Full Changelog: 4.1.6...4.1.7
4.1.6
What's Changed
- Fix CI tests by @viktorb-ledger in #857
- VG-3617: Fix some weird crash in wd integration tests by @jcoatelen-ledger in #858
Full Changelog: 4.1.5...4.1.6
4.1.5
What's Changed
- Add return to TezosLikeTransactionApi::setOperation* by @viktorb-ledger in #853
- Add bitcoin_regtest network by @jcoatelen-ledger in #846
- Add segwit tests by @viktorb-ledger in #854
- [VG-3407] Fix undelegate crash by @jcoatelen-ledger in #855
Full Changelog: 4.1.4...4.1.5
4.1.4
What's Changed
- Rebase #799 onto release/4.0.0 by @gagbo in #796
- Add correlationId to Transaction API by @gagbo in #798
- [VG 741] Add MEMPOOL_GRACE_PERIOD_SECS config var (Port #799) by @gagbo in #800
- Speed up CircleCI build by @gagbo in #804
- fix(btc): correct prev output in optimistic update by @gagbo in #807
- Add more context when an optimistic transaction fails by @twilgenbus-ledger in #814
- [BTC] Update fees in optimistic update before insertion by @gagbo in #815
- Forward port stellar fix #812 by @twilgenbus-ledger in #818
- Stellar: Prevent XDR decoding to continue if an operation object is unknown by @pollastri-pierre in #825
- VG-1728: Remove the use of internal state in keychains by @jcoatelen-ledger in #829
- Bump patch version by @jcoatelen-ledger in #830
- [VG-2280] Fix very long delete operations on sql db for bitcoin transactions by @jcoatelen-ledger in #835
- [VG-2532] Fix excessive memory usage when getting erc20 balances by @jcoatelen-ledger in #837
- Diff of 4.0.0 to 4.1.0 by @twilgenbus-ledger in #828
- Fix potential regression on Tezos account sync + Addition of unit tests by @twilgenbus-ledger in #851
- Fix CircleCI by @jcoatelen-ledger in #852
Full Changelog: 4.1.3...4.1.4
4.1.3
What's Changed
- Fix artifacts upload by @viktorb-ledger in #841
- CI Tests: Web Service Mocking by @viktorb-ledger in #844
- Fix CI: enable tests by @viktorb-ledger in #845
- fix: throw correct exception when tezos account already exists by @jcoatelen-ledger in #849
- [VG-3094] Add operation_id in tezos transactions and update of uid formula by @jcoatelen-ledger in #848
Full Changelog: 4.1.2...4.1.3
NRT
- 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