Nicholas Dudfield
bdc88938c7
chore: add clang-format on at end of features.macro
2026-02-18 11:22:06 +07:00
Nicholas Dudfield
17baba1901
chore: clang-format
2026-02-18 10:04:06 +07:00
Nicholas Dudfield
83ad524f9e
fix: resolve merge issues from dev sync
...
- Add missing getHookOn declaration and implementation (build blocker)
- Add else branches for HookOnOutgoing/HookOnIncoming in hsoUPDATE path
- Guard unprotected optional dereferences in hsoINSTALL path
- Reorder features.macro per review (HookOnV2/HooksUpdate2 before fixHookAPI20251128)
2026-02-18 09:32:45 +07:00
Nicholas Dudfield
2d7f8f1d55
Merge remote-tracking branch 'origin/sync-2.4.0' into merge-dev-sync-2.4.0
...
# Conflicts:
# include/xrpl/protocol/Feature.h
# src/test/app/SetHook_wasm.h
2026-02-18 09:04:02 +07:00
Nicholas Dudfield
510b47e8da
Merge remote-tracking branch 'origin/dev' into merge-dev-sync-2.4.0
...
# Conflicts:
# .github/workflows/guard-checker-build.yml
# .github/workflows/verify-generated-headers.yml
# Builds/CMake/RippledCore.cmake
# hook/generate_extern.sh
# hook/sfcodes.h
# include/xrpl/basics/Expected.h
# include/xrpl/hook/Enum.h
# include/xrpl/hook/HookAPI.h
# include/xrpl/hook/hook_api.macro
# include/xrpl/protocol/Feature.h
# include/xrpl/protocol/jss.h
# src/libxrpl/protocol/Feature.cpp
# src/ripple/protocol/SField.h
# src/ripple/protocol/impl/LedgerFormats.cpp
# src/ripple/protocol/impl/SField.cpp
# src/test/app/HookAPI_test.cpp
# src/test/jtx/hook.h
# src/test/jtx/impl/hook.cpp
# src/xrpld/app/hook/applyHook.h
# src/xrpld/app/hook/detail/HookAPI.cpp
# src/xrpld/app/hook/detail/applyHook.cpp
# src/xrpld/app/tx/detail/Change.cpp
2026-02-18 08:59:34 +07:00
tequ
2ecfbfc8ff
Support new STIs for sto_* HookAPI ( #657 )
2026-02-18 11:48:13 +10:00
tequ
3c49f80013
Add new keylets to util_keylet ( #533 )
2026-02-18 11:18:59 +10:00
Niq Dudfield
090e4ad25e
Merge dev ( 309e517e7) into sync-2.4.0: docs + guard checker CI ( #683 )
...
* Hook API Refactor2: Amendment Guards (#621 )
* Hook API Refactor3: Consolidate the Hook API definitions from Enum.h and ApplyHook.h into a single file. (#622 )
* Hook API Refactoring / Unit Testing (#581 )
* fix `Xahau Ledger` to `Xahau Network` (#651 )
* Add GitHub Actions workflow for Guard Checker Build (#658 )
* fix `Xahau Ledger` to `Xahau Network` (#651 )
* Add GitHub Actions workflow for Guard Checker Build (#658 )
* fix: update guard checker build path for directory restructure
* fix: update stale ripple include paths in hook headers
* fix(test): avoid deleted PublicKey default ctor in HookAPI test
* chore(levelization): update ordering after hook/protocol dependency change
---------
Co-authored-by: tequ <git@tequ.dev >
2026-02-18 11:17:27 +10:00
tequ
67a6970031
Outgoing/Incoming HookOn ( #457 )
2026-02-18 09:32:56 +10:00
tequ
efd5f9f6db
prepare Hook API (#413 )
2026-02-17 20:25:20 +10:00
tequ
309e517e70
Add GitHub Actions workflow for Guard Checker Build ( #658 )
2026-02-17 11:34:12 +10:00
tequ
edafb1fed6
fix Xahau Ledger to Xahau Network ( #651 )
2026-02-17 11:32:34 +10:00
Niq Dudfield
7a0c914ce9
Merge dev ( d20927237) into sync-2.4.0: HookAPI refactor ( #681 )
...
* Hook API Refactor2: Amendment Guards (#621 )
* Hook API Refactor3: Consolidate the Hook API definitions from Enum.h and ApplyHook.h into a single file. (#622 )
* Hook API Refactoring / Unit Testing (#581 )
* Hook API Refactor2: Amendment Guards (#621 )
* Hook API Refactor3: Consolidate the Hook API definitions from Enum.h and ApplyHook.h into a single file. (#622 )
* Hook API Refactoring / Unit Testing (#581 )
* fix: update clang-format to v18 and fix include ordering
- Update verify-generated-headers CI to use clang-format 18 (matching
clang-format.yml) instead of stale v10 which can't parse .clang-format
- Add .mise.toml for local clang-format 18 tooling
- Fix include ordering in cherry-picked files per clang-format 18
* chore: update levelization results for HookAPI changes
New loop: xrpl.hook <-> xrpld.app due to HookAPI.h including
Transaction.h from xrpld.app.
---------
Co-authored-by: tequ <git@tequ.dev >
2026-02-16 18:51:04 +10:00
tequ
d209272379
Hook API Refactoring / Unit Testing ( #581 )
2026-02-15 20:45:23 +10:00
tequ
fb7a0d71de
Hook API Refactor3: Consolidate the Hook API definitions from Enum.h and ApplyHook.h into a single file. ( #622 )
2026-02-15 20:08:44 +10:00
tequ
9120fffd95
Hook API Refactor2: Amendment Guards ( #621 )
2026-02-15 19:43:41 +10:00
tequ
d712345c84
Merge branch 'dev' into sync-2.4.0
2026-02-09 11:34:26 +09:00
tequ
12e1afb694
Enhance dependency export process in GitHub Action to check for existing exports before executing. ( #660 )
2026-01-28 13:14:40 +10:00
tequ
c355ad9971
update mise-action to use cmake as aqua:Kitware/CMake ( #671 )
2026-01-27 19:30:50 +10:00
tequ
cc70d48e91
Merge remote-tracking branch 'upstream/dev' into sync-2.4.0
2026-01-06 23:18:18 +09:00
Niq Dudfield
a8d7b2619e
fix: restore [ips_fixed] to use addFixedPeer instead of addFallbackStrings ( #641 )
2026-01-05 13:46:02 +10:00
Niq Dudfield
775fb3a8b2
fix: increment manifest sequence for client code cache invalidation ( #631 )
2025-12-24 11:16:00 +10:00
tequ
8d1aadd23d
Update CMake version to 3.25.3 in macOS workflow
2025-12-17 12:53:20 +09:00
tequ
8d2a5e3c4e
Merge branch 'dev' into sync-2.4.0
2025-12-17 12:38:43 +09:00
Niq Dudfield
5a118a4e2b
fix(logs): formatting fixes, color handling, and debug build defaults ( #607 )
2025-12-17 09:45:41 +10:00
tequ
960f87857e
Self hosted macos runner ( #652 )
2025-12-17 09:43:25 +10:00
tequ
f731bcfeba
Increase ccache size from 10G to 100G in release-builder.sh for improved build performance ( #643 )
2025-12-16 14:45:45 +10:00
tequ
374b361daa
Use Self hosted runner ( #639 )
2025-12-16 14:16:36 +10:00
tequ
52ccf27aa3
Hook API Refactor1: whitelist api at Enum.h ( #605 )
2025-12-10 19:32:03 +10:00
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.1-release+2609
2025-12-01 18:59:59 +10:00
Niq Dudfield
36e51662fe
build: suppress openssl deprecation warnings ( #606 )
2025-12-01 18:58:48 +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
Niq Dudfield
f6a4e8f36d
Wind back macOS runner version ( #635 )
2025-11-27 09:39:27 +10:00
tequ
70bbe83525
Revert "Update workers to self hosted" ( #638 )
2025-11-27 09:38:45 +10:00
tequ
bbff5e29d8
Enhance GitHub Actions workflow by escaping "double quotes in PR title" ( #640 )
2025-11-27 09:36:02 +10:00
Wietse Wind
c42cb0df62
Update workers to self hosted
2025-11-25 15:42:01 +01:00
Niq Dudfield
8efc02b2d4
refactor(ci): fix caching and improve [ci-] tag handling ( #633 )
2025-11-25 16:23:41 +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