Update xahauci 2025.7.9 (#36)

This commit is contained in:
tequ
2025-11-12 20:01:16 +09:00
committed by GitHub
parent e454c61994
commit 0ca36e1314
4 changed files with 11 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
name: Node.js CI
env:
XAHAUD_DOCKER_IMAGE: xahauci/xahaud:2025.2.6
XAHAUD_DOCKER_IMAGE: xahauci/xahaud:2025.7.9
on:
push:

8
command.sh Executable file
View File

@@ -0,0 +1,8 @@
for file in $(git log --diff-filter=D --name-only --format="" | grep -E "oracle.*\.ts$"); do
commit=$(git rev-list -n 1 HEAD -- "$file")
if [ ! -z "$commit" ]; then
git checkout "$commit~1" -- "$file"
echo "restore: $file"
fi
done
rsync -av packages/xrpl/ packages/xahau/ && rm -rf packages/xrpl/

View File

@@ -117,6 +117,7 @@ describe('server_info (xahaud)', function () {
'time',
'uptime',
'complete_ledgers',
'complete_ledgers_pinned',
'hostid',
'load',
'state_accounting',

View File

@@ -105,6 +105,7 @@ describe('server_state', function () {
const removeKeys = [
'complete_ledgers',
'complete_ledgers_pinned',
'load',
'state_accounting',
'pubkey_node',