Commit Graph

  • f0cc7c4c8d Replace beast::SharedPtr with std::shared_ptr Joe Loser 2018-05-23 21:32:59 -04:00
  • 6a74d771ee Reduce occurrences of sporadic PerfLog unit test failures Scott Schurr 2018-05-19 20:15:33 -07:00
  • 833fae57db Use liquidity from strands that consume too many offers (RIPD-1515): seelabs 2018-05-16 14:06:26 -04:00
  • 5097656c83 Add xrpRoundToZero logging for FlowCross compareSandboxes Scott Schurr 2017-03-28 10:52:11 -07:00
  • 5b733fb485 Remove Transactor::mFeeDue member variable Edward Hennis 2018-05-07 16:07:43 -04:00
  • 0b2f33d23a Prefer std::array over C-style array in base_uint Joe Loser 2018-05-05 10:00:19 -04:00
  • 08382d866b Support ipv6 for peer and RPC comms: Mike Ellery 2017-11-08 10:10:24 -08:00
  • 8429dd67e6 Set version to 1.0.1 1.0.1 Nik Bougalis 2018-06-04 16:36:22 -07:00
  • 0439dcfa7a Fix a corner case when decoding base64: Nik Bougalis 2018-06-04 16:34:10 -07:00
  • 00df097e5f Improve json exception handling seelabs 2018-05-24 21:20:30 -04:00
  • fd4636b056 Set version to 1.1.0-b2 seelabs 2018-06-01 13:06:26 -04:00
  • 34d3f93868 Don't read Amount field if it is not present (RIPD-1623) Scott Schurr 2018-05-18 11:13:33 -07:00
  • 57ab0a00b5 Rename member function in NetworkOPs.h Joe Loser 2018-05-11 20:46:02 -06:00
  • f0cec3b2f1 Rename LoadEvent member function reName to setName Joe Loser 2018-05-11 20:37:21 -06:00
  • 1c2b8417b9 Correct copy in io_latency_probe: Mike Ellery 2018-05-15 08:17:07 -07:00
  • ca29c2b906 Improve unity/nounity description in linux doc Mike Ellery 2018-05-15 16:10:00 -07:00
  • 7c785d0d7c Add missing override keyword: Joe Loser 2018-05-13 10:55:45 -04:00
  • 0ae157a5c3 Enable c++-11 for soci seelabs 2018-05-14 11:15:37 -04:00
  • a6f59081cc Remove deprecated protocol/types.h header Joe Loser 2018-05-11 19:51:29 -06:00
  • 201f1aaa39 Prompt for manual approval on non-collaborator PRs Mike Ellery 2018-05-09 14:37:44 -07:00
  • ae73878c59 Build an unsigned rpm in dev pipeline Mike Ellery 2018-04-19 10:33:43 -07:00
  • cfdc64d7cf Enable manual tests in CI: Mike Ellery 2018-05-08 08:46:31 -07:00
  • 95eb5e1862 Fix manual offer test seelabs 2018-05-01 16:26:30 -04:00
  • dc0d5996e2 Convert macros in STTX.h into an enum Joe Loser 2018-05-12 12:09:44 -04:00
  • 817d2339b8 Set version to 1.1.0-b1 seelabs 2018-05-15 11:28:55 -04:00
  • 008ff67ac2 Add DepositPreauth ledger type and transaction (RIPD-1624): Scott Schurr 2018-04-20 13:16:17 -07:00
  • b444196bf9 Remove pre-boost beast seelabs 2018-04-26 22:24:29 -04:00
  • 27703859e7 Convert code to use boost::beast seelabs 2018-04-17 14:56:24 -04:00
  • 2ac1c2b433 Improve invariant checking: Nikolaos D. Bougalis 2018-04-17 02:03:10 -07:00
  • 118c25c0f0 Compile time check preflight returns no tec (RIPD-1624): Scott Schurr 2018-04-16 17:51:36 -07:00
  • 7d163a45dc Replace UptimeTimer with UptimeClock Howard Hinnant 2018-04-23 13:46:37 -04:00
  • 717f874767 Add missing virtual destructors: Joe Loser 2018-05-05 07:40:08 -04:00
  • 681df58b61 Refactor ledger replay logic (RIPD-1547): Brad Chase 2018-04-09 15:54:37 -04:00
  • f31ca2860f Set version to 1.0.0 1.0.0 Nikolaos D. Bougalis 2018-05-11 10:29:41 -07:00
  • d702e736ca Set version to 1.0.0-rc1 Nikolaos D. Bougalis 2018-05-07 11:37:16 -07:00
  • 6156ff3eb7 Remove validation cookie support code Brad Chase 2018-05-04 11:59:33 -04:00
  • 04f1388860 Remove extra semicolons: Joe Loser 2018-05-04 08:39:31 -04:00
  • c1c332f0b0 Remove redundant type qualifier: Joe Loser 2018-05-03 21:47:24 -04:00
  • 93780c25f7 Resolve gcc8 warnings seelabs 2018-05-02 10:46:17 -04:00
  • a442d3fdb3 Set version to 1.0.0-b5 Nikolaos D. Bougalis 2018-04-29 02:04:37 -07:00
  • 7bc163ee4c Add delivered_amount to tx result for CheckCash (RIPD-1623) Scott Schurr 2018-04-03 08:21:05 -07:00
  • 6bd0b850a0 Fixes for PerfLog unit test in a Docker container Scott Schurr 2018-04-10 12:19:18 -07:00
  • 1eece9b1fd Set version to 1.0.0-b4 Nikolaos D. Bougalis 2018-04-08 01:51:15 -07:00
  • 859d18adb0 Add command import node store to shards Miguel Portilla 2018-03-15 15:19:22 -04:00
  • c4a9b73a66 Add check, escrow, and pay_chan to ledger_entry (RIPD-1600) Scott Schurr 2018-03-23 12:20:49 -07:00
  • 8eb8c77886 Performance logging and counters: Mark Travis 2018-01-13 04:02:43 -08:00
  • ef3bc92b82 Rename xxhash.c to xxhash.cpp Markus Teufelberger 2018-03-03 18:47:52 +01:00
  • f7a4a94c3b Add cookie to validation (RIPD-1586): Brad Chase 2018-03-12 12:41:09 -04:00
  • 3dc0714273 Add testnet to example configs (RIPD-1622) Brad Chase 2018-03-29 08:36:45 -04:00
  • deb9e4ce3c Remove BeastConfig.h (RIPD-1167) Mike Ellery 2018-04-02 15:43:27 -07:00
  • 4bc300e251 Quiet protobuf warning in XCode build Mike Ellery 2018-03-12 10:06:13 -07:00
  • d65e208a99 Eliminate objective-c sources Mike Ellery 2018-04-05 18:51:20 -07:00
  • f8fb1f6c7d Remove unneeded macOS-specific code Howard Hinnant 2018-04-05 18:34:07 -04:00
  • db3b4dd396 Prevent accidental aggregates Howard Hinnant 2018-04-04 11:56:20 -04:00
  • b7335fdff5 Remove unused headers for LevelDB and HyperlevelDB Nikolaos D. Bougalis 2018-03-30 11:12:40 -07:00
  • d45556ec82 Improve checking of transaction flags (RIPD-1543) Nikolaos D. Bougalis 2017-10-28 09:47:22 -07:00
  • cebb9c6604 Remove unused capture in lambdas Nikolaos D. Bougalis 2018-03-28 17:37:00 -07:00
  • b7692b7bc1 Remove nodestore dependency on Snappy Nikolaos D. Bougalis 2018-03-28 17:36:43 -07:00
  • 327377cb2d Use xxhash and remove unused hash functions: Nikolaos D. Bougalis 2018-03-28 17:35:19 -07:00
  • 75c4dbb0a1 Set version to 1.0.0-b3 Nikolaos D. Bougalis 2018-03-23 16:52:44 -07:00
  • f0b9506617 Remove scons support Brad Chase 2018-03-02 14:18:03 -05:00
  • b4e1b3c1b1 Remove undefined behavior from <ctype.h> calls: Howard Hinnant 2018-03-21 16:25:14 -04:00
  • 02c487348a Remove warning about plantuml: seelabs 2018-03-19 11:06:50 -04:00
  • 5db5e31140 Allow relayed ledger requests to check the shard store David Schwartz 2018-03-07 12:16:56 -08:00
  • 4869a0d00e Verify SQLite ledgers exist in node store Miguel Portilla 2018-03-12 21:26:42 -04:00
  • d9be0de269 Add shard configuration example Miguel Portilla 2018-02-21 09:20:21 -05:00
  • 0b18b36186 Make earliest ledger sequence configurable Miguel Portilla 2018-02-16 13:28:05 -05:00
  • 8d9dffcf84 Clarify Escrow semantics (RIPD-1571): Nikolaos D. Bougalis 2018-03-02 06:23:17 -08:00
  • 2b8893dfca Merge master (0.90.1) into develop (1.0.0-b2): Nikolaos D. Bougalis 2018-03-23 16:21:35 -07:00
  • 881cd4cfad Limit STVar recursion during deserialization (RIPD-1603): Howard Hinnant 2018-03-03 09:02:22 -05:00
  • 067dbf299c Set version to 0.90.1 0.90.1 Nikolaos D. Bougalis 2018-03-06 16:38:02 -08:00
  • 8e9495f487 Use lock when creating peer shard rangeset Miguel Portilla 2018-02-26 11:45:52 -05:00
  • 40dc6b1458 Limit STVar recursion during deserialization (RIPD-1603): Howard Hinnant 2018-03-03 09:02:22 -05:00
  • d5f981f5fc Address issues identified by external review: Nikolaos D. Bougalis 2018-03-15 20:58:05 -07:00
  • 25de6b0a5f Remove STValidation::getFlags: Nikolaos D. Bougalis 2018-03-15 20:57:57 -07:00
  • 9af994ceb4 Set version to 1.0.0-b2 seelabs 2018-03-15 14:31:02 -04:00
  • 5549ff4c8a Fix boost::error_code conversions to int: seelabs 2018-03-12 09:19:48 -04:00
  • 3730d46dad Fix intermittent failure in Subscribe_test: Mike Ellery 2018-02-27 09:59:03 -08:00
  • 1507ed66a8 Check consensus hash consistency (RIPD-1456): Brad Chase 2018-03-01 13:22:45 -05:00
  • 3a5a6c3637 Remove unused variables seelabs 2018-03-02 21:31:10 -05:00
  • 4b2afc8f42 Detect when a unit test child process crashes (RIPD-1592): seelabs 2018-03-09 13:39:49 -05:00
  • deef322b07 Remove outputDebugString, replace getComputerName Mike Ellery 2018-02-27 13:23:20 -08:00
  • 9456b83576 Change permessage-deflate and compress defaults (RIPD-506) Miguel Portilla 2018-01-29 10:50:07 -05:00
  • 864844086e Set version to 1.0.0-b1 Mike Ellery 2018-03-01 16:30:58 -08:00
  • 755849115e Add dev docs generation to Jenkins: Mike Ellery 2018-01-10 11:20:13 -08:00
  • 605ace7645 Unroll some unity files in the nounity build: Mike Ellery 2018-02-05 15:28:25 -08:00
  • 1a245234f1 Cleanup some Json::Value methods: Howard Hinnant 2018-02-01 15:23:41 -05:00
  • 20defb4844 Update validations on UNL change (RIPD-1566): Brad Chase 2018-02-13 13:32:16 -05:00
  • 8b909d5c17 Include 2 missing headers: Markus Teufelberger 2018-02-21 17:18:13 +01:00
  • 4a3a40174e Strip down Travis CI support toward future deprecation: Edward Hennis 2018-02-05 17:28:34 -05:00
  • 2fee75bfc1 Use lock when creating peer shard rangeset Miguel Portilla 2018-02-26 11:45:52 -05:00
  • 6230204e42 Set version to 0.90.0 0.90.0 Nikolaos D. Bougalis 2018-02-20 14:12:03 -08:00
  • 5807ce2127 Set version to 0.90.0-rc3 Brad Chase 2018-02-16 12:13:21 -05:00
  • da43775d1b Unit test that NoRipple and DepositAuth are orthogonal Scott Schurr 2018-01-30 12:26:41 -08:00
  • 099a050c0b Support --unittest-jobs in Test.py scons builds: Edward Hennis 2017-12-08 18:47:47 -05:00
  • 6fb2482886 Document AccountLines "out" fields Elliot Lee 2018-02-06 08:34:17 -08:00
  • b07da94c31 Remove two inaccurate asserts: Scott Schurr 2018-02-02 13:47:26 -08:00
  • 531e153144 Add missing includes MarkusTeufelberger 2018-01-19 09:52:58 +01:00
  • 079f346efd Improve handling of malformed JSON-RPC requests Brad Chase 2018-02-15 15:55:59 -05:00
  • 6d3b2b404d Set version to 0.90.0-rc2 seelabs 2018-02-12 11:18:40 -05:00