Commit Graph

13847 Commits

Author SHA1 Message Date
tequ
8c7ccd183e Merge commit 'cdf3008d9dd4ca23c2559ede4cfdbfdca5e03412' into HookFeeV2 2025-11-04 15:41:00 +09:00
tequ
cdf3008d9d fix script 2025-11-04 14:59:15 +09:00
tequ
0955ab28ac fix workflow 2025-11-04 14:50:21 +09:00
tequ
047b7139f7 update generate_extern.sh 2025-11-04 14:01:37 +09:00
tequ
2e6e64b1b6 Merge branch 'refactor-whitelist-api-2' into refactor-whitelist-api-3 2025-10-31 16:47:28 +09:00
tequ
e92b99362a add xpop_slot test before featureHooksUpdate1 2025-10-31 16:45:14 +09:00
tequ
fce6cedec1 Refactor3: Consolidate the Hook API definitions from Enum.h and ApplyHook.h into a single file. 2025-10-31 15:53:59 +09:00
tequ
96417f3903 Merge commit 'df81b7ae5d28176aaa93b181aeff5b8a12195633' into refactor-whitelist-api-2 2025-10-31 12:34:47 +09:00
tequ
df81b7ae5d Merge branch 'dev' into refactor-enum-whitelist-api 2025-10-30 22:32:22 +09:00
tequ
c89967e274 bad merge 2025-10-30 22:19:44 +09:00
tequ
adebc3cb8d refactor: rulesVersion 2025-10-30 22:18:10 +09:00
tequ
24e18c9766 Refactor2: Hook APIs Amendment Guards 2025-10-30 22:18:10 +09:00
tequ
9c0feaf6c7 fix 2025-10-30 22:06:53 +09:00
tequ
4269ef736b additional refactor 2025-10-30 21:45:02 +09:00
tequ
d611e16796 refactor whitelist APIs to enable amendment guard outside Guard.h 2025-10-30 21:02:06 +09:00
tequ
2187bce2c3 Merge branch 'dev' into HookFeeV2 2025-10-27 21:19:18 +09:00
tequ
9ed20a4f1c Refactor: SetCron to CronSet (#609) 2025.10.27-release+2405 2025-10-27 14:38:40 +10:00
tequ
89ffc1969b Add Previous fields to ltCron (#611) 2025-10-27 14:36:57 +10:00
tequ
79fdafe638 Support Cron in util_keylet Hook API (#612) 2025-10-27 14:35:01 +10:00
tequ
0b1cfb52c5 Support for execution costs per Hook APIs 2025-10-26 17:36:33 +09:00
tequ
88bb543858 Refactor: Whitelisted Hook APIs 2025-10-26 03:25:05 +09:00
tequ
2a10013dfc Support 'cron' with ledger_entry RPC (#608) 2025-10-24 17:05:14 +10:00
tequ
6f83efee91 Merge branch 'dev' into refactor-enum-whitelist-api 2025-10-23 18:10:21 +09:00
tequ
6f148a8ac7 ExtendedHookState (#406) 2025-10-23 18:57:38 +10:00
tequ
cc37a969ff Refactor: Whitelisted Hook APIs 2025-10-22 16:54:38 +09:00
tequ
96222baf5e Add hook header generators and CI verification workflow (#597) 2025-10-22 15:25:38 +10:00
Niq Dudfield
74477d2c13 added configurable NuDB block size support in xahaud (#601) 2025-10-22 14:15:12 +10:00
Alloy Networks
9378f1a0ad Update CONTRIBUTING.md (#599) 2025-10-21 14:20:10 +10:00
tequ
6fa6a96e3a Introduce StartTime in CronSet and improve next execution scheduling (#596) 2025-10-21 14:17:53 +10:00
RichardAH
b0fcd36bcd import_vl_keys logic fix (flap fix) (#588) 2025-10-18 16:27:05 +10:00
RichardAH
1ec31e79c9 Cron (on ledger cronjobs) (#590)
Co-authored-by: tequ <git@tequ.dev>
2025-10-17 18:45:16 +10: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
tequ
15c7ad6f78 Fix Invalid Tx flags (#514) 2025-10-14 15:35:48 +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
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