Commit Graph

  • a3e42a0d11 alternate approach Pratik Mankawde 2025-11-18 17:19:14 +00:00
  • 92a6c986b3 try blacklist file Pratik Mankawde 2025-11-18 17:10:29 +00:00
  • dd0408ac53 added blacklist file Pratik Mankawde 2025-11-18 17:00:38 +00:00
  • 0fcfcd059e more aggressive suppresions Pratik Mankawde 2025-11-18 16:37:10 +00:00
  • 0c5fe98d02 perf: Move mutex to the partition level (#5486) vlntb/taggedcache-lock-per-partition-v2 Valentin Balaschenko 2025-08-07 22:04:07 +01:00
  • 4c0f7a337a few more additions Pratik Mankawde 2025-11-18 15:59:44 +00:00
  • 640f9ff5e2 Added more files to ubsan.supp Pratik Mankawde 2025-11-18 15:18:08 +00:00
  • 42cab6c826 updated ubsan file Pratik Mankawde 2025-11-18 15:02:21 +00:00
  • 9267756944 fixed generate.py file " issue Pratik Mankawde 2025-11-18 14:14:49 +00:00
  • 3b1e82b412 revert back to clang-20 Pratik Mankawde 2025-11-18 13:45:18 +00:00
  • 7d7c659822 target clang-21 Pratik Mankawde 2025-11-18 13:42:59 +00:00
  • a58df41a4d Merge branch 'develop' into pratik/Add-sanitizers-to-CI-builds Pratik Mankawde 2025-11-18 13:42:12 +00:00
  • d01b1da80e cleaned up linker flags Pratik Mankawde 2025-11-18 11:55:24 +00:00
  • ebc2a9a625 fix: Skip processing transaction batch if the batch is empty (#5670) Jingchen 2025-09-15 14:51:19 +01:00
  • 3e07a64339 Merge branch 'develop' into mvadari/fix-bad-cast Mayukha Vadari 2025-11-18 13:57:57 +05:30
  • 3fb6acd29e ci: Fix filtering out of Clang 20+ on ARM (#6046) Bart 2025-11-17 16:54:13 -05:00
  • 77b7cef5a7 ci: Use new Debian Trixie images (#6034) Bart 2025-11-17 14:31:19 -05:00
  • 216ecf67e1 updated tsan and ubsan Pratik Mankawde 2025-11-17 19:18:15 +00:00
  • d8c8900fbb updated supp files Pratik Mankawde 2025-11-17 18:43:39 +00:00
  • e2c75f5d60 Merge branch 'develop' into pratik/Add-sanitizers-to-CI-builds Pratik Mankawde 2025-11-17 17:59:34 +00:00
  • 2428c5c196 added more suppressions Pratik Mankawde 2025-11-17 17:58:08 +00:00
  • d8ff72b342 updated asan and lsan Pratik Mankawde 2025-11-17 17:11:36 +00:00
  • 4fc5c00c24 added lsan and updated tsan Pratik Mankawde 2025-11-17 16:53:51 +00:00
  • 74d4116914 deploy: 2c187461cc bthomee 2025-11-17 06:05:07 -08:00
  • 2c187461cc refactor: Retire NegativeUNL amendment (#6033) Jingchen 2025-11-17 14:02:10 +00:00
  • c326a80abd re-remove debug lines Mayukha Vadari 2025-11-17 18:16:14 +05:30
  • efa2a1b4e7 simplify tests Mayukha Vadari 2025-11-17 18:13:13 +05:30
  • 8852594a7b fix test Mayukha Vadari 2025-11-17 18:13:03 +05:30
  • 711d765a80 clean up book_offers Mayukha Vadari 2025-11-17 18:05:01 +05:30
  • 400cd02325 remove debug lines Mayukha Vadari 2025-11-17 18:01:51 +05:30
  • 2116ea6eae fix tx_history Mayukha Vadari 2025-11-17 18:01:26 +05:30
  • f1f2cc70ab fix get_counts Mayukha Vadari 2025-11-17 17:59:50 +05:30
  • 9e23d50339 fix connect Mayukha Vadari 2025-11-17 17:58:57 +05:30
  • fb5d878b86 fix can_delete Mayukha Vadari 2025-11-17 17:58:22 +05:30
  • 403bfaa636 fix account_tx Mayukha Vadari 2025-11-17 17:46:18 +05:30
  • 9fb088cb42 remove debug statements Mayukha Vadari 2025-11-17 17:47:20 +05:30
  • 5a9014912c trying without begin-regex Pratik Mankawde 2025-11-17 12:12:27 +00:00
  • e66cfab251 fix tests, more cleanup Mayukha Vadari 2025-11-17 17:20:13 +05:30
  • 17e4d38dde Fix index for iLimit in RPCCall.cpp Mayukha Vadari 2025-11-17 16:11:35 +05:30
  • 546bfa89d8 For now, skip the larger mantissas in AMM transactions and tests Ed Hennis 2025-11-16 20:59:17 -05:00
  • 8dbb933306 Ugh. This is all wrong. ximinez/lending-number-stnumber-deadend Ed Hennis 2025-11-16 17:19:08 -05:00
  • 248d267f21 Take baseline changes from original implementation Ed Hennis 2025-11-16 13:10:01 -05:00
  • 8006a1e967 removed leak type Pratik Mankawde 2025-11-16 12:30:23 +00:00
  • 6610f469df trying diff. asan supp options Pratik Mankawde 2025-11-16 11:23:38 +00:00
  • 470c9c3936 Fix root2, and add tests for it Ed Hennis 2025-11-16 00:18:51 -05:00
  • 518f292c2b Damn consequences... ximinez/lending-number-explicit-deadend Ed Hennis 2025-11-15 22:32:22 -05:00
  • 23e5f43f95 Refactor Payment transactor. gregtatcam/lending-protocol/refactor-payment Gregory Tsipenyuk 2025-11-15 10:29:58 -05:00
  • 31d6ad727e Refactors method and struct names (#6039) Vito Tumas 2025-11-15 09:48:38 +01:00
  • 9f50cc033e Merge branch 'develop' into ximinez/lending-number-simple Ed Hennis 2025-11-15 03:13:10 -05:00
  • b72cf3d7d9 Merge branch 'ximinez/online-delete-gaps' into ximinez/online-delete-lastrotated Ed Hennis 2025-11-15 03:09:00 -05:00
  • 2c3f169dec Merge branch 'develop' into ximinez/emptydirectoryinvariant Ed Hennis 2025-11-15 03:08:56 -05:00
  • 58e8f5c032 Merge branch 'develop' into ximinez/vault-test Ed Hennis 2025-11-15 03:08:53 -05:00
  • 730ac9b763 Merge branch 'develop' into ximinez/directory Ed Hennis 2025-11-15 03:08:49 -05:00
  • 9d807fce48 Merge branch 'develop' into ximinez/acquireAsyncDispatch Ed Hennis 2025-11-15 03:08:41 -05:00
  • ef2de81870 Merge branch 'develop' into ximinez/fix/validator-cache Ed Hennis 2025-11-15 03:08:38 -05:00
  • 5406d28357 Merge branch 'develop' into ximinez/fix-getledger Ed Hennis 2025-11-15 03:08:34 -05:00
  • cfdcaf3f8d Merge branch 'develop' into ximinez/lending-XLS-66 Ed Hennis 2025-11-15 03:08:29 -05:00
  • 486fa75a10 Merge branch 'develop' into ximinez/online-delete-gaps Ed Hennis 2025-11-15 03:08:18 -05:00
  • a5f43fb59b Fix some build errors - unused variables, large constants Ed Hennis 2025-11-15 02:57:18 -05:00
  • 3451d15e12 Step 3: Automatically switch precision in the transaction engine Ed Hennis 2025-11-15 02:55:48 -05:00
  • 595a5ee220 Step 2.5cont: Make some updates to STNumber Ed Hennis 2025-11-15 00:50:09 -05:00
  • c9ad49faf3 Step 2.5: Run the STNumber tests using both mantissa sizes Ed Hennis 2025-11-14 19:21:45 -05:00
  • 857eaffa55 refactor: Move the mantissa_scale enum into the MantissaRange struct Ed Hennis 2025-11-14 19:06:44 -05:00
  • 93109918ed Fix Number::power(), and a bunch of Number unit tests Ed Hennis 2025-11-14 18:48:16 -05:00
  • 13a12c6402 chore: Update nudb recipe to remove linker warnings (#6038) Ayaz Salikhov 2025-11-14 20:27:28 +00:00
  • fbcd4f33eb Add more edge case Number tests Ed Hennis 2025-11-14 15:10:10 -05:00
  • 9f026929cf adding asio to tsan.supp Pratik Mankawde 2025-11-14 19:43:19 +00:00
  • a9d134af85 more chnages Pratik Mankawde 2025-11-14 19:13:26 +00:00
  • 18b9b9da19 updated supp files Pratik Mankawde 2025-11-14 18:50:08 +00:00
  • 6a89a544fe tsan race suppression Pratik Mankawde 2025-11-14 18:10:18 +00:00
  • b9fdf9e564 Add the testPoC_UnsignedUnderflowOnFullPayAfterEarlyPeriodic Ed Hennis 2025-11-14 12:52:27 -05:00
  • 427771775e added afew suppressors Pratik Mankawde 2025-11-14 17:43:15 +00:00
  • 6f1fe5047b Step 2 cont. Refactor the to_string(Number) test Ed Hennis 2025-11-14 12:40:54 -05:00
  • 1a45d4f09a deploy: 362ecbd1cb Bronek 2025-11-14 09:33:55 -08:00
  • 362ecbd1cb fix: Apply object reserve for Vault pseudo-account (#5954) Bronek Kozicki 2025-11-14 17:30:56 +00:00
  • 67946f4993 more cleanup Pratik Mankawde 2025-11-14 16:51:54 +00:00
  • 4cf22b50de fixup! Step 2: Add the ability to change the mantissa range Ed Hennis 2025-11-14 11:33:02 -05:00
  • 8d8a0cb970 Merge branch 'develop' into pratik/Add-sanitizers-to-CI-builds Pratik Mankawde 2025-11-14 16:25:11 +00:00
  • 89f9ede1f5 cleanup Pratik Mankawde 2025-11-14 16:24:04 +00:00
  • 6a8a1b7e28 Merge branch 'develop' into vlntb/malloc-trim Valentin Balaschenko 2025-11-14 17:33:23 +02:00
  • 03f73f6be1 deploy: 7025e92080 bthomee 2025-11-14 05:36:35 -08:00
  • 2945f74f9b Merge branch 'develop' into vlntb/mem-leak-ledger-history-3 Valentin Balaschenko 2025-11-14 15:36:25 +02:00
  • 40067b4748 update PR Valentin Balaschenko 2025-11-14 13:35:00 +00:00
  • 7025e92080 refactor: Retire TicketBatch amendment (#6032) Jingchen 2025-11-14 13:33:34 +00:00
  • d831cf9b75 cleanup Valentin Balaschenko 2025-11-14 13:24:38 +00:00
  • 22b3c0e407 sync with develop Valentin Balaschenko 2025-11-14 13:22:18 +00:00
  • efe7177d1b load mode with relaxed ordering Valentin Balaschenko 2025-11-14 13:07:04 +00:00
  • 2b2b361c87 add malloc trim after sync complete Valentin Balaschenko 2025-11-14 13:01:38 +00:00
  • aac1076d83 minor cleanup Pratik Mankawde 2025-11-14 13:01:03 +00:00
  • c0da02814b Merge branch 'develop' into pratik/Add-sanitizers-to-CI-builds Pratik Mankawde 2025-11-14 12:53:30 +00:00
  • 013ff18fce cleanup Pratik Mankawde 2025-11-14 12:51:47 +00:00
  • e1403d56ef skip mold, gold, lld Pratik Mankawde 2025-11-14 12:20:07 +00:00
  • ff8b4353bc malloc trim once orderbook update finished Valentin Balaschenko 2025-11-14 12:11:20 +00:00
  • 58b248d9a4 pass lld flag to cmake Pratik Mankawde 2025-11-14 11:23:59 +00:00
  • f1561c5b48 use lld Pratik Mankawde 2025-11-14 10:57:11 +00:00
  • 73ab466029 use gold+large Pratik Mankawde 2025-11-14 10:25:39 +00:00
  • 606e3ec0b7 Step 2: Add the ability to change the mantissa range Ed Hennis 2025-11-14 02:32:50 -05:00
  • c65a311ad1 Remove a bunch of obsolete code, marked by "#if LOANCOMPLETE" Ed Hennis 2025-11-13 14:26:47 -05:00
  • 8365148b5c feat: support ConfidentialClawback and add tests (#6023) yinyiqian1 2025-11-13 14:24:40 -05:00
  • a868b1938d Fix Vault test failure due to default field not being in RPC Json Ed Hennis 2025-11-13 14:21:41 -05:00