Nicholas Dudfield
85902db5a2
feat: snapshot wip
2025-10-23 14:26:35 +07:00
Nicholas Dudfield
589e8c8e6b
feat: snapshot wip
2025-10-23 11:12:37 +07:00
Nicholas Dudfield
f5954b4f10
feat: snapshot wip
2025-10-23 10:11:12 +07:00
tequ
eb2399bae8
max scale to 16 (4096 bytes)
2025-10-22 13:44:51 +09:00
RichardAH
975ed91f9d
Merge branch 'dev' into ExtendedHookState
2025-10-22 14:15:50 +10:00
Niq Dudfield
74477d2c13
added configurable NuDB block size support in xahaud ( #601 )
2025-10-22 14:15:12 +10:00
RichardAH
49f74ca55a
Merge branch 'dev' into ExtendedHookState
2025-10-22 12:30:32 +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
687ccf4203
Remove unused variable enabled in MultiSign_test.cpp ( #592 )
2025-10-15 12:32: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
RichardAH
59dd7a8e94
Merge branch 'dev' into ExtendedHookState
2025-10-11 14:11:26 +10:00
tequ
094f011006
Fix emit Hook API testcase name ( #580 )
2025-10-11 11:43:09 +10:00
RichardAH
de1976aae2
Merge branch 'dev' into ExtendedHookState
2025-10-09 21:03:22 +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
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
3f6f354865
Merge branch 'dev' into ExtendedHookState
2025-07-14 16:36:02 +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
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
tequ
e3d9fe2134
Merge branch 'dev' into ExtendedHookState
2025-07-03 17:32:42 +09: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
523804d138
fix, update tests
2025-06-28 18:25:31 +09:00
tequ
82154df89f
fix to use HookStateScale
2025-06-26 12:56:46 +09:00
RichardAH
e987dd7d04
Merge branch 'dev' into ExtendedHookState
2025-06-18 13:14:17 +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
tequ
9ef6dee5c2
Merge branch 'dev' into ExtendedHookState
2025-05-15 14:40:51 +03:00
Denis Angell
a5ea86fdfc
Add Conan Building For Development ( #432 )
2025-05-14 14:00:20 +10:00
tequ
2805948795
Merge branch 'dev' into ExtendedHookState
2025-05-09 13:52:23 +09: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
tequ
4221dcf568
Add tests for SetRemarks ( #491 )
2025-04-18 09:34:44 +10:00
RichardAH
f9cd2e0d21
Remarks amendment ( #301 )
...
Co-authored-by: Denis Angell <dangell@transia.co >
2025-04-16 08:42:04 +10:00
tequ
59e334c099
fixRewardClaimFlags ( #487 )
2025-04-15 20:08:19 +10:00
tequ
9018596532
HookCanEmit ( #392 )
2025-04-15 13:32:35 +10:00
Niq Dudfield
b827f0170d
feat(catalogue): add cli commands and fix file_size ( #486 )
...
* feat(catalogue): add cli commands and fix file_size
* feat(catalogue): add cli commands and fix file_size
* feat(catalogue): fix tests
* feat(catalogue): fix tests
* feat(catalogue): use formatBytesIEC
* feat: add file_size_estimated
* feat: add file_size_estimated
* feat: add file_size_estimated
2025-04-15 08:50:15 +10:00
tequ
1485078d91
Update CHooks build script ( #465 )
2025-04-09 20:22:34 +10:00
tequ
6625d2be92
Add xpop_slot test ( #470 )
2025-04-09 20:20:23 +10:00
tequ
b461e75869
Merge branch 'dev' into ExtendedHookState
2025-04-02 19:32:28 +09:00
RichardAH
e84a36867b
Catalogue ( #443 )
2025-04-01 16:47:48 +10:00
tequ
3e0c8ddc61
add tests for set_state_cache
2025-03-30 20:56:16 +09:00
tequ
272129abd1
Merge branch 'dev' into ExtendedHookState
2025-03-29 22:23:22 +09:00
RichardAH
7385828983
Touch Amendment ( #294 )
2025-03-06 08:25:42 +01:00