Skip to content

Commit 8a2c8d2

Browse files
deps bump and add log_no_color flag for heimdall (#384)
* build(deps-dev): bump eslint from 8.55.0 to 9.26.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 9.26.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/v9.26.0/CHANGELOG.md) - [Commits](eslint/eslint@v8.55.0...v9.26.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.26.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump axios from 1.12.0 to 1.13.5 Bumps [axios](https://github.com/axios/axios) from 1.12.0 to 1.13.5. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.12.0...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump filippo.io/edwards25519 in /tests/rpc-tests Bumps [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519) from 1.0.0 to 1.1.1. - [Commits](FiloSottile/edwards25519@v1.0.0...v1.1.1) --- updated-dependencies: - dependency-name: filippo.io/edwards25519 dependency-version: 1.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump github.com/ethereum/go-ethereum Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.16.8 to 1.17.0. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.16.8...v1.17.0) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump ajv from 6.12.6 to 6.14.0 Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 6.14.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v6.12.6...v6.14.0) --- updated-dependencies: - dependency-name: ajv dependency-version: 6.14.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump github.com/ethereum/go-ethereum in /tests/stress-test Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.16.8 to 1.17.0. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.16.8...v1.17.0) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump minimatch from 3.1.2 to 3.1.5 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.5. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.1.2...v3.1.5) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * add log_no_color flag to heimdall / fix npm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bbb9378 commit 8a2c8d2

File tree

13 files changed

+234
-168
lines changed

13 files changed

+234
-168
lines changed

package-lock.json

Lines changed: 125 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@ethereumjs/util": "^8.0.5",
2727
"@truffle/hdwallet-provider": "^2.1.4",
2828
"aws-sdk": "^2.1252.0",
29-
"axios": "^1.12.0",
29+
"axios": "^1.13.5",
3030
"babel-eslint": "^10.1.0",
3131
"big-integer": "^1.6.51",
3232
"boxen": "^7.0.0",
@@ -64,7 +64,7 @@
6464
"@babel/eslint-parser": "^7.23.3",
6565
"@babel/plugin-syntax-import-assertions": "^7.23.3",
6666
"@babel/preset-env": "^7.23.5",
67-
"eslint": "^8.29.0",
67+
"eslint": "^8.55.0",
6868
"eslint-config-semistandard": "^17.0.0",
6969
"eslint-config-standard": "^17.0.0",
7070
"eslint-plugin-import": "^2.26.0",

src/setup/devnet/templates/docker/docker-heimdall-start.sh.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ docker compose run -d --service-ports --name heimdall$INDEX --entrypoint bash he
66
mkdir -p /heimdall/logs && touch /heimdall/logs/heimdalld.log &
77
sleep 60 && heimdalld start --home /var/lib/heimdall \
88
--bridge --all \
9+
log_no_color \
910
--rest-server > /heimdall/logs/heimdalld.log 2>&1 &
1011
sleep 10 && tail -f /heimdall/logs/heimdalld.log
1112
"

src/setup/devnet/templates/remote/bor-service-host.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ cat > heimdalld.service <<EOF
7979
Description=heimdalld
8080
[Service]
8181
WorkingDirectory=$NODE_DIR
82-
ExecStart=$BIN_DIR/heimdalld start --home /var/lib/heimdall --bridge --all --rest-server
82+
ExecStart=$BIN_DIR/heimdalld start --home /var/lib/heimdall --bridge --all --rest-server --log_no_color
8383
Type=simple
8484
User=$USER
8585
[Install]

src/setup/devnet/templates/remote/bor-service.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ cat > heimdalld.service <<EOF
6868
Description=heimdalld
6969
[Service]
7070
WorkingDirectory=$NODE_DIR
71-
ExecStart=$BIN_DIR/heimdalld start --home /var/lib/heimdall --bridge --all --rest-server
71+
ExecStart=$BIN_DIR/heimdalld start --home /var/lib/heimdall --bridge --all --rest-server --log_no_color
7272
Type=simple
7373
User=$USER
7474
[Install]

src/setup/devnet/templates/remote/erigon-service-host.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ cat > heimdalld.service <<EOF
5252
Description=heimdalld
5353
[Service]
5454
WorkingDirectory=$NODE_DIR
55-
ExecStart=$BIN_DIR/heimdalld start --home /var/lib/heimdall --bridge --all --rest-server
55+
ExecStart=$BIN_DIR/heimdalld start --home /var/lib/heimdall --bridge --all --rest-server --log_no_color
5656
Type=simple
5757
User=$USER
5858
[Install]

src/setup/devnet/templates/remote/erigon-service.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cat > heimdalld.service <<EOF
4141
Description=heimdalld
4242
[Service]
4343
WorkingDirectory=$NODE_DIR
44-
ExecStart=$BIN_DIR/heimdalld start --home /var/lib/heimdall --bridge --all --rest-server
44+
ExecStart=$BIN_DIR/heimdalld start --home /var/lib/heimdall --bridge --all --rest-server --log_no_color
4545
Type=simple
4646
User=$USER
4747
[Install]

tests/rpc-tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
cosmossdk.io/math v1.4.0 // indirect
1818
cosmossdk.io/store v1.1.1 // indirect
1919
cosmossdk.io/x/tx v0.13.7 // indirect
20-
filippo.io/edwards25519 v1.0.0 // indirect
20+
filippo.io/edwards25519 v1.1.1 // indirect
2121
github.com/0xPolygon/crand v1.0.3 // indirect
2222
github.com/0xPolygon/heimdall-v2 v0.2.16-beta.0.20250806140653-d58ce649f932 // indirect
2323
github.com/0xPolygon/polyproto v0.0.7 // indirect

tests/rpc-tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ cosmossdk.io/store v1.1.1/go.mod h1:8DwVTz83/2PSI366FERGbWSH7hL6sB7HbYp8bqksNwM=
2121
cosmossdk.io/x/tx v0.13.7 h1:8WSk6B/OHJLYjiZeMKhq7DK7lHDMyK0UfDbBMxVmeOI=
2222
cosmossdk.io/x/tx v0.13.7/go.mod h1:V6DImnwJMTq5qFjeGWpXNiT/fjgE4HtmclRmTqRVM3w=
2323
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
24-
filippo.io/edwards25519 v1.0.0 h1:0wAIcmJUqRdI8IJ/3eGi5/HwXZWPujYXXlkrQogz0Ek=
25-
filippo.io/edwards25519 v1.0.0/go.mod h1:N1IkdkCkiLB6tki+MYJoSx2JTY9NUlxZE7eHn5EwJns=
24+
filippo.io/edwards25519 v1.1.1 h1:YpjwWWlNmGIDyXOn8zLzqiD+9TyIlPhGFG96P39uBpw=
25+
filippo.io/edwards25519 v1.1.1/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
2626
github.com/0xPolygon/bor v1.14.14-0.20250806140936-f4cfc74fb080 h1:+u+JCF+pDnDYJfG8q3myqQaygMyFYTJF7rLSHg3ThtM=
2727
github.com/0xPolygon/bor v1.14.14-0.20250806140936-f4cfc74fb080/go.mod h1:JOsEL8dNeCd8fy8rE8X8kIORxPrM2o2Ub9WV1i+TNwU=
2828
github.com/0xPolygon/cometbft v0.2.1-polygon h1:nUQdqsEJ+/nhuTmOpPRtparnS5CX8AAGmFXO/7kgSag=

tests/stress-test/go.mod

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module go-loadbot
33
go 1.25.4
44

55
require (
6-
github.com/ethereum/go-ethereum v1.16.8
6+
github.com/ethereum/go-ethereum v1.17.0
77
github.com/miguelmota/go-ethereum-hdwallet v0.1.2
88
gopkg.in/yaml.v2 v2.4.0
99
)
@@ -16,27 +16,32 @@ require (
1616
github.com/btcsuite/btcd v0.22.1 // indirect
1717
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
1818
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce // indirect
19+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1920
github.com/consensys/gnark-crypto v0.18.1 // indirect
2021
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
21-
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
2222
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
2323
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
2424
github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect
25-
github.com/ethereum/go-verkle v0.2.2 // indirect
2625
github.com/fsnotify/fsnotify v1.6.0 // indirect
26+
github.com/go-logr/logr v1.4.3 // indirect
27+
github.com/go-logr/stdr v1.2.2 // indirect
2728
github.com/go-ole/go-ole v1.3.0 // indirect
28-
github.com/google/uuid v1.3.0 // indirect
29+
github.com/google/uuid v1.6.0 // indirect
2930
github.com/gorilla/websocket v1.4.2 // indirect
3031
github.com/holiman/uint256 v1.3.2 // indirect
3132
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
3233
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe // indirect
3334
github.com/tklauser/go-sysconf v0.3.12 // indirect
3435
github.com/tklauser/numcpus v0.6.1 // indirect
3536
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
37+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
38+
go.opentelemetry.io/otel v1.39.0 // indirect
39+
go.opentelemetry.io/otel/metric v1.39.0 // indirect
40+
go.opentelemetry.io/otel/trace v1.39.0 // indirect
3641
golang.org/x/crypto v0.45.0 // indirect
3742
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
38-
golang.org/x/sync v0.12.0 // indirect
39-
golang.org/x/sys v0.38.0 // indirect
43+
golang.org/x/sync v0.18.0 // indirect
44+
golang.org/x/sys v0.39.0 // indirect
4045
)
4146

4247
replace github.com/btcsuite/btcd/chaincfg/chainhash => github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1

0 commit comments

Comments
 (0)