Denis Angell
Denis Angell
I tried to follow the config for running the integration tests. Cannot find module 'xrpl-local' or its corresponding type declarations. ``` lerna run test:integration --stream lerna notice cli v4.0.0 lerna...
## High Level Overview of Change Change all test suite names to match parent directory name. ### Context of Change This is better because when reviewing the test failures for...
Patch CTID
## High Level Overview of Change Fix a number of issues involved with CTID. 1. CTID is not present on all RPC `tx` transactions. 2. rpcWRONG_NETWORK was missing in the...
This commit introduces a new fix amendment (fixPayChanV1) which prevents the creation of new `PaymentChannelCreate` transaction with a `CancelAfter` time less than the current ledger time. It piggy backs off...
## High Level Overview of Change The [URIToken Amendment (XLS-35d)](https://github.com/XRPLF/XRPL-Standards/discussions/89) provides a lightweight alternative to XLS20 suitable for both main-net and side-chains. The amendment adds: A new type of ledger...
## High Level Overview of Change The proposed amendment to the XRPL protocol, [XLS-34d: Token-Enabled Escrows and Payment Channels](https://github.com/XRPLF/XRPL-Standards/pull/112), would introduce changes to the ledger objects, transactions, and rpc methods...
## High Level Overview of Change Update the list of Maintainers and Code Reviewers ### Context of Change ### Type of Change - [ ] Bug fix (non-breaking change which...
## Issue Description The DeliveredAmount is hard coded to only return a valid response after a specific timepoint or ledger index. This will cause issues with sidechains. https://github.com/XRPLF/rippled/blob/32ced493de22601b70234ba215d11e3666cc14cb/src/ripple/rpc/impl/DeliveredAmount.cpp#L74 ## Steps...
## High Level Overview of Change Adding functionality for [XLS-34d Amendment ](https://github.com/XRPLF/XRPL-Standards/discussions/88) ### Context of Change - [x] Transactions: Updated `Amount` - string -> Amount - [x] Ledger Object: Updated...
URITokens are Non-Fungible Tokens (NFTs) that exist as first-class on-ledger objects. They are uniquely identified by the hash of their issuer and Uniform Resource Identifier (URI), and can point to...