dynamic-lambda: continue tracking the best proposal even after freezing #698
reviewdog [Lint Warnings] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (9)
ledger/store/trackerdb/generickv/migrations.go|169 col 23| G601: Implicit memory aliasing in for loop. (gosec)
ledger/store/trackerdb/generickv/schema.go|136 col 6| func creatableMaxRangePrefix
is unused (unused)
ledger/store/trackerdb/sqlitedriver/spVerificationAccessor.go|38 col 6| type stateProofVerificationReaderWriter
is unused (unused)
ledger/store/trackerdb/sqlitedriver/spVerificationAccessor.go|51 col 6| func makeStateProofVerificationReaderWriter
is unused (unused)
data/transactions/verify/txn.go|84 col 5| var errTxGroupInsuffientLsigBudget
is unused (unused)
tools/debug/transplanter/main.go|158 col 6| type headerDecoder
is unused (unused)
tools/debug/transplanter/main.go|162 col 6| type decoderV1
is unused (unused)
tools/debug/transplanter/main.go|164 col 18| func decoderV1.decodeHeader
is unused (unused)
agreement/credentialArrivalHistory_test.go|65 col 1| lint: TestCredentialHistoryIsFull: Add missing partition call to top of test. To disable partitioning, add it as a comment: partitiontest.PartitionTest(t) (partitiontest)