-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Comparing changes
Open a pull request
base repository: XRPLF/rippled
base: 2.2.0
head repository: XRPLF/rippled
compare: 2.3.0-b1
- 20 commits
- 1,335 files changed
- 11 contributors
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3d1bb2 - Browse repository at this point
Copy the full SHA e3d1bb2View commit details -
Add new command line option to make replaying transactions easier: (#…
…5027) * Add trap_tx_hash command line option This new option can be used only if replay is also enabled. It takes a transaction hash from the ledger loaded for replay, and will cause a specific line to be hit in Transactor.cpp, right before the selected transaction is applied.
Configuration menu - View commit details
-
Copy full SHA for d576416 - Browse repository at this point
Copy the full SHA d576416View commit details
Commits on Jun 12, 2024
-
Add missed coma in 'exportes_sources'
Configuration menu - View commit details
-
Copy full SHA for 58f3abe - Browse repository at this point
Copy the full SHA 58f3abeView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 263e984 - Browse repository at this point
Copy the full SHA 263e984View commit details -
fixReducedOffersV2: prevent offers from blocking order books: (#5032)
Fixes issue #4937. The fixReducedOffersV1 amendment fixed certain forms of offer modification that could lead to blocked order books. Reduced offers can block order books if the effective quality of the reduced offer is worse than the quality of the original offer (from the perspective of the taker). It turns out that, for small values, the quality of the reduced offer can be significantly affected by the rounding mode used during scaling computations. Issue #4937 identified an additional code path that modified offers in a way that could lead to blocked order books. This commit changes the rounding in that newly located code path so the quality of the modified offer is never worse than the quality of the offer as it was originally placed. It is possible that additional ways of producing blocking offers will come to light. Therefore there may be a future need for a V3 amendment.
Configuration menu - View commit details
-
Copy full SHA for ae7ea33 - Browse repository at this point
Copy the full SHA ae7ea33View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 20d0549 - Browse repository at this point
Copy the full SHA 20d0549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f5e321 - Browse repository at this point
Copy the full SHA 3f5e321View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f7c619 - Browse repository at this point
Copy the full SHA 9f7c619View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 06733ec - Browse repository at this point
Copy the full SHA 06733ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8258640 - Browse repository at this point
Copy the full SHA 8258640View commit details
Commits on Jun 18, 2024
-
Add the fixEnforceNFTokenTrustline amendment: (#4946)
Fix interactions between NFTokenOffers and trust lines. Since the NFTokenAcceptOffer does not check the trust line that the issuer receives as a transfer fee in the NFTokenAcceptOffer, if the issuer deletes the trust line after NFTokenCreateOffer, the trust line is created for the issuer by the NFTokenAcceptOffer. That's fixed. Resolves #4925.
Configuration menu - View commit details
-
Copy full SHA for 223e6c7 - Browse repository at this point
Copy the full SHA 223e6c7View commit details -
Change order of checks in amm_info: (#4924)
* Change order of checks in amm_info * Change amm_info error message in API version 3 * Change amm_info error tests
Configuration menu - View commit details
-
Copy full SHA for c706926 - Browse repository at this point
Copy the full SHA c706926View commit details
Commits on Jun 20, 2024
-
Prepare to rearrange sources: (#4997)
- Remove CMake module "MultiConfig". - Update clang-format configuration, CodeCov configuration, levelization script. - Replace source lists in CMake with globs.
Configuration menu - View commit details
-
Copy full SHA for ae20a3a - Browse repository at this point
Copy the full SHA ae20a3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6879da - Browse repository at this point
Copy the full SHA f6879daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e902de - Browse repository at this point
Copy the full SHA 2e902deView commit details -
Configuration menu - View commit details
-
Copy full SHA for e416ee7 - Browse repository at this point
Copy the full SHA e416ee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d23148 - Browse repository at this point
Copy the full SHA 1d23148View commit details -
Configuration menu - View commit details
-
Copy full SHA for d028005 - Browse repository at this point
Copy the full SHA d028005View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cf4611 - Browse repository at this point
Copy the full SHA 7cf4611View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef02893 - Browse repository at this point
Copy the full SHA ef02893View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.2.0...2.3.0-b1