mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-04-29 15:37:50 +00:00
Update xahauci 2025.7.9 (#36)
This commit is contained in:
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@@ -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
8
command.sh
Executable 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/
|
||||
@@ -117,6 +117,7 @@ describe('server_info (xahaud)', function () {
|
||||
'time',
|
||||
'uptime',
|
||||
'complete_ledgers',
|
||||
'complete_ledgers_pinned',
|
||||
'hostid',
|
||||
'load',
|
||||
'state_accounting',
|
||||
|
||||
@@ -105,6 +105,7 @@ describe('server_state', function () {
|
||||
|
||||
const removeKeys = [
|
||||
'complete_ledgers',
|
||||
'complete_ledgers_pinned',
|
||||
'load',
|
||||
'state_accounting',
|
||||
'pubkey_node',
|
||||
|
||||
Reference in New Issue
Block a user