Commit Graph

  • cb3edacd63 fix variable emit details size in example hooks Richard Holland 2022-06-07 11:23:58 +00:00
  • d31ff6eb6e notary example updated and working on v2 Richard Holland 2022-06-07 09:44:33 +00:00
  • d6011350ee misc example changes to support v2 Richard Holland 2022-06-07 09:43:19 +00:00
  • e3c792e68b emitdetails bug Richard Holland 2022-06-07 09:42:27 +00:00
  • d26f6ff995 remove old example and test dirs Richard Holland 2022-06-06 14:07:33 +00:00
  • 5f74392bcb begin rework for js tests and hook examples Richard Holland 2022-06-06 14:05:17 +00:00
  • d452f9ca5a missing whitelist function Richard Holland 2022-06-06 12:55:24 +00:00
  • 3f7eaa5f7c fix multiplier bug, multipliers lower than 1 are necessary Richard Holland 2022-06-03 09:18:10 +00:00
  • df111bc279 wce calc error Richard Holland 2022-06-02 19:53:57 +00:00
  • 0fe9fd2f81 division safety, seperate leb functions to signed and unsigned Richard Holland 2022-06-02 15:09:33 +00:00
  • 6571af7490 reprogram the guard_check function to fix several issues including worst case execution computation Richard Holland 2022-06-02 12:48:01 +00:00
  • c87fa5210b add ledger_keylet hookapi Richard Holland 2022-06-02 08:35:16 +00:00
  • 848097ffac update hook api Richard Holland 2022-05-30 10:49:22 +00:00
  • f225003091 testcases for xfl log and root Richard Holland 2022-05-30 10:29:37 +00:00
  • 869b66f06f impl missing float funcs that were documented but not implemented Richard Holland 2022-05-30 10:17:19 +00:00
  • 26f6f21635 better guard debugging Richard Holland 2022-05-27 11:04:16 +00:00
  • e9e407bbf2 more test rig Richard Holland 2022-05-27 11:03:56 +00:00
  • 4ea852b819 crash bug vector reserve Richard Holland 2022-05-26 10:58:23 +00:00
  • 273ab6510b better testing rig Richard Holland 2022-05-26 10:26:54 +00:00
  • 4a8d904ed6 weak tsh bug fix Richard Holland 2022-05-26 09:48:02 +00:00
  • cd9af3e58d clean up hook/cbak type detection Richard Holland 2022-05-24 08:53:34 +00:00
  • 513f87ca70 crash bug Richard Holland 2022-05-23 12:14:57 +00:00
  • 7216df5829 start updating example hooks Richard Holland 2022-05-23 10:19:57 +00:00
  • f74cc56acd state reserve counting Richard Holland 2022-05-23 10:19:44 +00:00
  • e32bc674aa Set version to 1.9.1 manojsdoshi 2022-05-22 13:18:09 -07:00
  • 88d747a7f7 hooks--NFT support Richard Holland 2022-05-20 09:25:41 +00:00
  • 4244a5a245 Merge remote-tracking branch 'ripple/develop' into develop Richard Holland 2022-05-20 08:05:08 +00: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
  • 37da7b23f3 correctly bill parameters during sethook create mode, update tests Richard Holland 2022-05-19 11:49:58 +00:00
  • 74eff62713 fix owner reserves, fee api Richard Holland 2022-05-19 10:40:31 +00:00
  • 5f4f2baa58 collect call logic bug Richard Holland 2022-05-17 12:35:23 +00:00
  • f1a8b086b5 fix reference bug, add aaw test Richard Holland 2022-05-16 12:22:56 +00:00
  • 003bb9f63b fix txmeta issues Richard Holland 2022-05-16 11:42:25 +00:00
  • b01bbcae5c mock txmeta and pass to weakly executed hooks, add meta_slot to access this data Richard Holland 2022-05-16 10:18:01 +00: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
  • 0bb38809be preliminary support for "second execution as weak" feature Richard Holland 2022-05-10 11:38:42 +00:00
  • 7dbfa071b1 split nonce into two apis, modify etxn_fee, add ledger_last_time, various other fee fixes Richard Holland 2022-05-09 13:01:54 +00:00
  • ec78ef7ddb tsh tests / update setregularkey tsh Richard Holland 2022-05-09 08:13:04 +00: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
  • 74b0f20108 fixed BUFFER_EQUAL for O2? Richard Holland 2022-05-06 10:56:29 +00:00
  • 92e1e6f3ab leb128 overflow fix Richard Holland 2022-05-06 10:11:33 +00:00
  • 67188dd121 guard logging again Richard Holland 2022-05-06 09:23:20 +00:00
  • 70fa3bf690 fix sethook logging (i.e. yuck) Richard Holland 2022-05-06 09:12:19 +00:00
  • 87a31e3cf1 improve the interface to guard checker Richard Holland 2022-05-06 08:59:46 +00:00
  • 636715fd20 refactor, guard_check, compiling but crash on validateGuards stream output (probably need a proxy class) Richard Holland 2022-05-05 18:29:35 +00:00
  • b189908c10 fix overly zealous guard check Richard Holland 2022-04-28 15:16:45 +00:00
  • 4b3be856ea edge case bug Richard Holland 2022-04-26 14:11:43 +00:00
  • 3dab797fa2 add error message, address isAddable xrp edgecases Richard Holland 2022-04-22 10:36:53 +00:00
  • 5d231e2fcd add sfLockCount and isAddable Richard Holland 2022-04-22 09:45:04 +00:00
  • c99370e9f0 todo: strict codesec and export checks when hook cleaner developed Richard Holland 2022-04-21 12:25:51 +00:00
  • 90d14368e6 building Richard Holland 2022-04-21 12:17:01 +00:00
  • 8861467437 large refactor for weak/strong tsh, not compiling Richard Holland 2022-04-21 11:24:59 +00:00
  • 3439888aef tsh collect call, compiling not tested Richard Holland 2022-04-19 12:04:27 +00:00
  • d59c1cac7f reorder log codes Richard Holland 2022-04-19 08:24:13 +00:00
  • bc2ad5bd8c more log codes Richard Holland 2022-04-14 12:53:41 +00:00
  • 611ddbb7fa bug fix Richard Holland 2022-04-14 10:01:12 +00:00
  • 230bd0cfba Merge remote-tracking branch 'origin/develop' into PaychanAndEscrowForTokens Richard Holland 2022-04-11 09:57:50 +00:00
  • eb95f06ebc update claim serialization format Richard Holland 2022-04-11 09:52:20 +00:00
  • ff6cc9ee8c escrow bug fixes, escrow create/finish/cancel working Richard Holland 2022-04-08 13:25:58 +00:00
  • 9b85d891ca fix logging to use journals Richard Holland 2022-04-08 11:13:39 +00:00
  • d7fdf35e83 major refactor templates for trustTransfer and lock Richard Holland 2022-04-08 10:14:38 +00:00
  • 76b57a4e88 templates Richard Holland 2022-04-07 16:28:30 +00:00
  • 1b80bf77a8 debugging, bug fixes Richard Holland 2022-04-07 10:32:10 +00:00
  • 7c66747d27 Set version to 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
  • ff19b91503 compiling Richard Holland 2022-04-06 19:38:09 +00:00
  • dfc8503e56 Merge branch 'PaychanAndEscrowForTokens' of github.com:RichardAH/rippled into PaychanAndEscrowForTokens Richard Holland 2022-04-05 15:32:48 +00:00
  • 580f9a5097 more refactoring Richard Holland 2022-04-05 15:32:05 +00:00
  • 54a96422ea Merge branch 'ripple:develop' into PaychanAndEscrowForTokens RichardAH 2022-04-05 14:41:20 +02:00
  • cd4f73104e move all trustline lock and unlock logic to view, untested Richard Holland 2022-04-05 10:57:11 +00:00
  • 166b4a76d4 bug fixes, testing Richard Holland 2022-04-04 12:37:15 +00:00
  • d7f6007690 preliminary paychan IOU support, compiling, not tested Richard Holland 2022-04-01 12:52:56 +00:00
  • 711608e652 Set version to 1.9.0-b2 Nik Bougalis 2022-03-23 10:48:59 -07:00
  • bc9773eb45 MSVC std::sample workaround Ed Hennis 2022-03-25 18:36:27 -04:00
  • bea9610440 Remove checks for CMake < 3.16 Michael Legleux 2022-03-24 11:40:34 -07:00
  • 375af87a86 Package builds of reporting mode rippled Michael Legleux 2021-12-08 23:56:55 -08:00
  • 1502e6e2cd Reduce the verbosity of CI scripts Michael Legleux 2022-03-15 18:22:09 -07:00
  • 593677ee82 Squash warning about an unused variable Nik Bougalis 2022-03-25 08:51:20 -07:00
  • 8f58687091 Cleanup AcceptedLedger and AcceptedLedgerTx: Nik Bougalis 2022-02-10 09:13:16 -08:00
  • c7e6803956 Simplify LedgerMaster: Nik Bougalis 2022-02-04 18:39:41 -08:00