feat: implement SubmitRollupTransaction
and GetNextBatch
methods
#23
Annotations
10 errors and 1 warning
Run golangci/[email protected]:
store.go#L9
exported: exported type Store should have comment or be unexported (revive)
|
Run golangci/[email protected]:
store.go#L20
exported: exported type KVStore should have comment or be unexported (revive)
|
Run golangci/[email protected]:
store.go#L26
exported: exported function NewStore should have comment or be unexported (revive)
|
Run golangci/[email protected]:
store.go#L32
exported: exported function NewInMemoryStore should have comment or be unexported (revive)
|
Run golangci/[email protected]:
store.go#L37
exported: exported method KVStore.Close should have comment or be unexported (revive)
|
Run golangci/[email protected]:
store.go#L47
exported: exported method KVStore.GetLastDAHeight should have comment or be unexported (revive)
|
Run golangci/[email protected]:
store.go#L65
exported: exported method KVStore.SetLastDAHeight should have comment or be unexported (revive)
|
Run golangci/[email protected]:
store.go#L71
exported: exported method KVStore.SetHashMapping should have comment or be unexported (revive)
|
Run golangci/[email protected]:
store.go#L77
exported: exported method KVStore.GetHashMapping should have comment or be unexported (revive)
|
Run golangci/[email protected]:
store.go#L94
exported: exported method KVStore.SetNextHash should have comment or be unexported (revive)
|
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/
|
Loading