Conversation
4e93b30 to
74506d5
Compare
9e0269a to
e4b20fa
Compare
1052f73 to
a584bb7
Compare
5850230 to
8271319
Compare
9f9450d to
c5f6c24
Compare
784c748 to
0f11e7d
Compare
77eea1e to
2773ddc
Compare
* ximinez/develop: ci: Update shared actions (6147) chore: Fix some typos in comments (6082) refactor: Rename `ripple` namespace to `xrpl` (5982) refactor: Move JobQueue and related classes into xrpl.core module (6121) refactor: Rename `rippled` binary to `xrpld` (5983) refactor: rename info() to header() (6138) refactor: rename `LedgerInfo` to `LedgerHeader` (6136) refactor: clean up `RPCHelpers` (5684) chore: Fix docs readme and cmake (6122) chore: Clean up .gitignore and .gitattributes (6001) chore: Use updated secp256k1 recipe (6118)
* ximinez/develop: ci: Add sanitizers to CI builds (5996) test: Use gtest instead of doctest (6216) test: Suppress "parse failed" message in Batch tests (6207) test: Replace `failed` string in Vault test case (6214) Change LendingProtocol feature and dependencies to supported (6146) Expand Number to support the full integer range (6025) Improve and fix bugs in Lending Protocol (6102)
* commit '92046785d1fea5f9efe5a770d636792ea6cab78b': test: Fix the `xrpl.net` unit test using async read (6241) ci: Upload Conan recipes for develop, release candidates, and releases (6286) fix: Stop embedded tests from hanging on ARM by using `atomic_flag` (6248) fix: Remove DEFAULT fields that change to the default in associateAsset (6259) (6273) refactor: Update Boost to 1.90 (6280) refactor: clean up uses of `std::source_location` (6272) ci: Pass missing sanitizers input to actions (6266) ci: Properly propagate Conan credentials (6265) ci: Explicitly set version when exporting the Conan recipe (6264) ci: Use plus instead of hyphen for Conan recipe version suffix (6261) chore: Detect uninitialized variables in CMake files (6247) ci: Run on-trigger and on-pr when generate-version is modified (6257) refactor: Enforce 15-char limit and simplify labels for thread naming (6212) docs: Update Ripple Bug Bounty public key (6258) ci: Add missing commit hash to Conan recipe version (6256) fix: Include `<functional>` header in `Number.h` (6254) ci: Upload Conan recipe for merges into develop and commits to release (6235) Limit reply size on `TMGetObjectByHash` queries (6110) ci: remove 'master' branch as a trigger (6234) Improve ledger_entry lookups for fee, amendments, NUNL, and hashes (5644)
* commit '5f638f55536def0d88b970d1018a465a238e55f4': chore: Set ColumnLimit to 120 in clang-format (6288)
* ximinez/develop: refactor: Modularize app/tx (6228) refactor: Decouple app/tx from `Application` and `Config` (6227) chore: Update clang-format to 21.1.8 (6352) refactor: Modularize `HashRouter`, `Conditions`, and `OrderBookDB` (6226) chore: Fix minor issues in comments (6346) refactor: Modularize the NetworkOPs interface (6225) chore: Fix `gcov` lib coverage build failure on macOS (6350) refactor: Modularize RelationalDB (6224) refactor: Modularize WalletDB and Manifest (6223) fix: Update invariant checks for Permissioned Domains (6134) refactor: Change main thread name to `xrpld-main` (6336) refactor: Fix spelling issues in tests (6199) test: Add file and line location to Env (6276) chore: Remove CODEOWNERS (6337) perf: Remove unnecessary caches (5439) chore: Restore unity builds (6328) refactor: Update secp256k1 to 0.7.1 (6331) fix: Increment sequence when accepting new manifests (6059) fix typo in LendingHelpers unit-test (6215)
* commit '25cca465538a56cce501477f9e5e2c1c7ea2d84c': chore: Set clang-format width to 100 in config file (6387)
* commit '2c1fad1023': chore: Apply clang-format width 100 (6387)
* ximinez/develop: ci: [DEPENDABOT] bump actions/upload-artifact from 4.6.2 to 6.0.0 (6396) ci: [DEPENDABOT] bump actions/checkout from 4.3.0 to 6.0.2 (6397) ci: [DEPENDABOT] bump actions/setup-python from 5.6.0 to 6.2.0 (6395) ci: [DEPENDABOT] bump tj-actions/changed-files from 46.0.5 to 47.0.4 (6394) ci: [DEPENDABOT] bump codecov/codecov-action from 5.4.3 to 5.5.2 (6398) ci: Build docs in PRs and in private repos (6400) ci: Add dependabot config (6379) Fix tautological assertion (6393)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
High Level Overview of Change
Context of Change
Type of Change
.gitignore, formatting, dropping support for older tooling)API Impact
libxrplchange (any change that may affectlibxrplor dependents oflibxrpl)This change is