13840 Commits

Author SHA1 Message Date
Richard Holland
ccf3b38fad add startafter to corn 2025-10-21 09:44:03 +11:00
tequ
86a9ea999f clang-format 2025-10-17 15:06:05 +09:00
RichardAH
0755fb186a Update src/ripple/protocol/jss.h
Co-authored-by: tequ <git@tequ.dev>
2025-10-17 16:04:02 +10:00
RichardAH
526154b97a Update src/ripple/protocol/jss.h
Co-authored-by: tequ <git@tequ.dev>
2025-10-17 16:03:46 +10:00
tequ
052135a800 add CronSetFlags to ServerDefinition 2025-10-17 10:29:21 +09:00
tequ
793249d031 SetCron -> CronSet 2025-10-17 10:28:43 +09:00
tequ
c1e011a16a return tesSuccess when deleting cron without cron object 2025-10-16 17:07:01 +09:00
tequ
caa486f19c additional defensive check, malformed check, 2025-10-16 15:34:30 +09:00
tequ
106abfa9e0 remove alreadyExists case 2025-10-16 15:14:43 +09:00
tequ
88828bbf63 add TSH tests for ttCron, ttCronSet 2025-10-16 11:47:20 +09:00
tequ
cf3db6eb42 Merge branch 'dev' into cronjob 2025-10-15 22:48:08 +09:00
tequ
9b1f3ebdd7 use tfCronUnset to delete Cron 2025-10-15 21:00:19 +09:00
tequ
e64692fc8b add ttCron tests 2025-10-15 20:45:47 +09:00
tequ
ac1bf88596 add tests for CronSet 2025-10-15 15:14:59 +09:00
tequ
0d7dd0597d clang-format 2025-10-15 13:40:39 +09:00
tequ
9c8b005406 fix: improve logging for transaction preflight failures in applyHook.cpp (#566) 2025-10-15 12:33:32 +10:00
tequ
687ccf4203 Remove unused variable enabled in MultiSign_test.cpp (#592) 2025-10-15 12:32:31 +10:00
Niq Dudfield
83f09fd8ab ci: add clang to build matrix [ci-nix-full-matrix] (#569) 2025-10-15 11:26:31 +10:00
Richard Holland
3dddb907c2 hash accids to help randomize cron order for the same timepoint 2025-10-14 17:56:38 +11:00
RichardAH
9d6ea9ac60 Merge branch 'dev' into cronjob 2025-10-14 15:56:39 +10:00
Richard Holland
e9a414cff2 add comment block to keylet::cron, fix accidental TxType casts 2025-10-14 16:43:11 +11:00
tequ
15c7ad6f78 Fix Invalid Tx flags (#514) 2025-10-14 15:35:48 +10:00
Richard Holland
fe1b424bea move static field checks to SetCron preflight, ensure a useful fee is computed. 2025-10-14 16:30:01 +11:00
Richard Holland
b1c366761f add sfOwnerNode to ltCRON 2025-10-14 15:43:31 +11:00
Richard Holland
82af6d9eee 365 days 2025-10-14 11:52:33 +11:00
RichardAH
20e6e62660 Merge branch 'dev' into cronjob 2025-10-14 10:51:45 +10:00
Niq Dudfield
1f12b9ec5a feat(logs): add -DBEAST_ENHANCED_LOGGING with file:line numbers for JLOG macro (#552) 2025-10-14 10:44:03 +10:00
Richard Holland
1d6066127c whoops 2025-10-14 11:16:49 +11:00
Richard Holland
d3d5c757fe initial version of featureCron... compiling untested 2025-10-14 10:58:28 +11:00
Niq Dudfield
ad0531ad6c chore: fix warnings (#509)
Co-authored-by: Denis Angell <dangell@transia.co>
Co-authored-by: RichardAH <richard.holland@starstone.co.nz>
2025-10-11 11:47:13 +10:00
tequ
e580f7cfc0 chore(vscode): enable format on save in settings.json (#578) 2025-10-11 11:43:50 +10:00
tequ
094f011006 Fix emit Hook API testcase name (#580) 2025-10-11 11:43:09 +10:00
Niq Dudfield
39d1c43901 build: upgrade openssl from 1.1.1u to 3.6.0 (#587)
Updates OpenSSL dependency to the latest 3.x series available on Conan Center.
2025-10-10 19:53:35 +10:00
J. Scott Branson
b3e6a902cb Update Sample Configuration Files in /cfg for Congruence with xahaud (#584) 2025-10-10 14:59:39 +11:00
Niq Dudfield
fa1b93bfd8 build: migrate to conan 2 (#585)
Migrates the build system from Conan 1 to Conan 2
2025-10-10 14:57:46 +11:00
tequ
92e3a927fc refactor KEYLET_LINE in utils_keylet (#502)
Fixes the use of high and low in variable names, as these are determined by ripple::keylet::line processing.

Co-authored-by: RichardAH <richard.holland@starstone.co.nz>
2025-10-09 21:02:14 +11:00
tequ
8f7ebf0377 Optimize github action cache (#544)
* optimize github action cache

* fix

* refactor: improve github actions cache optimization (#3)

- move ccache configuration logic to dedicated action
- rename conanfile-changed to should-save-conan-cache for clarity

---------

Co-authored-by: Niq Dudfield <ndudfield@gmail.com>
2025-09-08 15:53:40 +10:00
Niq Dudfield
46cf6785ab fix(tests): prevent buffer corruption from concurrent log writes (#565)
std::endl triggers flush() which calls sync() on the shared log buffer.
Multiple threads racing in sync() cause str()/str("") operations to
corrupt buffer state, leading to crashes and double frees.

Added mutex to serialize access to suite.log, preventing concurrent
sync() calls on the same buffer.
2025-09-08 13:57:49 +10:00
Niq Dudfield
3c4c9c87c5 Fix rwdb memory leak with online_delete and remove flatmap (#570)
Co-authored-by: Denis Angell <dangell@transia.co>
2025-08-26 14:00:58 +10:00
Niq Dudfield
7a790246fb fix: upgrade CI to GCC 13 and fix compilation issues, fixes #557 (#559) 2025-08-14 17:41:49 +10:00
Niq Dudfield
1a3d2db8ef fix(ci): export correct snappy version (#546) 2025-08-14 14:01:32 +10:00
tequ
2fc912d54d Make release build use conan deps where possible and hbb 4.0.1 (#516)
Co-authored-by: Denis Angell <dangell@transia.co>
Co-authored-by: Niq Dudfield <ndudfield@gmail.com>
2025-08-14 12:59:57 +10: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