Skip to content

Commit f3fb315

Browse files
committed
Merge branch 'main' into alex/2609_hints
* main: chore: execute goimports to format the code (#2924) refactor(block)!: remove GetLastState from components (#2923) feat(syncing): add grace period for missing force txs inclusion (#2915) chore: minor improvement for docs (#2918) feat: DA Client remove interface part 2, add client for celestia blob api (#2909) chore: update rust deps (#2917) feat(sequencers/based): add based batch time (#2911) build(deps): Bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 (#2914) refactor(sequencers): implement batch position persistance (#2908)
2 parents c40b96b + b3f2dfb commit f3fb315

72 files changed

Lines changed: 6322 additions & 2116 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
@@ -26,7 +26,7 @@ jobs:
2626
**/**.go
2727
go.mod
2828
go.sum
29-
- uses: golangci/golangci-lint-action@v9.1.0
29+
- uses: golangci/golangci-lint-action@v9.2.0
3030
with:
3131
version: latest
3232
args: --timeout 10m

.mockery.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,17 @@ packages:
7070
dir: ./block/internal/common
7171
pkgname: common
7272
filename: broadcaster_mock.go
73+
github.com/evstack/ev-node/block/internal/da:
74+
interfaces:
75+
BlobAPI:
76+
config:
77+
dir: ./block/internal/da
78+
pkgname: da
79+
filename: blob_api_mock.go
80+
github.com/evstack/ev-node/pkg/da/jsonrpc:
81+
interfaces:
82+
BlobModule:
83+
config:
84+
dir: ./pkg/da/jsonrpc/mocks
85+
pkgname: mocks
86+
filename: blob_module_mock.go

0 commit comments

Comments
 (0)