Skip to content

Commit d2fc4e3

Browse files
nbougalisseelabs
authored andcommitted
Set version to 0.80.2
1 parent fbfb4bd commit d2fc4e3

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

RELEASENOTES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ If you are using Red Hat Enterprise Linux 7 or CentOS 7, you can [update using `
1111

1212
# Releases
1313

14+
## Version 0.80.2
15+
16+
The `rippled` 0.80.2 release introduces changes that improve the scalability of the XRP Ledger.
17+
18+
**New and Updated Features**
19+
20+
This release has no new features.
21+
22+
**Bug Fixes**
23+
24+
- Do not dispatch a transaction received from a peer for processing if it has already been dispatched within the past ten seconds.
25+
- Increase the number of transaction handlers that can be in flight in the job queue and decrease the relative cost for peers to share transaction and ledger data.
26+
- Make better use of resources by adjusting the number of threads we initialize, by reverting commit [#68b8ffd](https://github.com/ripple/rippled/commit/68b8ffdb638d07937f841f7217edeb25efdb3b5d).
27+
1428
## Version 0.80.1
1529

1630
The `rippled` 0.80.1 release provides several enhancements in support of published validator lists and corrects several bugs.

src/ripple/protocol/impl/BuildInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ char const* const versionString =
3434
// The build version number. You must edit this for each release
3535
// and follow the format described at http://semver.org/
3636
//
37-
"0.80.1"
37+
"0.80.2"
3838

3939
#if defined(DEBUG) || defined(SANITIZER)
4040
"+"

0 commit comments

Comments
 (0)