tequ
f6fe33103c
Fix differences such as LedgerHash that occurred due to NetworkID in ltFeeSettings
2025-12-01 19:28:23 +09:00
tequ
b9d966dd32
Merge remote-tracking branch 'upstream/dev' into sync-2.4.0
2025-12-01 18:08:31 +09:00
tequ
e3ccddfaca
Remove HookAPI test file HookAPI_test.cpp as unintentionally included. ( #650 )
2025-12-01 18:59:59 +10:00
tequ
e319619dce
Combine 3 Hook Api fix amendments ( #648 )
2025-12-01 16:26:15 +10:00
tequ
7e92374436
Merge remote-tracking branch 'upstream/dev' into sync-2.4.0
2025-12-01 13:06:58 +09:00
tequ
7ef8473c85
Merge remote-tracking branch 'upstream/dev' into sync-2.4.0
2025-12-01 12:53:49 +09:00
tequ
2073b562f0
Fix genesis feesettings NetworkiD ( #649 )
2025-12-01 12:55:00 +10:00
tequ
39353a6557
Fix: Ensure sto_subfield correctly handles STO field values of 16 or more. ( #647 )
2025-12-01 12:48:30 +10:00
tequ
64fb39d033
Merge remote-tracking branch 'upstream/dev' into sync-2.4.0
2025-11-30 13:53:35 +09:00
tequ
1bfae1a296
fixStoEmplaceFieldIdCheck Amendment ( #637 )
2025-11-28 18:31:15 +10:00
tequ
ffcb203ce1
fixEtxnFeeBase Amendment (#630 )
2025-11-24 09:52:53 +10:00
tequ
859391327d
Merge branch 'dev' into sync-2.4.0
2025-11-20 10:47:16 +09:00
tequ
4a65401448
Fix Cron stacking ( #627 )
2025-11-15 17:41:07 +10:00
tequ
9ec631b1d8
Merge remote-tracking branch 'upstream/dev' into sync-2.4.0
2025-11-06 14:46:53 +09:00
tequ
8bcebdea42
Support 'cron' type for account_objects ( #624 )
2025-11-06 15:19:15 +10:00
tequ
066f8ed9ef
Merge branch 'dev' into sync-2.4.0
2025-10-27 15:38:14 +09:00
tequ
9ed20a4f1c
Refactor: SetCron to CronSet ( #609 )
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
2a10013dfc
Support 'cron' with ledger_entry RPC ( #608 )
2025-10-24 17:05:14 +10:00
tequ
6f148a8ac7
ExtendedHookState ( #406 )
2025-10-23 18:57:38 +10: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
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
3487e2de67
Merge branch 'dev' into sync-2.4.0
2025-10-17 13:21:01 +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
tequ
1da00892d3
Merge remote-tracking branch 'upstream/dev' into sync-2.4.0
2025-10-14 17:22:41 +09: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
094f011006
Fix emit Hook API testcase name ( #580 )
2025-10-11 11:43:09 +10: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
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
tequ
75636ee5c4
Merge branch 'dev' into sync-2.4.0
2025-08-20 14:11:26 +09:00
tequ
d1528021e2
Add ltORACLE for Remarks target ( #562 )
2025-08-18 16:17:49 +09: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
tequ
43a4a3a3e2
Add Remit test to AMM Account
2025-07-19 19:18:03 +09:00
tequ
117bdb1c42
Optimize AccountDelete and Creadentials tests, Update tests priority
2025-07-19 04:49:25 +09:00
tequ
c5fa112e16
Add TSH processing for AMM, AMMClawback, Clawback, Oracle ( #532 )
...
* Add TSH processing for `AMM`, `AMMClawback`, `Oracle`, `Clawback`
* Add empty TSH processing for other transaction types
* Add AMMTsh tests
2025-07-10 23:26:32 +09:00
tequ
d2e21da7a3
Merge branch 'dev' into sync-2.4.0
2025-07-09 13:38:41 +09:00
Niq Dudfield
849d447a20
docs(freeze): canceling escrows with deep frozen assets is allowed ( #540 )
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
tequ
1f0bbdb288
Merge branch 'dev' into sync-2.4.0
2025-07-08 18:12:35 +09:00