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

Proposed version 2.3.0 #5204

Merged
merged 85 commits into from
Nov 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
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
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
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
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
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)
BobConanDev 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
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
Prev Previous commit
Next Next commit
Set version to 2.3.0-b1
  • Loading branch information
seelabs committed Jun 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ef02893f2f638fd10ff8a11ee12b4a52619c89de
2 changes: 1 addition & 1 deletion src/libxrpl/protocol/BuildInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace BuildInfo {
// and follow the format described at http://semver.org/
//------------------------------------------------------------------------------
// clang-format off
char const* const versionString = "2.2.0"
char const* const versionString = "2.3.0-b1"
// clang-format on

#if defined(DEBUG) || defined(SANITIZER)
Expand Down
Loading