Raj Patel

Results 7 issues of Raj Patel

## High Level Overview of Change Add support for [Lending Protocol XLS-66d](https://github.com/XRPLF/XRPL-Standards/pull/240). ### Context of Change ### Type of Change - [ ] Bug fix (non-breaking change which fixes an...

Kept empty `.eslintrc` file to avoid ESLint errors on purpose. This file can be deleted once below mentioned issue is resolved. ``` ESLint: 9.32.0 Error: Error while loading rule 'import/no-unused-modules':...

This switch [statement](https://github.com/XRPLF/xrpl.js/blob/de28f4057e9ba3faa478957955d428dd89d2a5da/packages/xrpl/src/utils/hashes/SHAMap/LeafNode.ts#L38) does not handle `NodeType.INNER` explicitly. Due to that eslint's rule @typescript-eslint/switch-exhaustiveness-check throws linting error. The logic needs to be triaged and fixed if this is really an...

## High Level Overview of Change Ran - `poetry update` https://python-poetry.org/docs/basic-usage/#updating-dependencies-to-their-latest-versions ### Context of Change ### Type of Change - [ ] Bug fix (non-breaking change which fixes an issue)...

Add support for [book_changes](https://xrpl.org/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_changes#book_changes) RPC

In future, if a dedicated Testnet faucet is created for xrpl4j integration tests, we would replace this piece of [code](https://github.com/XRPLF/xrpl4j/blob/898a21bc5f9b58e03ba31d72141d7cefa45db3a6/xrpl4j-integration-tests/src/test/java/org/xrpl/xrpl4j/tests/environment/TestnetEnvironment.java#L35) to read the endpoint from an environment variable which in-turn...

Currently JSON and Unit tests are mixed together in a single file for all the Immutables in [client package and other packages within it]( https://github.com/XRPLF/xrpl4j/tree/main/xrpl4j-core/src/main/java/org/xrpl/xrpl4j/model/client). For clarity, it would be...