Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] develop from ripple:develop #2

Open
wants to merge 1,161 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
1161 commits
Select commit Hold shift + click to select a range
f9e3658
test: check for success/failure of Windows CI unit tests (#4871)
ximinez Feb 1, 2024
6f00d32
fix(libxrpl): change library names in Conan recipe (#4831)
thejohnfreeman Feb 2, 2024
828bb64
`fixNFTokenReserve`: ensure NFT tx fails when reserve is not met (#4767)
shawnxie999 Feb 2, 2024
1e96a1d
build: add headers needed in Conan package for libxrpl (#4885)
legleux Feb 5, 2024
6d3c21e
feat: allow `port_grpc` to be specified in `[server]` stanza (#4728)
ckeshava Feb 7, 2024
be12136
`fixInnerObjTemplate`: set inner object template (#4906)
gregtatcam Feb 7, 2024
da68651
Set version to 2.1.0-rc1
intelliot Feb 7, 2024
e74cb35
test: guarantee proper lifetime for temporary Rules object: (#4917)
ximinez Feb 16, 2024
d7d15a9
Set version to 2.1.0
seelabs Feb 16, 2024
e718378
Price Oracle (XLS-47d): (#4789) (#4789)
gregtatcam Feb 26, 2024
8a2f6be
fix compile error on gcc 13: (#4932)
gregtatcam Feb 28, 2024
97863e0
Set version to 2.2.0-b1
seelabs Feb 29, 2024
62dae3c
Remove default ctors from SecretKey and PublicKey: (#4607)
ckeshava Mar 5, 2024
cce09b7
Fast base58 codec: (#4327)
seelabs Mar 5, 2024
22b7518
feat: add user version of `feature` RPC (#4781)
mvadari Mar 5, 2024
c28e005
build: add STCurrency.h to xrpl_core to fix clio build (#4939)
gregtatcam Mar 6, 2024
4ce426d
Embed patched recipe for RocksDB 6.29.5 (#4947)
thejohnfreeman Mar 12, 2024
ad8e976
fix: order book update variable swap: (#4890)
seelabs Mar 12, 2024
5cc3777
Fix workflows (#4948)
thejohnfreeman Mar 13, 2024
2ffead7
Upgrade to xxhash 0.8.2 as a Conan requirement, enable SIMD hashing (…
Bronek Mar 13, 2024
2ecb851
Update remaining actions (#4949)
thejohnfreeman Mar 13, 2024
af9cabe
Install more public headers (#4940)
legleux Mar 14, 2024
0c32fc5
test: Env unit test RPC errors return a unique result: (#4877)
ximinez Mar 19, 2024
69143d7
Fix workflows (#4951)
thejohnfreeman Mar 20, 2024
2e9261c
perf: improve `account_tx` SQL query: (#4955)
oleks-rip Mar 21, 2024
ea9b1e3
`fixEmptyDID`: fix amendment to handle empty DID edge case: (#4950)
mvadari Mar 22, 2024
64e4687
Enforce no duplicate slots from incoming connections: (#4944)
Bronek Mar 22, 2024
47c8cc2
Remove zaphod.alloy.ee hub from default server list: (#4903)
alloynetworks Mar 22, 2024
6edf03c
Write improved `forAllApiVersions` used in NetworkOPs (#4833)
Bronek Mar 22, 2024
cea4309
Don't reach consensus as quickly if no other proposals seen: (#4763)
mtrippled Mar 22, 2024
61672ad
fixXChainRewardRounding: round reward shares down: (#4933)
seelabs Mar 22, 2024
a7c4a47
fix: improper handling of large synthetic AMM offers:
gregtatcam Mar 24, 2024
2d1854f
Set version to 2.1.1
seelabs Mar 26, 2024
4bcbf70
chore: change Github Action triggers for build/test jobs (#4956)
ximinez Mar 28, 2024
bcbf6c1
Merge pull request #4968 from XRPLF/master
ximinez Mar 28, 2024
c187f75
chore: Default validator-keys-tool to master branch: (#4943)
ximinez Apr 4, 2024
d992e63
Remove unused lambdas from MultiApiJson_test
Bronek Apr 4, 2024
099c0bc
fix Conan component reference typo
legleux Apr 4, 2024
c88166e
Set version to 2.2.0-b2
ximinez Apr 4, 2024
659bd99
fix amendment to add `PreviousTxnID`/`PreviousTxnLgrSequence` (#4751)
mvadari Apr 18, 2024
8b0d049
test: Unit test for AMM offer overflow (#4986)
Bronek Apr 18, 2024
aae4383
chore: Improve codecov coverage reporting (#4977)
Bronek Apr 18, 2024
24a275b
test: Add tests to raise coverage of AMM (#4971)
thejohnfreeman Apr 18, 2024
df3aa84
test: verify the rounding behavior of equal-asset AMM deposits (#4982)
ckeshava Apr 18, 2024
cd737ad
fix: resolve database deadlock: (#4989)
seelabs Apr 18, 2024
f20e66e
fix: Remove redundant STAmount conversion in test (#4996)
ximinez Apr 19, 2024
676aae2
Set version to 2.2.0-b3
ximinez Apr 18, 2024
8037992
Remove unused files
thejohnfreeman Mar 22, 2024
dd312c3
Remove packaging scripts
thejohnfreeman Mar 23, 2024
e238488
Consolidate external libraries
Mar 22, 2024
3fcfb5c
Simplify protobuf generation
thejohnfreeman Mar 22, 2024
241b9dd
Rename .hpp to .h
Mar 23, 2024
760f16f
Format formerly .hpp files
Mar 23, 2024
0eebe6a
Rewrite includes
Mar 23, 2024
35fe957
Fix source lists
thejohnfreeman Mar 25, 2024
985c80f
Add markers around source lists
thejohnfreeman Mar 25, 2024
513842b
Address compiler warnings
thejohnfreeman Mar 30, 2024
b84f7e7
Ignore more commits
thejohnfreeman Apr 19, 2024
e9859ac
test: Add RPC error checking support to unit tests (#4987)
ximinez Apr 24, 2024
b422e71
chore: fix typos (#4958)
xiaoxianBoy Apr 25, 2024
b65cea1
Add global access to the current ledger rules:
seelabs Apr 18, 2024
3f7ce93
fix amendment: AMM swap should honor invariants: (#5002)
seelabs Apr 22, 2024
02ec8b7
Set version to 2.2.0-rc1
ximinez Apr 26, 2024
dccf3f4
Update list of maintainers: (#4984)
nbougalis Apr 29, 2024
5aa1106
Remove flow assert: (#5009)
seelabs May 1, 2024
7612805
Add missing includes (#5011)
thejohnfreeman May 2, 2024
f650949
Add external directory to Conan recipe's exports (#5006)
legleux May 2, 2024
f4da2e3
Price Oracle: validate input parameters and extend test coverage: (#5…
gregtatcam May 9, 2024
244ac5e
Update CONTRIBUTING.md (#4904)
dangell7 May 13, 2024
2705109
Add the fixAMMOfferRounding amendment: (#4983)
gregtatcam May 14, 2024
2a25f58
Fix adjustAmountsByLPTokens():
gregtatcam May 4, 2024
7f6a079
Fix offer crossing via single path AMM with transfer fee:
gregtatcam May 4, 2024
15390be
Fix last Liquidity Provider withdrawal:
gregtatcam May 5, 2024
d5e5c3c
Set version to 2.2.0-rc2
seelabs May 16, 2024
f2d37da
Fix Oracle's token pair deterministic order: (#5021)
gregtatcam May 20, 2024
0c971b4
Add xrpl.libpp as an exported lib in conan (#5022)
godexsoft May 20, 2024
40b4adc
Set version to 2.2.0-rc3
seelabs May 20, 2024
2df6356
Set version to 2.2.0
seelabs Jun 4, 2024
e3d1bb2
Fix compatibility with Conan 2.x: (#5001)
thejohnfreeman Jun 11, 2024
d576416
Add new command line option to make replaying transactions easier: (#…
Bronek Jun 11, 2024
58f3abe
Fix conan typo: (#5044)
oleks-rip Jun 12, 2024
263e984
Additional unit tests for testing deletion of trust lines (#4886)
ckeshava Jun 13, 2024
ae7ea33
fixReducedOffersV2: prevent offers from blocking order books: (#5032)
scottschurr Jun 13, 2024
20d0549
Expose all amendments known by libxrpl (#5026)
godexsoft Jun 14, 2024
3f5e321
chore: remove repeat words (#5041)
todaymoon Jun 14, 2024
9f7c619
XLS-52d: NFTokenMintOffer (#4845)
tequdev Jun 14, 2024
06733ec
docs: explain how to find a clang-format patch generated by CI (#4521)
intelliot Jun 17, 2024
8258640
Replaces the usage of boost::string_view with std::string_view (#4509)
ckeshava Jun 17, 2024
223e6c7
Add the fixEnforceNFTokenTrustline amendment: (#4946)
scottschurr Jun 18, 2024
c706926
Change order of checks in amm_info: (#4924)
Bronek Jun 18, 2024
ae20a3a
Prepare to rearrange sources: (#4997)
thejohnfreeman Mar 30, 2024
f6879da
Add bin/physical.sh (#4997)
thejohnfreeman Mar 30, 2024
2e902de
Move CMake directory (#4997)
Jun 20, 2024
e416ee7
Rearrange sources (#4997)
Jun 20, 2024
1d23148
Rewrite includes (#4997)
Jun 20, 2024
d028005
Recompute loops (#4997)
Jun 20, 2024
7cf4611
Ignore restructuring commits (#4997)
thejohnfreeman Jun 20, 2024
ef02893
Set version to 2.3.0-b1
seelabs Jun 20, 2024
9fec615
fixInnerObjTemplate2 amendment (#5047)
scottschurr Jun 27, 2024
e1534a3
fix "account_nfts" with unassociated marker returning issue (#5045)
yinyiqian1 Jul 2, 2024
7a1b238
Bump codecov plugin version to version 4.5.0 (#5055)
Bronek Jul 2, 2024
a17ccca
Invariant: prevent a deleted account from leaving (most) artifacts on…
ximinez Jul 5, 2024
0f32109
fix CTID in tx command returns invalidParams on lowercase hex (#5049)
yinyiqian1 Jul 5, 2024
e8602b8
chore: remove repeat words (#5053)
dashangcun Jul 9, 2024
f3bcc65
Add xrpld build option and Conan package test (#5052)
thejohnfreeman Jul 11, 2024
ad14d09
Update BUILD.md after PR #5052 (#5067)
dangell7 Jul 23, 2024
eba5d19
Improve error handling in some RPC commands
mvadari Jul 12, 2024
c157816
Use error codes throughout fast Base58 implementation
thejohnfreeman Jul 22, 2024
e6ef0fc
Set version to 2.2.1
ximinez Jul 22, 2024
20707fa
chore: Rename two files from Directory* to Dir*: (#5058)
scottschurr Jul 25, 2024
21a0a64
chore: Add comments to SignerEntries.h (#5059)
scottschurr Jul 25, 2024
d54151e
Disallow filtering account_objects by unsupported types (#5056)
yinyiqian1 Jul 29, 2024
8fc805d
fix: Fix NuDB build error via Conan patch (#5061)
ximinez Jul 29, 2024
2820feb
Ensure levelization sorting is ASCII-order across platforms (#5072)
ximinez Jul 29, 2024
a39720e
fix: change error for invalid `feature` param in `feature` RPC (#5063)
mvadari Jul 30, 2024
b9b75dd
Remove unused constants from resource/Fees.h (#4856)
scottschurr Jul 30, 2024
f5a3495
docs: Document the process for merging pull requests (#5010)
ximinez Jul 31, 2024
8b181ed
Merge branch 'master' into develop
Bronek Jul 31, 2024
e5aa605
Set version to 2.3.0-b2
ximinez Jul 31, 2024
ffc343a
Fix crash inside `OverlayImpl` loops over `ids_` (#5071)
Bronek Aug 2, 2024
eedfec0
Update gcovr EXCLUDE (#5084)
Bronek Aug 2, 2024
7d27b11
Remove shards (#5066)
thejohnfreeman Aug 3, 2024
0a331ea
Factor out Transactor::trapTransaction (#5087)
Bronek Aug 5, 2024
c19a88f
Address rare corruption of NFTokenPage linked list (#4945)
scottschurr Aug 7, 2024
93d8baf
chore: libxrpl verification on CI (#5028)
ximinez Aug 15, 2024
d9bd75e
chore: Fix documentation generation job: (#5091)
ximinez Aug 15, 2024
00ed7c9
Track latencies of certain code blocks, and log if they take too long
vlntb Aug 23, 2024
4d7aed8
refactor: Remove reporting mode (#5092)
thejohnfreeman Aug 28, 2024
cad8970
refactor: Remove dead headers (#5081)
thejohnfreeman Aug 28, 2024
2f432e8
docs: Update options documentation (#5083)
thejohnfreeman Aug 28, 2024
7741483
Allow only 1 job queue slot for acquiring inbound ledger.
Aug 26, 2024
fbbea9e
Allow only 1 job queue slot for each validation ledger check
Aug 26, 2024
85214bd
Set version to 2.2.2
ximinez Aug 23, 2024
37b3e96
Merge remote-tracking branch 'upstream/master' into upstream--develop
ximinez Sep 3, 2024
cc0177b
Update Release Notes for 2.2.1 and 2.2.2
ximinez Sep 3, 2024
23991c9
test: Retry RPC commands to try to fix MacOS CI jobs (#5120)
ximinez Sep 11, 2024
9abc486
Update SQLite3 max_page_count to match current defaults (#5114)
jscottbranson Sep 14, 2024
68e1be3
Set version to 2.2.3
intelliot Sep 14, 2024
fa1cbb0
Merge remote-tracking branch 'origin/master' into develop-next
intelliot Sep 15, 2024
9a6af9c
chore: fix typos in comments (#5094)
luozexuan Sep 16, 2024
b6391fe
fix(book_changes): add "validated" field and reduce RPC latency (#5096)
ckeshava Sep 19, 2024
0ece395
refactor: re-order PRAGMA statements (#5140)
vvysokikh1 Sep 20, 2024
a753099
feat(SQLite): allow configurable database pragma values (#5135)
dangell7 Sep 20, 2024
1fbf8da
Set version to 2.3.0-b4
intelliot Sep 18, 2024
8e2c85d
docs: clean up API-CHANGELOG.md (#5064)
intelliot Oct 1, 2024
bf4a7b6
Expand Error Message for rpcInternal (#4959)
ckeshava Oct 1, 2024
f6d647d
Update clang-format workflow
thejohnfreeman Mar 1, 2024
decb3c1
Update clang-format settings
thejohnfreeman Mar 1, 2024
e7cd033
Update pre-commit hook
thejohnfreeman Mar 1, 2024
552377c
Reformat code with clang-format-18
thejohnfreeman Oct 15, 2024
f0dabd1
Ignore reformat when blaming
thejohnfreeman Oct 15, 2024
63209c2
Consolidate definitions of fields, objects, transactions, and feature…
thejohnfreeman Oct 16, 2024
23c37fa
Introduce MPT support (XLS-33d): (#5143)
gregtatcam Oct 29, 2024
ab5d450
Update RELEASENOTES.md (#5154)
NicholasWilsonDEV Oct 29, 2024
d4a5f83
fix: reject invalid markers in account_objects RPC calls (#5046)
yinyiqian1 Oct 29, 2024
0d887ad
docs: Add protobuf dependencies to linux setup instructions (#5156)
vlntb Oct 29, 2024
d6dbf0e
Add hubs.xrpkuwait.com to bootstrap (#5169)
alloynetworks Oct 31, 2024
54a350b
Add AMMClawback Transaction (XLS-0073d) (#5142)
yinyiqian1 Nov 4, 2024
d57cced
Fix unity build (#5179)
gregtatcam Nov 5, 2024
ec61f5e
Add fixAMMv1_2 amendment (#5176)
gregtatcam Nov 5, 2024
c5c0e70
Fix token comparison in Payment (#5172)
gregtatcam Nov 6, 2024
8e827e3
Introduce Credentials support (XLS-70d): (#5103)
oleks-rip Nov 6, 2024
9e48fc0
Fix potential deadlock (#5124)
Bronek Nov 6, 2024
7b18006
Replace Uint192 with Hash192 in server_definitions response (#5177)
shawnxie999 Nov 6, 2024
9d58f11
Set version to 2.3.0-rc1
ximinez Nov 6, 2024
2316d84
Fix ledger_entry crash on invalid credentials request (#5189)
Bronek Nov 12, 2024
8186253
fix: include `index` in `server_definitions` RPC (#5190)
mvadari Nov 12, 2024
838978b
Set version to 2.3.0-rc2
ximinez Nov 12, 2024
0ec17b6
fix: check for valid ammID field in amm_info RPC (#5188)
oleks-rip Nov 18, 2024
f419c18
Add a new serialized type: STNumber (#5121)
intelliot Nov 25, 2024
b54d85d
refactor(AMMClawback): move tfClawTwoAssets check (#5201)
intelliot Nov 25, 2024
f64cf91
Set version to 2.3.0
intelliot Nov 25, 2024
d7e9491
Add Antithesis intrumentation (#5042)
Bronek Dec 3, 2024
8215c60
test: Check for some unlikely null dereferences in tests (#5004)
ximinez Dec 3, 2024
47b0543
test: Add more test cases for Base58 parser (#5174)
ximinez Dec 3, 2024
6d58065
refactor: clean up `LedgerEntry.cpp` (#5199)
mvadari Dec 4, 2024
ea1fffe
Enforce levelization in libxrpl with CMake (#5111)
thejohnfreeman Dec 6, 2024
eabca84
Antithesis instrumentation improvements (#5213)
Bronek Dec 16, 2024
5cd72f2
Add MPTIssue to STIssue (#5200)
gregtatcam Dec 16, 2024
bcbfb04
fix: allow overlapping types in `Expected` (#5218)
mvadari Dec 16, 2024
7506852
fix: Add header for set_difference (#5197)
legleux Dec 16, 2024
49e0d54
Set version to 2.4.0-b1
ximinez Dec 16, 2024
679e35f
refactor: add `rpcName` to `LEDGER_ENTRY` macro (#5202)
mvadari Jan 2, 2025
0324764
prefix Uint384 and Uint512 with Hash in server_definitions (#5231)
shawnxie999 Jan 2, 2025
040cd23
chore: add macos dependency installation (#5233)
rrmanukyan Jan 7, 2025
58af62f
XLS-46: DynamicNFT (#5048)
tequdev Jan 9, 2025
07f118c
chore: update deprecated Github Actions (#5241)
mvadari Jan 9, 2025
ccc0889
Permissioned Domains (XLS-80d) (#5161)
oleks-rip Jan 10, 2025
ff8b9aa
Fix failing assert in `connect` RPC (#5235)
mvadari Jan 14, 2025
9e4a7d5
Fix the flag processing of NFTokenModify (#5246)
tequdev Jan 16, 2025
7be5c31
Fix levelization script to ignore commented includes (#5194)
vlntb Jan 16, 2025
839d17e
fix: Use consistent CMake settings for all modules (#5228)
ximinez Jan 16, 2025
ebd8e63
Set version to 2.4.0-b2
ximinez Jan 16, 2025
eac3abd
fix: Error consistency in LedgerEntry::parsePermissionedDomains() (#5…
kuznetsss Jan 21, 2025
e1e67b2
Update branch management and merge / release processes (#5215)
ximinez Jan 23, 2025
870882f
test: Unit tests to recreate invalid index logic error (#5242)
ximinez Jan 23, 2025
20710f5
Cleanup API-CHANGELOG.md (#5207)
Bronek Jan 23, 2025
409c1d5
Add missing space character to a log message (#5251)
tequdev Jan 23, 2025
3868c04
Switch from assert to XRPL_ASSERT (#5245)
Bronek Jan 23, 2025
5fbee8c
Add [validator_list_threshold] to validators.txt to improve UNL secur…
Bronek Jan 23, 2025
ed4870c
chore: Update Visual Studio CI to VS 2022, and add VS Debug builds (#…
ximinez Jan 24, 2025
b6e3453
Update secp256k1 library to 0.6.0 (#5254)
legleux Jan 27, 2025
b14c249
Reduce the peer charges for well-behaved peers:
vlntb Jan 13, 2025
f3e201f
Set version to 2.3.1-rc1
vlntb Jan 27, 2025
50b8f19
Fix CI unit tests (#5196)
oleks-rip Jan 28, 2025
dcc4581
Add RPC "simulate" to execute a dry run of a transaction (#5069)
mvadari Jan 29, 2025
cb0ddbf
Update conan in the "nix" CI jobs
ximinez Jan 29, 2025
8458233
Set version to 2.3.1
ximinez Jan 29, 2025
3d02580
Merge remote-tracking branch 'upstream/master' into merge231
ximinez Jan 29, 2025
1b75dc8
Set version to 2.4.0-b3
ximinez Jan 30, 2025
33e1c42
Add deep freeze feature (XLS-77d) (#5187)
vvysokikh1 Jan 31, 2025
f6d6308
Improve git commit hash lookup (#5225)
ximinez Feb 5, 2025
fb3713b
Amendment `fixFrozenLPTokenTransfer` (#5227)
shawnxie999 Feb 5, 2025
02387fd
Updates Conan dependencies (#5256)
bthomee Feb 6, 2025
d9e4009
fix: issues in `simulate` RPC (#5265)
mvadari Feb 7, 2025
0968cdf
fix: Do not allow creating Permissioned Domains if credentials are no…
Bronek Feb 7, 2025
8103459
fix: Omit superfluous setCurrentThreadName call in GRPCServer.cpp (#5…
donovanhide Feb 10, 2025
fa5a854
fix: Amendment to add transaction flag checking functionality for Cre…
oleks-rip Feb 10, 2025
3a55a64
docs: Add a summary of the git commit message rules (#5283)
ximinez Feb 11, 2025
a079bac
chore: Rename missing-commits job, and combine nix job files (#5268)
ximinez Feb 12, 2025
b02b8d0
chore: Fix small typos in protocol files (#5279)
code0xff Feb 13, 2025
e8e7888
docs: ensure build_type and CMAKE_BUILD_TYPE match (#5274)
intelliot Feb 13, 2025
97e3dae
fix: Replace charge() by fee_.update() in OnMessage functions (#5269)
bthomee Feb 13, 2025
01fe947
refactor: Change recursive_mutex to mutex in DatabaseRotatingImp (#5276)
ximinez Feb 13, 2025
dc9e6c3
chore: Update XRPL Foundation public key (#5289)
Tokeiito Feb 14, 2025
7c9d652
Support canonical ledger entry names (#5271)
bthomee Feb 14, 2025
dd5e655
Reduce duplicate peer traffic for ledger data (#5126)
ximinez Feb 14, 2025
db0fad6
Log proposals and validations (#5291)
mtrippled Feb 15, 2025
466849e
docs: Clarifies default port of hosts (#5290)
bthomee Feb 15, 2025
43e1d44
fix: Switch Permissioned Domain to Supported::yes (#5287)
oleks-rip Feb 15, 2025
01fc8f2
Set version to 2.4.0-rc1
legleux Feb 18, 2025
844646d
docs: Revert peer port to 51235 (#5299)
bthomee Feb 19, 2025
159dfb5
Revert "Reduce duplicate peer traffic for ledger data (#5126)" (#5300)
ximinez Feb 19, 2025
dce3e1e
Add logging and improve counting of amendment votes from UNL (#5173)
ximinez Feb 20, 2025
ab44cc3
Set version to 2.4.0-rc2
legleux Feb 20, 2025
9745718
fix: Remove 'new parent hash' assert (#5313)
Bronek Feb 25, 2025
37d06bc
Fix Replace `assert` with `XRPL_ASSERT` (#5312)
Bronek Feb 25, 2025
cd7c628
fix: Acquire previously failed transaction set from network as new pr…
mtrippled Feb 26, 2025
0a1ca06
Set version to 2.4.0-rc3
legleux Feb 26, 2025
af018c7
Log detailed correlated consensus data together (#5302)
mtrippled Feb 27, 2025
c1c2b5b
chore: Move "assert" and "werr" flags from "actions/build" (#5325)
ximinez Feb 28, 2025
53ea31c
chore: Update XRPL Foundation Validator List URL (#5326)
Tokeiito Feb 28, 2025
5bf3a30
Set version to 2.4.0-rc4
legleux Mar 3, 2025
2216e5a
Set version to 2.4.0
legleux Mar 5, 2025
2406b28
refactor: Remove unused and add missing includes (#5293)
bthomee Mar 11, 2025
ed8e32c
refactor: Calculate numFeatures automatically (#5324)
ximinez Mar 12, 2025
c17676a
refactor: Improve ordering of headers with clang-format (#5343)
ximinez Mar 12, 2025
c3ecdb4
Rename "deadlock" to "stall" in `LoadManager` (#5341)
Bronek Mar 14, 2025
c0299db
Adds hub.xrpl-commons.org as a new Bootstrap Cluster (#5263)
Tokeiito Mar 17, 2025
d9b7a26
fix: Error message for ledger_entry rpc (#5344)
kuznetsss Mar 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Set version to 2.0.1
intelliot committed Jan 29, 2024
commit 22cdb5728b7eb563f6798dbd1f15c88fa1894e7c
2 changes: 1 addition & 1 deletion src/ripple/protocol/impl/BuildInfo.cpp
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ namespace BuildInfo {
// and follow the format described at http://semver.org/
//------------------------------------------------------------------------------
// clang-format off
char const* const versionString = "2.0.1-rc1"
char const* const versionString = "2.0.1"
// clang-format on

#if defined(DEBUG) || defined(SANITIZER)