Commit Graph

  • 84816d1c21 Set version to 0.70.0-b4 Nik Bougalis 2017-04-19 10:41:56 -07:00
  • 8430f9deff Fix video link in README MarkusTeufelberger 2017-04-05 11:01:00 +02:00
  • fcceb0aac1 Update developer documentation Edward Hennis 2017-04-12 19:56:00 -04:00
  • 2680b78b5b Rename featureToStrandV2 to fix1373 seelabs 2017-04-14 08:53:11 -04:00
  • 068889e5b1 Cleanup fix1449 seelabs 2017-03-31 11:19:01 -04:00
  • 3bd9772c04 Rename timebase switches from 'amendment' to 'fix' seelabs 2017-03-30 17:16:21 -04:00
  • af66c62814 Add Unit Test for peers RPC Request (RIPD-1419) Mike Ellery 2017-02-17 20:44:38 -08:00
  • 5bc8f2e3e8 Add test for noripple_check (RIPD-1400): Mike Ellery 2017-03-29 10:58:24 -07:00
  • 22c97ba801 Use beast::temp_dir in tests (RIPD-1414): Mike Ellery 2017-03-27 09:50:16 -07:00
  • 026a249173 Implement transaction invariant checks (RIPD-1425): Mike Ellery 2017-02-23 08:11:44 -08:00
  • e52614ac81 HTTPClient should support large replies (RIPD-1366): JoelKatz 2016-12-20 02:26:23 -08:00
  • 10a7f5b933 ledger_request should confirm ledger is present (RIPD-1365): JoelKatz 2016-12-20 02:07:59 -08:00
  • c6b6d82a75 Set version to 0.70.0-b3 Nik Bougalis 2017-03-31 13:20:38 -07:00
  • 9a0249e793 Add unit test for tx_history RPC (RIPD-1402) Mike Ellery 2017-02-14 13:50:14 -08:00
  • e92760eec8 Add unit test for crypto_prng class Mike Ellery 2017-02-10 08:42:06 -08:00
  • 7b82051bdb Add test for feature RPC (RIPD-1391): Mike Ellery 2017-01-27 15:05:46 -08:00
  • aea54b7230 Add RPC filters for Escrow an PayChan (RIPD-1414) Mike Ellery 2017-03-28 17:23:17 -07:00
  • 1a7a6f22e2 Add 'type' param to ledger_data and ledger rpc commands (RIPD-1446): Howard Hinnant 2017-03-17 16:20:45 -04:00
  • fab3ec0b56 CMake: build consistently with default (unspecified) target Edward Hennis 2017-03-21 15:45:56 -04:00
  • 2449f9c18d Fix handleLCL consensus bug: Brad Chase 2017-03-24 11:13:23 -04:00
  • fee30262ac Merge master (0.60.2) into develop (0.70.0-b2) Nik Bougalis 2017-03-31 11:53:49 -07:00
  • 7cd4d78897 Set version to 0.60.2 seelabs 2017-03-30 14:25:41 -04:00
  • 4ff40d4954 Enforce rippling constraints between offers and direct steps seelabs 2017-03-30 11:39:19 -04:00
  • 0d4fe469c6 Set version to 0.60.1 seelabs 2017-03-29 15:41:43 -04:00
  • 8b43d67a73 Cancel websocket timer on failure: Miguel Portilla 2017-03-24 17:36:19 -04:00
  • 128f7cefb1 Send a websocket ping before timing out in server: Vinnie Falco 2017-02-24 19:14:03 -05:00
  • 09f9720ebb Correctly calculate Escrow and PayChan identifiers: seelabs 2017-03-29 15:22:15 -04:00
  • dbe74dffcb Set version to 0.70.0-b2 Brad Chase 2017-03-21 13:21:51 -04:00
  • b958fa413e Fix may be used uninitialized warnings Brad Chase 2017-03-21 19:14:07 -04:00
  • c453df927f NetworkOPs isn't stopped() until Jobs done (RIPD-1356): Scott Schurr 2017-02-24 16:40:23 -08:00
  • 1bb92d40aa Fix tx re-ordering bug in test: seelabs 2017-03-14 16:06:10 -04:00
  • 15f969a469 Send a websocket ping before timing out in server: Vinnie Falco 2017-02-24 19:14:03 -05:00
  • bc5a74057d Refactor consensus for simulation (RIPD-1011): Brad Chase 2016-11-02 15:16:02 -07:00
  • fc0d64f5ee Set version to 0.70.0-b1 Scott Schurr 2017-03-20 19:10:26 -07:00
  • 885aaab8c8 Remove ledger and manifest Python tools wilsonianb 2017-02-14 15:27:18 -08:00
  • 9d4500cf69 Prevent low-likelihood crash on shutdown (RIPD-1392): Scott Schurr 2017-03-07 10:13:14 -08:00
  • 9ff9fa0aea Prevent low-likelihood hang on shutdown (RIPD-1392): Scott Schurr 2017-02-17 13:40:41 -08:00
  • 1d482eeecb Prevent DatabaseRotateImp crash on shutdown (RIPD-1392): Scott Schurr 2017-02-14 14:02:59 -08:00
  • b4e765362b Remove timing window from RootStoppable (RIPD-1392): Scott Schurr 2017-02-13 11:36:34 -08:00
  • c981eb81d9 Improve log warnings: Brad Chase 2017-03-09 11:08:04 -05:00
  • 95aebfc38c Add timer start param to Application (RIPD 1405): Mike Ellery 2017-02-16 09:56:41 -08:00
  • 7265729446 TxQ full queue RPC info (RIPD-1404): Edward Hennis 2017-02-13 21:21:28 -05:00
  • 846723d771 New rules for payment paths: seelabs 2017-02-08 13:24:36 -05:00
  • 80d9b0464a Add helper to modify Env configs (RIPD-1247) Mike Ellery 2017-02-07 12:00:24 -08:00
  • 09a1d1a593 Improve getMissingNodes: David Schwartz 2017-01-19 12:24:51 -08:00
  • aebcc2115d Don't send a bow out if we're not proposing JoelKatz 2017-01-23 02:30:25 -08:00
  • 6fac038320 Make ledger fetch tuning saner David Schwartz 2017-01-19 15:19:51 -08:00
  • 0df1b09a73 Set version to 0.60.0 Nik Bougalis 2017-03-16 13:33:29 -07:00
  • f432095532 Merge master (0.50.3) into release (0.60.0-rc4) Nik Bougalis 2017-03-16 13:55:29 -07:00
  • e27a38939e Set version to 0.60.0-rc4 seelabs 2017-03-13 20:21:26 -04:00
  • ffa79ac6a5 Enforce rippling constraints during payments seelabs 2017-03-11 14:53:15 -05:00
  • 2e632b1660 Set version to 0.50.3 Nik Bougalis 2017-03-13 15:49:21 -07:00
  • 0b187a6a4e Enforce rippling constraints during payments seelabs 2017-03-11 14:53:15 -05:00
  • 6cea5d0838 Set version to 0.60.0-rc3 seelabs 2017-03-10 16:16:53 -05:00
  • ffc7cf8f6c Use lower quorum for smaller validator sets wilsonianb 2017-03-09 17:40:34 -08:00
  • 69bc58c5f6 Set version to 0.60.0-rc2 seelabs 2017-03-08 14:47:03 -05:00
  • f423181b94 Rename amendment featureRIPD1368 -> fix1368 seelabs 2017-03-07 15:20:33 -05:00
  • 112a863e73 Set version to 0.60.0-rc1 seelabs 2017-03-06 15:00:16 -05:00
  • cfde591ac9 Add Escrow support: Nik Bougalis 2017-02-28 07:45:05 -08:00
  • 0c97dda276 Make "wss" work the same as "wss2" JoelKatz 2017-02-28 12:27:02 -08:00
  • 35f4698aed Check for malformed public key on payment channel seelabs 2017-02-24 11:16:12 -05:00
  • b7e2a3bd5f Set version to 0.60.0-b7 seelabs 2017-03-01 12:38:58 -05:00
  • bb61b398a6 Use gnu gold or clang lld linkers if available seelabs 2017-02-28 08:36:54 -05:00
  • 1e438f51c5 Handle protoc targets in scons ninja build Brad Chase 2017-02-17 09:25:54 -05:00
  • 60416b18a5 Add quiet unit test reporter Brad Chase 2017-02-14 15:57:16 -05:00
  • 4b0a0b0b85 Add test for transaction_entry request (RIPD-1401): Mike Ellery 2017-02-13 07:45:03 -08:00
  • f1377d5d30 Publish server stream when fee changes (RIPD-1406): Brad Chase 2017-02-07 10:21:28 -05:00
  • 30b6e4e2e5 Do not close socket on a foreign thread: seelabs 2017-02-13 09:01:12 -05:00
  • 5cf38bf88a Reduce LEDGER_MIN_CONSENSUS: Brad Chase 2017-02-10 16:14:40 -05:00
  • 9e3dadce0d Add unit test for get_counts RPC method (RIPD-1399) Mike Ellery 2017-02-10 08:13:58 -08:00
  • 73b4c818c5 Add more 'sign' tests: Edward Hennis 2017-02-08 17:14:29 -05:00
  • 2c2b0eb2f1 Fix CMake ordering to find correct compiler: Edward Hennis 2017-02-08 19:19:17 -05:00
  • 17726c2cac Fix rpc type-o in two places Howard Hinnant 2017-02-09 11:58:00 -05:00
  • af79c9007e Specify syntax version for ripple.proto file: MarkusTeufelberger 2017-02-06 02:57:17 +01:00
  • 3de623bf66 Enable -Wunused-variable on macOS Howard Hinnant 2017-02-08 14:08:36 -05:00
  • 7ec58cc554 Update build scripts to support latest boost and ubuntu distros seelabs 2017-02-03 13:49:34 -05:00
  • 3d6a1781e7 Add tests for lookupLedger (RIPD-1268): Mike Ellery 2017-01-24 08:02:02 -08:00
  • ce9238b389 Remove beast::Thread (RIPD-1189): Scott Schurr 2017-01-06 17:59:21 -08:00
  • 2c6b0f3193 Fix limiting step re-execute bug (RIPD-1368): seelabs 2016-12-19 13:55:28 -05:00
  • b4a16b165b Add validator key revocations: wilsonianb 2017-01-24 08:38:29 -08:00
  • a8cf5e0a5c Add validator token to config (RIPD-1386) wilsonianb 2017-01-18 15:01:50 -08:00
  • 2fcde0e0b6 Add SecretKey comparison operator (RIPD-1382) wilsonianb 2017-01-04 19:20:39 -08:00
  • b45f45dcef Fetch validator lists from remote sites: wilsonianb 2016-11-02 16:14:31 -07:00
  • e823e60ca0 Dynamize trusted validator list and quorum (RIPD-1220): wilsonianb 2016-08-30 09:46:24 -07:00
  • 74977ab3db Consolidate parseUrl arguments into a struct wilsonianb 2016-08-23 15:48:32 -07:00
  • 80dfb7d72d Remove validator manager wilsonianb 2016-07-22 14:58:07 -07:00
  • c30fe3066a Remove deprecated unl_add and unl_delete commands wilsonianb 2016-07-11 16:16:57 -07:00
  • 0b605b3609 Set version to 0.60.0-b6 Vinnie Falco 2017-02-27 12:16:28 -05:00
  • 9bb337fb1f Set Beast version to 1.0.0-b30: Vinnie Falco 2017-02-27 12:10:52 -05:00
  • 460dd8f186 Set version to 0.60.0-b5 Vinnie Falco 2017-02-24 12:45:11 -05:00
  • 6b0817b7ba Update .vcxproj for Beast 1.0.0-b28 Vinnie Falco 2017-02-24 12:44:44 -05:00
  • 7698477e86 Merge commit '8b60ef9db43089f08444ede0d9171d4903b6a174' into develop Vinnie Falco 2017-02-24 12:42:36 -05:00
  • 8b60ef9db4 Squashed 'src/beast/' changes from 06f74f0..9f10b11 Vinnie Falco 2017-02-24 12:42:36 -05:00
  • 209fe8f7a9 Set version to 0.60.0-b4 Vinnie Falco 2017-02-07 17:14:35 -05:00
  • b514f1aae9 Config test uses unique directories for each test: Edward Hennis 2017-01-13 22:58:02 -05:00
  • f6a0345831 Add permessage-deflate WebSocket support (RIPD-1409): Vinnie Falco 2017-02-02 11:07:04 -05:00
  • ce7e83f763 Add Section::value_or Vinnie Falco 2017-02-02 11:02:02 -05:00
  • 71b42dcec5 Exercise debugLog writes in jtx unit tests (RIPD-1393) Scott Schurr 2017-01-26 18:16:23 -08:00
  • f5af8b03de Add the config preset features to the view: seelabs 2017-02-03 17:53:30 -05:00
  • e01f6e7455 Use log/journal instead of std::cerr (RIPD-1377): Mike Ellery 2017-01-06 13:08:08 -08:00