Valentin Balaschenko
Valentin Balaschenko
## High Level Overview of Change ### Context of Change ### Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...
## High Level Overview of Change This change is addressing the issue #5336 : Refactor HashRouter flags to be more type-safe - Switched numeric flags to enum type - Updated...
## High Level Overview of Change - In-memory cache is split between multiple instances of `TaggedCache` (i.e. `LedgerHistory`, `TreeNodeCache`, `AcceptedLedgerCache` and a few more). - There is no synchronisation between...
## High Level Overview of Change ### Context of Change ### Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...
## High Level Overview of Change ### Context of Change ### Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...
## High Level Overview of Change ### Context of Change ### Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...
## High Level Overview of Change The freeze logic was incorrectly blocking IOU issuers from transacting with their own frozen currency. This violated the XRP Ledger protocol, which specifies that...
## High Level Overview of Change Add missing `lsfMPTCanLock` flag check to `LoanBrokerCoverClawback` transaction to comply with XLS-66 specification requirements. ### Context of Change - Added lsfMPTCanLock validation in LoanBrokerCoverClawback::preclaimHelper()...
## High Level Overview of Change ### Context of Change ### Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...
## High Level Overview of Change - Introduces a MallocTrim helper in libxrpl to centralise calls to ::malloc_trim(0) on Linux/glibc and optionally record RSS before/after for debugging. - Wires mallocTrim...