Commit Graph

13830 Commits

Author SHA1 Message Date
Nicholas Dudfield
ce6c56b104 experiment: testing 2025-08-12 13:37:09 +07:00
Nicholas Dudfield
e342b17172 experiment: testing 2025-08-12 13:28:19 +07:00
Nicholas Dudfield
6a4aff7f36 experiment: testing 2025-08-12 13:24:32 +07:00
Nicholas Dudfield
9dca972266 experiment: testing 2025-08-12 13:14:28 +07:00
Nicholas Dudfield
d8a8030556 experiment: testing 2025-08-12 13:11:11 +07:00
Nicholas Dudfield
788684ca74 experiment: testing 2025-08-12 13:09:50 +07:00
Nicholas Dudfield
a2d9947e85 experiment: testing 2025-08-12 13:07:24 +07:00
Nicholas Dudfield
303a476a53 experiment: testing 2025-08-12 13:05:50 +07:00
Nicholas Dudfield
80fbf9e2d0 experiment: testing 2025-08-12 12:54:02 +07:00
Nicholas Dudfield
04f9d4fbd1 experiment: testing 2025-08-12 12:46:57 +07:00
Nicholas Dudfield
2a2fee3cd3 experiment: testing 2025-08-12 12:45:20 +07:00
Nicholas Dudfield
573569f031 experiment: testing 2025-08-12 12:42:53 +07:00
Nicholas Dudfield
1ebd067c9f experiment: testing 2025-08-12 12:35:38 +07:00
Nicholas Dudfield
7450a302dc experiment: testing 2025-08-12 12:30:12 +07:00
Nicholas Dudfield
949252e25f experiment: testing 2025-08-12 12:25:00 +07:00
Nicholas Dudfield
544bb4f32e experiment: testing 2025-08-12 12:15:04 +07:00
Nicholas Dudfield
7328a26710 experiment: testing 2025-08-12 12:13:30 +07:00
Nicholas Dudfield
317a333170 experiment: testing 2025-08-12 12:10:42 +07:00
Nicholas Dudfield
33052c2bde experiment: testing 2025-08-12 12:01:01 +07:00
Nicholas Dudfield
df2fc9606a experiment: testing 2025-08-12 11:52:47 +07:00
Nicholas Dudfield
8c79f4bfcb experiment: testing 2025-08-12 11:50:06 +07:00
Nicholas Dudfield
a3012388e3 experiment: testing 2025-08-12 11:48:25 +07:00
Nicholas Dudfield
a170b387fc experiment: testing 2025-08-12 11:40:13 +07:00
Nicholas Dudfield
841d902dbd experiment: testing 2025-08-12 11:23:29 +07:00
Nicholas Dudfield
f8acb88f94 experiment: testing 2025-08-11 19:43:19 +07:00
Nicholas Dudfield
3f192ee1b5 experiment: testing 2025-08-11 19:41:54 +07:00
Nicholas Dudfield
ed1ba5595d experiment: testing 2025-08-11 19:28:52 +07:00
Nicholas Dudfield
1d7f5d42cc experiment: testing 2025-08-11 19:25:07 +07:00
Nicholas Dudfield
76a64d0eaa experiment: testing 2025-08-11 19:23:14 +07:00
Nicholas Dudfield
2502509e9e experiment: testing 2025-08-11 19:21:17 +07:00
Nicholas Dudfield
8a99f8ffc3 experiment: testing 2025-08-11 19:20:30 +07:00
Nicholas Dudfield
75849b5314 experiment: testing 2025-08-11 19:18:58 +07:00
Niq Dudfield
849d447a20 docs(freeze): canceling escrows with deep frozen assets is allowed (#540) 2025.7.9-release+1951 2025-07-09 13:48:59 +10:00
tequ
ee27049687 IOUIssuerWeakTSH (#388) 2025-07-09 13:48:26 +10:00
tequ
60dec74baf Add DeepFreeze test for URIToken (#539) 2025-07-09 12:49:47 +10:00
Denis Angell
9abea13649 Feature Clawback (#534) 2025-07-09 12:48:46 +10:00
Denis Angell
810e15319c Feature DeepFreeze (#536)
---------

Co-authored-by: tequ <git@tequ.dev>
2025-07-09 10:33:08 +10:00
Niq Dudfield
d593f3bef5 fix: provisional PreviousTxn{Id,LedgerSeq} double threading (#515)
---------

Co-authored-by: tequ <git@tequ.dev>
2025-07-08 18:04:39 +10:00
Niq Dudfield
1233694b6c chore: add suspicious_patterns to .scripts/pre-hook and not-suspicious filter (#525)
* chore: add suspicious_patterns to .scripts/pre-hook and not-suspicious filter

* rm: kill annoying checkpatterns job

* chore: cleanup

---------

Co-authored-by: RichardAH <richard.holland@starstone.co.nz>
2025-07-01 20:58:06 +10:00
tequ
a1d42b7380 Improve unittests (#494)
* Match unit tests on start of test name (#4634)

* For example, without this change, to run the TxQ tests, must specify
  `--unittest=TxQ1,TxQ2` on the command line. With this change, can use
  `--unittest=TxQ`, and both will be run.
* An exact match will prevent any further partial matching.
* This could have some side effects for different tests with a common
  name beginning. For example, NFToken, NFTokenBurn, NFTokenDir. This
  might be useful. If not, the shorter-named test(s) can be renamed. For
  example, NFToken to NFTokens.
* Split the NFToken, NFTokenBurn, and Offer test classes. Potentially speeds
  up parallel tests by a factor of 5.

* SetHook_test, SetHookTSH_test, XahauGenesis_test

---------

Co-authored-by: Ed Hennis <ed@ripple.com>
2025-06-30 10:03:02 +10:00
tequ
f6d2bf819d Fix governance vote purge (#221)
governance hook should be independently and deterministically recompiled before being voted in
2025-06-16 17:12:06 +10:00
Denis Angell
a5ea86fdfc Add Conan Building For Development (#432) 2025-05-14 14:00:20 +10:00
RichardAH
615f56570a Sus pat (#507) 2025.5.1-release+1762 2025-05-01 17:23:56 +10:00
RichardAH
5e005cd6ee remove false positives from sus pat finder (#506) 2025-05-01 09:54:41 +10:00
Denis Angell
80a7197590 fix warnings (#505) 2025-04-30 11:51:58 +02:00
tequ
7b581443d1 Suppress build warning introduced in Catalogue (#499) 2025-04-29 08:25:55 +10:00
tequ
5400f43359 Supress logs for Catalogue_test, Import_test (#495) 2025-04-24 17:46:09 +10:00
Denis Angell
8cf7d485ab fix: ledger_index (#498) 2025-04-24 16:45:01 +10:00
tequ
372f25d09b Remove #ifndef DEBUG guards and exception handling wrappers (#496) 2025-04-24 16:38:14 +10:00
Denis Angell
401395a204 patch remarks (#497) 2025-04-24 16:36:57 +10:00