Commit Graph

  • df1300fb37 Catch transaction deserialization error in doLedgerGrpc (#4323) CJ Cobb 2022-12-13 20:09:53 -05:00
  • 648d6c3e2f Fix clang 15 warnings: (#4325) Scott Determan 2022-12-13 19:21:22 -05:00
  • 47ffc392d7 Work around gdb bug by changing a template parameter: (#4332) Scott Determan 2022-12-13 19:13:54 -05:00
  • 0362e935af Reduce default reserves to 10/2 (#4329) Alloy Networks 2022-12-13 20:56:35 +02:00
  • a79fa2026b Update GitHub Actions to ubuntu-latest: (#4357) Ed Hennis 2022-12-08 20:41:50 -08:00
  • c1e7fe2d93 Prevent unnecessary shared_ptr copies by accepting a value in SHAMapInnerNode::setChild (#4266) Gregory Popovitch 2022-12-08 23:15:21 -05:00
  • 4a5ad4cfac Update affiliation: Nikolaos D Bougalis (#4360) Nik Bougalis 2022-12-08 19:30:05 -05:00
  • ffd453f7dd Set version to 1.10.0-rc1 Elliot Lee 2022-11-28 14:12:16 -08:00
  • 518fb6d208 Improve move semantics in Expected (#4326) Scott Determan 2022-11-28 17:01:54 -05:00
  • 093055c039 README - add link to ripple-server mailing list (#3890) Elliot Lee 2022-11-28 13:57:38 -08:00
  • b7ac73c8e4 Don't try to read SLE with key 0 from the ledger: Ed Hennis 2022-11-18 18:04:39 -05:00
  • 004ec2d201 Update Linux Build Instructions (#4018) J. Scott Branson 2022-11-28 16:49:38 -05:00
  • ebbf4b64a5 Set version to 1.10.0-b2 manojsdoshi 2022-10-11 17:13:13 -07:00
  • 649ab872ff Add featureImmediateOfferKilled for tfImmediateOrCancel offers: Scott Schurr 2022-04-01 15:59:20 -07:00
  • 7e9e9104ea Rename SHAMapStoreImp::stopping() to healthWait() Scott Schurr 2022-05-02 18:09:29 -07:00
  • 3726f8bf31 Release TaggedCache object memory outside the lock greg7mdp 2022-07-18 11:31:36 -04:00
  • e37dc710cf Improve timing of NodeToShardRPC unit test to reduce false failures Ed Hennis 2022-08-29 11:38:20 -07:00
  • 5d38e4cfbf Work around soci build issues Ed Hennis 2022-05-26 18:20:50 -04:00
  • 28f4cc7817 Remove gRPC code previously used for the xpring SDK CJ Cobb 2022-08-10 15:44:59 -04:00
  • 95fabd5762 Remove inacessible code paths and outdated data format wchar_t Chenna Keshava B S 2022-08-17 15:45:11 -07:00
  • 23ce431876 Remove const_cast usage Alexander Kremer 2022-09-09 20:49:42 +01:00
  • 04ef885108 Support for boost 1.80.0: seelabs 2022-09-17 22:25:05 -04:00
  • d33df35378 Merge master (1.9.4) into develop (1.10.0-b2) manojsdoshi 2022-10-11 16:34:06 -07:00
  • ba3c0e5145 Set version to 1.9.4 1.9.4 Nik Bougalis 2022-09-14 15:52:05 -07:00
  • be1ce5eca9 Pin postgres, zlib, krb5, libuv and cassandra to stable versions Michael Legleux 2022-08-19 15:26:46 -07:00
  • df66e4151e Fix typo in detail/Node.h Ikko Ashimine 2022-08-26 02:11:39 +09:00
  • 9a31f321cd Allow gcc 12 compilation: seelabs 2022-09-09 14:34:48 -04:00
  • e40e38e8d3 Introduce fixRemoveNFTokenAutoTrustLine amendment: Scott Schurr 2022-09-13 10:16:31 -07:00
  • f5af42a640 Remove use of deprecated std::iterator Howard Hinnant 2022-08-18 20:29:36 -04:00
  • fe05b8c4fe Set version to 1.10.0-b1 Nik Bougalis 2022-08-04 11:16:10 -07:00
  • 7b3507bb87 Improve wrapper around OpenSSL RAND Nik Bougalis 2022-05-21 20:42:30 -07:00
  • 0ecfc7cb1a Improve self-signed certificate generation: Nik Bougalis 2022-05-30 21:05:10 -07:00
  • e2eed966b0 Improve AccountID string conversion caching: Nik Bougalis 2022-05-25 11:22:47 -07:00
  • 5a15229eeb Improve detection & handling of duplicate Node ID: Nik Bougalis 2022-06-03 18:09:37 -07:00
  • d318ab612a Avoid unnecessary copying and dynamic memory allocations Nik Bougalis 2022-07-31 23:10:03 -07:00
  • 9aaa0dff5f Build the command map at compile time (fixes #3298): Chenna Keshava B S 2022-07-15 16:26:48 -07:00
  • b88ed5a8ec Update command-line usage help message (fixes #3318) Chenna Keshava B S 2022-07-15 13:23:03 -07:00
  • ce64f7a90f Remove deprecated AccountTxOld.cpp (fixes #2926) Chenna Keshava B S 2022-07-20 15:48:41 -07:00
  • 5e1cb09b88 Update broken link to hosted Doxygen content (fixes #4251) Chenna Keshava B S 2022-07-25 13:25:01 -07:00
  • 3d0c14f3e3 Remove use of deprecated std::iterator Howard Hinnant 2022-08-18 20:29:36 -04:00
  • 83ac141f65 Remove charUnHex Crypto Brad Garlinghouse 2022-08-09 19:05:24 +00:00
  • e67f90588a Use constexpr to check memo validity Crypto Brad Garlinghouse 2022-07-24 19:59:51 +00:00
  • 69bb2be446 Introduce amendment to handle trustlines to self: Crypto Brad Garlinghouse 2022-07-19 18:51:31 +00:00
  • 92d35e54c7 Switch from C++17 to C++20 seelabs 2021-11-16 22:31:34 -05:00
  • 47dec467ea Set version to 1.9.3 1.9.3 Nik Bougalis 2022-08-19 14:40:53 -07:00
  • cd3a6bf530 Document the "DefaultVote::no" policy in the code Wo Jake 2022-08-02 08:36:12 +00:00
  • 6a9c270776 Properly handle self-assignment of PublicKey Crypto Brad Garlinghouse 2022-07-26 04:41:01 +00:00
  • 21a3f4a5b5 Change by-value to by-reference to persist vote Howard Hinnant 2022-07-27 12:32:56 -04:00
  • e5275b8577 Set version to 1.9.2 1.9.2 manojsdoshi 2022-07-25 13:30:46 -07:00
  • 83faf43140 Set version to 1.9.2-rc1 Nik Bougalis 2022-07-12 10:15:37 -07:00
  • 22b4de2e44 Fix a race condition during shutdown Nik Bougalis 2022-07-16 14:57:49 -07:00
  • b95ca98965 Fix #4231 (wrong include guard) and an out-of-order construction warning Nik Bougalis 2022-07-12 10:15:09 -07:00
  • 7e46f5342b Correct a technical flaw with the spinlock locking: Nik Bougalis 2022-06-08 12:18:04 -07:00
  • 59326bbbc5 Introduce the NonFungibleTokensV1_1 amendment: Nik Bougalis 2022-07-06 12:49:00 -07:00
  • 9eb303f8e8 Improve STVector256 deserialization Nik Bougalis 2022-06-11 22:01:35 -07:00
  • 47ccd0b579 Limit how often endpoint messages can be processed: Nik Bougalis 2022-06-09 13:41:38 -07:00
  • 5e6728dccd Set cluster timer only when in a cluster Nik Bougalis 2022-05-18 13:14:37 -07:00
  • d458e9972b Improve JSON sanitization in reporting mode Nathan Nichols 2022-07-13 20:35:31 -07:00
  • b0b44d32bd Fix amendment voting persistence: Howard Hinnant 2022-07-05 16:56:54 -04:00
  • 8266d9d598 Correct a technical flaw with NFT offers: Scott Schurr 2022-06-22 17:15:23 -07:00
  • 0839a202c9 Reduce console noise coming from unit tests: Scott Schurr 2022-05-13 17:06:14 -07:00
  • ee60b16b3a Lower log level of "addPathsForType" log message (fixes #4177) Ed Hennis 2022-05-24 17:44:21 -04:00
  • 18d437284e Lower the message level for missing optional doc components Ed Hennis 2022-05-25 18:51:44 -04:00
  • 1f75ba23ee Fix bitwise or on boolean operands warning / error Ed Hennis 2022-05-27 20:12:11 -04:00
  • 723733a778 Catch missing node error when rotating database: seelabs 2022-05-27 12:28:57 -04:00
  • 8e6a0d418c Fix race conditions in shard: seelabs 2022-06-01 11:58:27 -04:00
  • f55913dcee Add support for clang's ThreadSafetyAnalysis seelabs 2022-06-01 15:06:48 -04:00
  • e46d2bcf27 Correctly use the configured network_id parameter: Chenna Keshava B S 2022-07-14 16:37:11 -07:00
  • d632f9f6c8 Properly handle incorrect port numbers in parseURL (fixes #4200) Chenna Keshava B S 2022-06-17 14:33:28 -07:00
  • 3172a816fa Describe resolution for common SOCI-related build errors Chenna Keshava B S 2022-07-07 13:58:11 -07:00
  • 4e724794c5 Fix typo in Consensus.h (#4179) Ikko Ashimine 2022-07-11 21:03:26 +09:00
  • 610436d737 Add book_changes rpc (#4212) RichardAH 2022-07-11 09:29:31 +02:00
  • 0ee6f15b35 Create CONTRIBUTING.md, list maintainers and outline repo policies (#4214) RichardAH 2022-07-09 19:37:13 +02:00
  • e32bc674aa Set version to 1.9.1 1.9.1 manojsdoshi 2022-05-22 13:18:09 -07:00
  • 34786abd4f Set version to 1.9.1-rc2 manojsdoshi 2022-05-18 14:28:03 -07:00
  • d0a813a19d Adding missing include <cassert> in beast/rngfill.h to fix rippled build natenichols 2022-05-12 14:16:34 -05:00
  • 25474343a9 Set version to 1.9.1-rc1 manojsdoshi 2022-05-11 18:20:53 -07:00
  • 670bc22cfa Set version to 1.9.1-b1 Nik Bougalis 2022-05-03 13:47:16 -07:00
  • 80bda7cc48 Introduce fixNFTokenDirV1 amendment: Scott Schurr 2022-04-18 18:01:47 -07:00
  • dac080f1c8 Advance ripple.app.rdb Devon White 2021-09-11 13:51:29 -04:00
  • 767dd4ff3f Address failures in DatabaseDownloader unittest Devon White 2021-11-24 15:30:12 -06:00
  • 01c37fed69 Introduce the ExpandedSignerList amendment: Richard Holland 2022-04-11 10:21:56 +00:00
  • 04bd5878f1 Track total trustlines and avoid duplications Ed Hennis 2022-02-18 18:28:49 -05:00
  • e836375d99 Don't load trust lines that can't participate in path finding Ed Hennis 2022-02-09 19:31:22 -05:00
  • aa4a5b7fe9 Adjust log levels to reflect actual severity (fixes #3996) Scott Schurr 2022-04-01 18:37:25 -07:00
  • 5aedb0e07a Allow server to stabilize after online delete health check failure Mark Travis 2022-04-05 18:02:53 -07:00
  • dfe69f1b76 Fix strict aliasing test failures with newer MSVC compilers greg7mdp 2022-04-21 11:45:48 -04:00
  • 87d06a2571 Check triggers cmake error unnecessarily greg7mdp 2022-04-21 17:22:01 -04:00
  • 7ca1f78446 Ensure that rngfill returns the requested amount of randomness: Nik Bougalis 2022-05-10 09:36:12 -07:00
  • b68a66928c Adjust the aggressiveness of the ledger acquisition engine: Nik Bougalis 2022-04-22 21:29:48 -07:00
  • 245174c42c Adjust thread count calculation and request bundling: Nik Bougalis 2022-04-22 21:19:40 -07:00
  • 2084d61efa Periodically reshare federator sigs: sidechain seelabs 2022-04-09 16:24:18 -04:00
  • 7c66747d27 Set version to 1.9.0 1.9.0 manojsdoshi 2022-04-06 20:28:37 -07:00
  • cdd37a2a05 Set version to 1.9.0-rc1 manojsdoshi 2022-04-06 16:35:30 -07:00
  • c66be3e6cf Set version to 1.9.0-b3 manojsdoshi 2022-04-06 13:30:48 -07:00
  • 70779f6850 Introduce NFT support (XLS020) Nik Bougalis 2021-08-13 20:41:11 -07:00
  • 525aaecbca Fix build issue on M1 macs greg7mdp 2022-04-06 15:17:47 -04:00
  • 9d3cd718e4 Do not install coreutils-single on rocky build image Michael Legleux 2022-04-02 14:06:14 -07:00
  • 656e9fe180 Upload rippled-reporting packages to Artifactory Michael Legleux 2022-04-02 14:15:47 -07:00
  • 8aa617d972 Fix failing Clio build Michael Legleux 2022-04-04 11:31:26 -07:00