Vlad
3a4519c83b
test: Run unit tests regardless of 'Supported' amendment status ( #5537 )
2026-05-11 10:43:47 +09:00
Vito Tumas
1696896277
refactor: use east const convention ( #5409 )
...
This change refactors the codebase to use the "east const convention", and adds a clang-format rule to follow this convention.
2026-05-07 16:58:17 +09:00
Ed Hennis
169191abb8
refactor: Improve ordering of headers with clang-format ( #5343 )
...
Removes all manual header groupings from source and header files by leveraging clang-format options.
2026-05-06 18:05:21 +09:00
Pretty Printer
e618806999
Rewrite includes
2026-02-20 07:11:13 +09:00
Pretty Printer
3916c44793
Rewrite includes
...
$ find src/ripple/ src/test/ -type f -exec sed -i 's:include\s*["<]ripple/\(.*\)\.h\(pp\)\?[">]:include <ripple/\1.h>:' {} +
2026-02-20 07:06:51 +09:00
Chenna Keshava B S
7b562e2312
Remove default ctors from SecretKey and PublicKey: ( #4607 )
...
* It is now an invariant that all constructed Public Keys are valid,
non-empty and contain 33 bytes of data.
* Additionally, the memory footprint of the PublicKey class is reduced.
The size_ data member is declared as static.
* Distinguish and identify the PublisherList retrieved from the local
config file, versus the ones obtained from other validators.
* Fixes #2942
2026-02-20 07:05:25 +09:00
tequ
efd5f9f6db
prepare Hook API (#413 )
2026-02-17 20:25:20 +10:00
tequ
d209272379
Hook API Refactoring / Unit Testing ( #581 )
2026-02-15 20:45:23 +10: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