feat: implement SubmitRollupTransaction
and GetNextBatch
methods
#23
ci_release.yml
on: pull_request
lint
/
golangci-lint
37s
lint
/
yamllint
5s
lint
/
markdown-lint
19s
test
/
Go Mod Tidy Check
13s
test
/
Run Unit Tests
1m 3s
test
/
Run Integration Tests
10s
release
0s
Annotations
10 errors and 4 warnings
lint / golangci-lint:
store.go#L9
exported: exported type Store should have comment or be unexported (revive)
|
lint / golangci-lint:
store.go#L20
exported: exported type KVStore should have comment or be unexported (revive)
|
lint / golangci-lint:
store.go#L26
exported: exported function NewStore should have comment or be unexported (revive)
|
lint / golangci-lint:
store.go#L32
exported: exported function NewInMemoryStore should have comment or be unexported (revive)
|
lint / golangci-lint:
store.go#L37
exported: exported method KVStore.Close should have comment or be unexported (revive)
|
lint / golangci-lint:
store.go#L47
exported: exported method KVStore.GetLastDAHeight should have comment or be unexported (revive)
|
lint / golangci-lint:
store.go#L65
exported: exported method KVStore.SetLastDAHeight should have comment or be unexported (revive)
|
lint / golangci-lint:
store.go#L71
exported: exported method KVStore.SetHashMapping should have comment or be unexported (revive)
|
lint / golangci-lint:
store.go#L77
exported: exported method KVStore.GetHashMapping should have comment or be unexported (revive)
|
lint / golangci-lint:
store.go#L94
exported: exported method KVStore.SetNextHash should have comment or be unexported (revive)
|
lint / yamllint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint / markdown-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint / golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: technote-space/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test / Run Unit Tests
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.6.0/dist/codecov' failed with exit code 1
|