Alphonse Noni Mousse

Results 10 issues of Alphonse Noni Mousse

A revision of #3007 to scale the fees for transactions with many memos which is csauing a spamming problem. It may be better to just change the coe to change...

## High Level Overview of Change ### Context of Change ### Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...

…e two such trustliens which exist: 2F8F21EFCAFD7ACFB07D5BB04F0D2E18587820C7611305BB674A64EAB0FA71E1 and 326035D5C0560A9DA8636545DD5A1B0DFCFF63E68D491B5522B767BB00564B1A. The fixTrustLinesToSelf fix amendment will remove them when it activates. I do not know how to test this change. ## High...

## High Level Overview of Change ### Context of Change ### Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...

Tech Debt

I am trying this PR again. The commit reduces the scope of the signer list parsing code to the Transactor and simplifies the SetSignerList transactor. It introduces an amendment because...

The following code uses `request` which may have already been moved-from: https://github.com/XRPLF/rippled/blob/e5275b857752c2d6078cb8774edbb7e60f179d72/src/ripple/overlay/impl/OverlayImpl.cpp#L316-L317 The `move` occurs at: https://github.com/XRPLF/rippled/blob/e5275b857752c2d6078cb8774edbb7e60f179d72/src/ripple/overlay/impl/OverlayImpl.cpp#L286 Maybe `throw` happens before this but never after. The call graph is complex...

Bug

The copy assignment function of the `PublicKey` behaves incorrectly if it does something `pk = pk;`

## High Level Overview of Change It simplifies the Transaction class and removes unnecessary exception code and variables ### Context of Change ### Type of Change - [ ] Bug...

Tech Debt
Testable
Blocked on requested changes

## High Level Overview of Change Enable link compression by default. ### Context of Change The server can save bandwidth by compressing its p2p communications at the cost of greater...

Tech Debt
Testable
Will Need Documentation
Needs Discussion
Perf Attn Needed

The peer port accepts HTTP connections but if someone connects with browser they seen only "Forbiden" message. A config option allows administrator to redirect to a webpage. For example the...