From dc98c7f5d4fbea75b48e0afe04bbf0878d4e0e7f Mon Sep 17 00:00:00 2001 From: manojsdoshi Date: Sun, 22 May 2022 19:44:08 +0000 Subject: [PATCH] deploy: 34786abd4ff06f80022024d177e0d7dbf97abda9 --- BaseWSPeer_8h_source.html | 2 +- BuildInfo_8cpp_source.html | 2 +- DatabaseShard__test_8cpp_source.html | 2 +- MathUtilities_8h_source.html | 3 +- NetworkOPs_8cpp_source.html | 2 +- Random_8cpp_source.html | 2 +- SecretKey_8cpp_source.html | 2 +- SecretKey__test_8cpp_source.html | 2 +- Seed_8cpp_source.html | 2 +- Seed__test_8cpp_source.html | 2 +- TestBase_8h_source.html | 2 +- namespacebeast.html | 4 +- namespaceripple_1_1BuildInfo.html | 4 +- rngfill_8h_source.html | 116 ++++++++++++++------------- 14 files changed, 75 insertions(+), 72 deletions(-) diff --git a/BaseWSPeer_8h_source.html b/BaseWSPeer_8h_source.html index 3b2cd9890c..7c7d6736bb 100644 --- a/BaseWSPeer_8h_source.html +++ b/BaseWSPeer_8h_source.html @@ -639,7 +639,7 @@ $(function() {
Definition: WSSession.h:107
void cancel_timer()
Definition: BaseWSPeer.h:427
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
-
void rngfill(void *buffer, std::size_t bytes, Generator &g)
Definition: rngfill.h:32
+
void rngfill(void *buffer, std::size_t bytes, Generator &g)
Definition: rngfill.h:33
STL namespace.
http_request_type const & request() const override
Definition: BaseWSPeer.h:91
diff --git a/BuildInfo_8cpp_source.html b/BuildInfo_8cpp_source.html index 549578ce81..524929e1bd 100644 --- a/BuildInfo_8cpp_source.html +++ b/BuildInfo_8cpp_source.html @@ -104,7 +104,7 @@ $(function() {
33 // and follow the format described at http://semver.org/
34 //------------------------------------------------------------------------------
35 // clang-format off
-
36 char const* const versionString = "1.9.1-rc1"
+
36 char const* const versionString = "1.9.1-rc2"
37 // clang-format on
38 
39 #if defined(DEBUG) || defined(SANITIZER)
diff --git a/DatabaseShard__test_8cpp_source.html b/DatabaseShard__test_8cpp_source.html index 9e0726c2ad..63414f9ce2 100644 --- a/DatabaseShard__test_8cpp_source.html +++ b/DatabaseShard__test_8cpp_source.html @@ -2105,7 +2105,7 @@ $(function() {
T begin(T... args)
std::uint32_t seqToShardIndex(std::uint32_t ledgerSeq) const noexcept
Calculates the shard index for a given ledger sequence.
Definition: Database.h:283
bool saveLedger(Database &db, Ledger const &ledger, std::shared_ptr< Ledger const > const &next={})
-
void rngfill(void *buffer, std::size_t bytes, Generator &g)
Definition: rngfill.h:32
+
void rngfill(void *buffer, std::size_t bytes, Generator &g)
Definition: rngfill.h:33
@ ltACCOUNT_ROOT
A ledger object which describes an account.
Definition: LedgerFormats.h:59
void testGetFinalShards(std::uint64_t const seedValue)
std::enable_if_t< is_contiguously_hashable< T, Hasher >::value > hash_append(Hasher &h, T const &t) noexcept
Logically concatenate input data to a Hasher.
Definition: hash_append.h:236
diff --git a/MathUtilities_8h_source.html b/MathUtilities_8h_source.html index df0e976e01..4710e39a44 100644 --- a/MathUtilities_8h_source.html +++ b/MathUtilities_8h_source.html @@ -92,7 +92,7 @@ $(function() {
21 #define RIPPLE_BASICS_MATHUTILITIES_H_INCLUDED
22 
23 #include <algorithm>
-
24 #include <assert.h>
+
24 #include <cassert>
25 #include <cstddef>
26 
27 namespace ripple {
@@ -129,6 +129,7 @@ $(function() {
constexpr std::size_t calculatePercent(std::size_t count, std::size_t total)
Calculate one number divided by another number in percentage.
Definition: MathUtilities.h:44
T min(T... args)
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
+