mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-27 15:28:03 +00:00
Lift the seed parsing and the stored-vs-mint choice into two libxrpl helpers, parseNodeIdentitySeed() and selectNodeIdentity(), so xrpl_tests can drive each branch without an xrpld Config. resolveNodeIdentity() now marshals Config and the cmdline into them; behaviour is unchanged. Also pin that storeNodeIdentity() appends (row count, not SQLite row order), fix the test header that described getNodeIdentity()'s property as the store's, and route NullTelemetry::getMeter() through noopMeter(). Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>