Merge remote-tracking branch 'XRPLF/develop' into ximinez/vault-test

* XRPLF/develop:
  chore: Clean up comment in NetworkOps_test.cpp (6066)
  refactor: Retire DisallowIncoming amendment (6045)
  refactor: Retire Checks amendment (6055)
  ci: Only upload artifacts in XRPLF repo owner (6060)
  fix: Set correct index for limit in `book_offers` CLI (6043)
  Fix: Perform array size check (6030)
This commit is contained in:
Ed Hennis
2025-11-21 14:33:40 -05:00
21 changed files with 132 additions and 223 deletions

View File

@@ -70,9 +70,6 @@ fi
if ! grep -q 'Dev Null' src/test/app/tx/apply_test.cpp; then
echo -e "// Copyright (c) 2020 Dev Null Productions\n\n$(cat src/test/app/tx/apply_test.cpp)" > src/test/app/tx/apply_test.cpp
fi
if ! grep -q 'Dev Null' src/test/app/NetworkOPs_test.cpp; then
echo -e "// Copyright (c) 2020 Dev Null Productions\n\n$(cat src/test/app/NetworkOPs_test.cpp)" > src/test/app/NetworkOPs_test.cpp
fi
if ! grep -q 'Dev Null' src/test/rpc/ManifestRPC_test.cpp; then
echo -e "// Copyright (c) 2020 Dev Null Productions\n\n$(cat src/test/rpc/ManifestRPC_test.cpp)" > src/test/rpc/ManifestRPC_test.cpp
fi