Skip to content

Commit 0fd6f3a

Browse files
manojsdoshisophiax851
authored andcommitted
Set version to 1.12.0
1 parent 8176caf commit 0fd6f3a

File tree

2 files changed

+130
-1
lines changed

2 files changed

+130
-1
lines changed

RELEASENOTES.md

+129
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,135 @@ This document contains the release notes for `rippled`, the reference server imp
77

88
Have new ideas? Need help with setting up your node? [Please open an issue here](https://github.com/xrplf/rippled/issues/new/choose).
99

10+
# Introducing XRP Ledger version 1.12.0
11+
12+
Version 1.12.0 of `rippled`, the reference server implementation of the XRP Ledger protocol, is now available. This release adds new features and bug fixes, and introduces these amendments:
13+
14+
- `AMM`
15+
- `Clawback`
16+
- `fixReducedOffersV1`
17+
18+
[Sign Up for Future Release Announcements](https://groups.google.com/g/ripple-server)
19+
20+
<!-- BREAK -->
21+
22+
## Action Required
23+
24+
Three new amendments are now open for voting according to the XRP Ledger's [amendment process](https://xrpl.org/amendments.html), which enables protocol changes following two weeks of >80% support from trusted validators.
25+
26+
If you operate an XRP Ledger server, upgrade to version 1.12.0 by September 20, 2023 to ensure service continuity. The exact time that protocol changes take effect depends on the voting decisions of the decentralized network.
27+
28+
29+
## Install / Upgrade
30+
31+
On supported platforms, see the [instructions on installing or updating `rippled`](https://xrpl.org/install-rippled.html).
32+
33+
34+
## Changelog
35+
36+
### New Features and Amendments
37+
38+
- **`AMM`**: Introduces an automated market maker (AMM) protocol to the XRP Ledger's decentralized exchange, enabling you to trade assets without a counterparty. For more information about AMMs, see: [Automated Market Maker](https://opensource.ripple.com/docs/xls-30d-amm/amm-uc/). [#4294](https://github.com/XRPLF/rippled/pull/4294)
39+
40+
- **`Clawback`**: Allows issuers to add the `lsfAllowTrustLineClawback` flag to an issuing account. This enables the account to recover, or _claw back_, issued tokens after they're distributed to accounts. For additional documentation on this feature, see: [#4553](https://github.com/XRPLF/rippled/pull/4553).
41+
42+
- **`fixReducedOffersV1`**: Reduces the occurrence of order books that are blocked by reduced offers. [#4512](https://github.com/XRPLF/rippled/pull/4512)
43+
44+
- Added binary hardening and linker flags to enhance security during the build process. [#4603](https://github.com/XRPLF/rippled/pull/4603)
45+
46+
- Updated build dependencies to the most recent versions in Conan Center. [#4595](https://github.com/XRPLF/rippled/pull/4595)
47+
48+
- Updated Conan recipe for NuDB. [#4615](https://github.com/XRPLF/rippled/pull/4615)
49+
50+
- Added a pre-commit hook that runs the clang-format linter locally before committing changes. To install this feature, see: [CONTRIBUTING](https://github.com/XRPLF/xrpl-dev-portal/blob/master/CONTRIBUTING.md). [#4599](https://github.com/XRPLF/rippled/pull/4599)
51+
52+
- Added quality-of-life improvements to workflows, using new [concurrency control](https://docs.github.com/en/actions/using-jobs/using-concurrency) features. [#4597](https://github.com/XRPLF/rippled/pull/4597)
53+
54+
- Added an Artifactory to the `nix` workflow to improve build times. [#4556](https://github.com/XRPLF/rippled/pull/4556)
55+
56+
- Added WebSocket and RPC port info to `server_info` responses. [#4427](https://github.com/XRPLF/rippled/pull/4427)
57+
58+
59+
60+
### Bug Fixes and Performance Improvements
61+
62+
- Fixed an incorrect error response when there are missing fields in the API v2 `ledger_entry` method. [#4552](https://github.com/XRPLF/rippled/pull/4552)
63+
64+
- Updated checkout versions to resolve warnings during Github jobs. [#4598](https://github.com/XRPLF/rippled/pull/4598)
65+
66+
- Added an error response to the API v2 `account_info` method when you include an invalid `signer_lists` value. [#4585](https://github.com/XRPLF/rippled/pull/4585)
67+
68+
- Fixed an issue with the debug package build. [#4591](https://github.com/XRPLF/rippled/pull/4591)
69+
70+
- Added additional error responses to the API v2 `AccountTx` method. [#4571](https://github.com/XRPLF/rippled/pull/4571)
71+
72+
- Fixed build references to deleted `ServerHandlerImp`. [#4592](https://github.com/XRPLF/rippled/pull/4592)
73+
74+
- Fixed package definitions for Conan. [#4485](https://github.com/XRPLF/rippled/pull/4485)
75+
76+
- Changed the output type of the `mulDiv()` function from `std::pair<bool, uint64_t>` to `std::optional`. [#4243](https://github.com/XRPLF/rippled/pull/4243)
77+
78+
- Updated `Handler::Condition` enum values to make the code less brittle. [#4239](https://github.com/XRPLF/rippled/pull/4239)
79+
80+
- Renamed `ServerHandlerImp` to `ServerHandler`. [#4516](https://github.com/XRPLF/rippled/pull/4516)
81+
82+
- Removed the deprecated `accepted`, `seq`, `hash`, and `totalCoins` fields from the `ledger` method. [#4244](https://github.com/XRPLF/rippled/pull/4244)
83+
84+
- Replaced hand-rolled code with `std::from_chars` for better maintainability. [#4473](https://github.com/XRPLF/rippled/pull/4473)
85+
86+
- Removed an unused `TypedField` move constructor. [#4567](https://github.com/XRPLF/rippled/pull/4567)
87+
88+
- Enabled the `BETA_RPC_API` flag in the default unit tests config, making the API v2 available to all unit tests. [#4573](https://github.com/XRPLF/rippled/pull/4573)
89+
90+
91+
### Docs
92+
93+
- Updated build instructions with additional steps to take after updating dependencies. [#4623](https://github.com/XRPLF/rippled/pull/4623)
94+
95+
- Updated contributing doc to clarify that beta releases should also be pushed to the `release` branch. [#4589](https://github.com/XRPLF/rippled/pull/4589)
96+
97+
98+
[Full Commit Log](https://github.com/XRPLF/rippled/compare/1.11.0...1.12.0)
99+
100+
101+
### GitHub
102+
103+
The public source code repository for `rippled` is hosted on GitHub at <https://github.com/XRPLF/rippled>.
104+
105+
We welcome all contributions and invite everyone to join the community of XRP Ledger developers to help build the Internet of Value.
106+
107+
108+
## Credits
109+
110+
The following people contributed directly to this release:
111+
112+
- Alphonse N. Mousse <39067955+a-noni-mousse@users.noreply.github.com>
113+
- Arihant Kothari <arihantkothari17@gmail.com>
114+
- Chenna Keshava B S <21219765+ckeshava@users.noreply.github.com>
115+
- Denis Angell <dangell@transia.co>
116+
- Ed Hennis <ed@ripple.com>
117+
- Elliot Lee <github.public@intelliot.com>
118+
- Gregory Tsipenyuk <gregtatcam@users.noreply.github.com>
119+
- Howard Hinnant <howard.hinnant@gmail.com>
120+
- Ikko Eltociear Ashimine <eltociear@gmail.com>
121+
- John Freeman <jfreeman08@gmail.com>
122+
- Manoj Doshi <mdoshi@ripple.com>
123+
- Mark Travis <mtravis@ripple.com>
124+
- Mayukha Vadari <mvadari@gmail.com>
125+
- Michael Legleux <legleux@users.noreply.github.com>
126+
- Peter Chen <34582813+PeterChen13579@users.noreply.github.com>
127+
- RichardAH <richard.holland@starstone.co.nz>
128+
- Rome Reginelli <rome@ripple.com>
129+
- Scott Schurr <scott@ripple.com>
130+
- Shawn Xie <35279399+shawnxie999@users.noreply.github.com>
131+
- drlongle <drlongle@gmail.com>
132+
133+
Bug Bounties and Responsible Disclosures:
134+
135+
We welcome reviews of the rippled code and urge researchers to responsibly disclose any issues they may find.
136+
137+
To report a bug, please send a detailed report to: <bugs@xrpl.org>
138+
10139

11140
# Introducing XRP Ledger version 1.11.0
12141

src/ripple/protocol/impl/BuildInfo.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace BuildInfo {
3333
// and follow the format described at http://semver.org/
3434
//------------------------------------------------------------------------------
3535
// clang-format off
36-
char const* const versionString = "1.12.0-rc4"
36+
char const* const versionString = "1.12.0"
3737
// clang-format on
3838

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

0 commit comments

Comments
 (0)