Skip to content

Commit 31d3993

Browse files
committed
Merge remote-tracking branch 'origin/main' into marko/key_rotation
# Conflicts: # execution/evm/go.mod # execution/evm/go.sum
2 parents bd2c237 + 59ed284 commit 31d3993

53 files changed

Lines changed: 755 additions & 347 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
**/**.go
2828
go.mod
2929
go.sum
30-
- uses: golangci/golangci-lint-action@v9.2.0
30+
- uses: golangci/golangci-lint-action@v9.2.1
3131
with:
3232
version: latest
3333
args: --timeout 10m ./...

.markdownlint.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,17 @@ default: true
22
MD010:
33
code_blocks: false
44
MD013: false
5+
MD025:
6+
front_matter_title: ""
57
MD024:
68
siblings_only: true
9+
MD033:
10+
allowed_elements:
11+
- a
12+
- div
13+
- OAIntroduction
14+
- OAOperation
15+
- script
16+
- span
17+
- style
18+
- CelestiaGasEstimator

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
# CLAUDE.md
2+
13
See [AGENTS.md](./AGENTS.md)

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
Ev-node is the basis of the Evolve Stack. For more in-depth information about Evolve, please visit our [website][docs].
44

5-
<!-- markdownlint-disable MD013 -->
65
[![Go Report Card](https://goreportcard.com/badge/github.com/evstack/ev-node)](https://goreportcard.com/report/github.com/evstack/ev-node)
76
[![codecov](https://codecov.io/gh/evstack/ev-node/branch/main/graph/badge.svg?token=CWGA4RLDS9)](https://codecov.io/gh/evstack/ev-node)
87
[![GoDoc](https://godoc.org/github.com/evstack/ev-node?status.svg)](https://godoc.org/github.com/evstack/ev-node)
9-
<!-- markdownlint-enable MD013 -->
108

119
> **⚠️ Version Notice**: Do not use tags or releases before v1.*. Pre-v1 releases are not stable and should be considered abandoned.
1210

RELEASE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -348,56 +348,56 @@ go get github.com/evstack/ev-node/core@v0.3.0
348348

349349
### GitHub Releases
350350

351-
**"Invalid tag format" error**
351+
#### "Invalid tag format" error
352352

353353
- Ensure tag follows semantic versioning: `v1.2.3`
354354
- Check for typos or incorrect format
355355
- Valid examples: `v1.2.3`, `v1.2.3-rc.4`, `v1.2.3-beta.1`
356356

357-
**"Version not found in CHANGELOG.md"**
357+
#### "Version not found in CHANGELOG.md"
358358

359359
- Verify CHANGELOG.md contains a section for the version
360360
- Check version format matches exactly (e.g., `v1.2.3` vs `1.2.3`)
361361
- Ensure CHANGELOG.md is committed and pushed
362362

363-
**"Claude API error"**
363+
#### "Claude API error"
364364

365365
- Verify `CLAUDE_CODE_OAUTH_TOKEN` secret is configured
366366
- Check repository permissions for GitHub Actions
367367
- Review workflow logs for specific error messages
368368

369-
**Empty or incomplete release notes**
369+
#### Empty or incomplete release notes
370370

371371
- Ensure CHANGELOG.md has detailed entries for the version
372372
- Check that changelog sections (Added, Changed, Fixed, etc.) are properly formatted
373373
- Review the draft release and manually edit if needed
374374

375375
### Docker Releases
376376

377-
**"App directory does not exist"**
377+
#### "App directory does not exist"
378378

379379
- Ensure tag matches app path: `apps/evm/``apps/evm/v0.2.0`
380380
- Check spelling and case sensitivity
381381

382-
**"Dockerfile not found"**
382+
#### "Dockerfile not found"
383383

384384
- Verify Dockerfile exists at `apps/{app-path}/Dockerfile`
385385
- Check filename is exactly `Dockerfile`
386386

387-
**"Image not found" in tests**
387+
#### "Image not found" in tests
388388

389389
- Wait for Docker build workflow to complete
390390
- Check workflow dependencies in Actions tab
391391

392392
### Go Module Releases
393393

394-
**Go proxy delay**
394+
#### Go proxy delay
395395

396396
- Wait 5-30 minutes for propagation
397397
- Use `go list -m` to verify availability
398398
- Check <https://proxy.golang.org/>
399399

400-
**Dependency version conflicts**
400+
#### Dependency version conflicts
401401

402402
- Ensure all dependencies are released before dependent modules
403403
- Verify go.mod has correct versions

apps/evm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ spamoor \
165165

166166
Transactions submitted to the Force Inclusion API are included in the chain at specific DA heights based on the `da_epoch_forced_inclusion` configuration in `genesis.json`. The API logs will show when the transaction will be force included:
167167

168-
```
168+
```text
169169
INF transaction successfully submitted to DA layer da_height=100
170170
INF transaction will be force included blocks_until_inclusion=8 inclusion_at_height=110
171171
```

apps/evm/go.mod

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
cloud.google.com/go/iam v1.7.0 // indirect
2828
cloud.google.com/go/kms v1.31.0 // indirect
2929
cloud.google.com/go/longrunning v0.9.0 // indirect
30-
connectrpc.com/connect v1.19.2 // indirect
30+
connectrpc.com/connect v1.20.0 // indirect
3131
connectrpc.com/grpcreflect v1.3.0 // indirect
3232
filippo.io/bigmod v0.1.1-0.20260103110540-f8a47775ebe5 // indirect
3333
filippo.io/keygen v0.0.0-20260114151900-8e2790ea4c5b // indirect
@@ -36,18 +36,18 @@ require (
3636
github.com/StackExchange/wmi v1.2.1 // indirect
3737
github.com/armon/go-metrics v0.4.1 // indirect
3838
github.com/aws/aws-sdk-go-v2 v1.41.7 // indirect
39-
github.com/aws/aws-sdk-go-v2/config v1.32.17 // indirect
40-
github.com/aws/aws-sdk-go-v2/credentials v1.19.16 // indirect
39+
github.com/aws/aws-sdk-go-v2/config v1.32.18 // indirect
40+
github.com/aws/aws-sdk-go-v2/credentials v1.19.17 // indirect
4141
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.23 // indirect
4242
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.23 // indirect
4343
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.23 // indirect
4444
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.24 // indirect
4545
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.9 // indirect
4646
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.23 // indirect
47-
github.com/aws/aws-sdk-go-v2/service/kms v1.51.1 // indirect
47+
github.com/aws/aws-sdk-go-v2/service/kms v1.52.0 // indirect
4848
github.com/aws/aws-sdk-go-v2/service/signin v1.0.11 // indirect
4949
github.com/aws/aws-sdk-go-v2/service/sso v1.30.17 // indirect
50-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.21 // indirect
50+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.36.0 // indirect
5151
github.com/aws/aws-sdk-go-v2/service/sts v1.42.1 // indirect
5252
github.com/aws/smithy-go v1.25.1 // indirect
5353
github.com/benbjohnson/clock v1.3.5 // indirect
@@ -115,7 +115,7 @@ require (
115115
github.com/ipfs/boxo v0.39.0 // indirect
116116
github.com/ipfs/go-cid v0.6.1 // indirect
117117
github.com/ipfs/go-ds-badger4 v0.1.8 // indirect
118-
github.com/ipfs/go-log/v2 v2.9.1 // indirect
118+
github.com/ipfs/go-log/v2 v2.9.2 // indirect
119119
github.com/ipld/go-ipld-prime v0.23.0 // indirect
120120
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
121121
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
@@ -127,7 +127,7 @@ require (
127127
github.com/libp2p/go-flow-metrics v0.3.0 // indirect
128128
github.com/libp2p/go-libp2p v0.48.0 // indirect
129129
github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
130-
github.com/libp2p/go-libp2p-kad-dht v0.39.2 // indirect
130+
github.com/libp2p/go-libp2p-kad-dht v0.40.0 // indirect
131131
github.com/libp2p/go-libp2p-kbucket v0.8.0 // indirect
132132
github.com/libp2p/go-libp2p-pubsub v0.16.0 // indirect
133133
github.com/libp2p/go-libp2p-record v0.3.1 // indirect
@@ -138,7 +138,7 @@ require (
138138
github.com/libp2p/go-yamux/v5 v5.0.1 // indirect
139139
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
140140
github.com/mattn/go-colorable v0.1.14 // indirect
141-
github.com/mattn/go-isatty v0.0.20 // indirect
141+
github.com/mattn/go-isatty v0.0.22 // indirect
142142
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
143143
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
144144
github.com/minio/sha256-simd v1.0.1 // indirect
@@ -218,23 +218,23 @@ require (
218218
go.uber.org/zap v1.28.0 // indirect
219219
go.yaml.in/yaml/v2 v2.4.4 // indirect
220220
go.yaml.in/yaml/v3 v3.0.4 // indirect
221-
golang.org/x/crypto v0.51.0 // indirect
221+
golang.org/x/crypto v0.52.0 // indirect
222222
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect
223223
golang.org/x/mod v0.35.0 // indirect
224-
golang.org/x/net v0.54.0 // indirect
224+
golang.org/x/net v0.55.0 // indirect
225225
golang.org/x/oauth2 v0.36.0 // indirect
226226
golang.org/x/sync v0.20.0 // indirect
227-
golang.org/x/sys v0.44.0 // indirect
227+
golang.org/x/sys v0.45.0 // indirect
228228
golang.org/x/telemetry v0.0.0-20260409153401-be6f6cb8b1fa // indirect
229229
golang.org/x/text v0.37.0 // indirect
230230
golang.org/x/time v0.15.0 // indirect
231231
golang.org/x/tools v0.44.0 // indirect
232232
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
233233
gonum.org/v1/gonum v0.17.0 // indirect
234-
google.golang.org/api v0.279.0 // indirect
234+
google.golang.org/api v0.280.0 // indirect
235235
google.golang.org/genproto v0.0.0-20260319201613-d00831a3d3e7 // indirect
236236
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect
237-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260427160629-7cedc36a6bc4 // indirect
237+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260511170946-3700d4141b60 // indirect
238238
google.golang.org/grpc v1.81.1 // indirect
239239
google.golang.org/protobuf v1.36.11 // indirect
240240
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)